// HeroSection.jsx — 2025 refresh using React-Bootstrap + CSS Module import React from 'react'; import { Container, Row, Col, Button } from 'react-bootstrap'; import styles from './HeroSection.module.css'; const HeroSection = () => { return (
{/* Image on top for mobile, text first on lg+ */}

KATALIS KARIR DAN BISNIS DIGITAL

Kami adalah ekosistem tempat mimpi digital tumbuh dan masa depan dibentuk. Di sinilah semangat belajar bertemu dengan inovasi, dan ide-ide muda diberi ruang untuk berkembang. Lebih dari sekadar tempat, kami adalah rumah bagi talenta, teknologi, dan transformasi. Mari jelajahi dunia digital, bangun karir, dan ciptakan solusi — semua dimulai dari sini.

Ekosistem digital Kediri Technopark
); }; export default HeroSection;