first commit

This commit is contained in:
Vassshhh
2025-07-30 14:53:08 +07:00
commit a92b63bbd0
27 changed files with 18564 additions and 0 deletions

View File

@@ -0,0 +1,40 @@
import React from 'react';
import { Container, Row, Col, Button } from 'react-bootstrap';
const AboutUsSection = () => {
return (
<section id="about" className="about-us section py-5">
<Container>
<Row className="align-items-center">
<Col lg={6}>
<div className="section-heading">
<span style={{ color: '#6a59ff', fontWeight: 'bold' }}>Kediri Technopark</span>
<h2 className="mt-2">ABOUT US</h2>
<img src="/assets/images/heading-line-dec.png" alt="" />
<p className="mt-3">
<strong>Kediri Technopark: Katalis Inovasi dan Pusat Pertumbuhan Digital Lokal</strong><br /><br />
Kediri Technopark adalah inisiatif strategis yang bertujuan membangun ekosistem teknologi dan inovasi yang dinamis di Kediri, Jawa Timur. Kami menyediakan infrastruktur, sumber daya, dan komunitas pendukung yang dibutuhkan untuk mendorong pertumbuhan startup dan bisnis IT yang sudah ada.<br /><br />
Dengan misi memberdayakan talenta lokal, menjembatani teknologi dan industri, serta mempercepat transformasi digital, Kediri Technopark berkomitmen menjadi penggerak kemajuan ekonomi dan teknologi, baik di tingkat lokal maupun nasional.
</p>
<div className="mt-4 d-flex gap-3">
<Button href="konsultasi.html" className="px-4 py-2 rounded-pill text-white" style={{ background: 'linear-gradient(to right, #6a59ff, #8261ee)', border: 'none' }}>
Konsultasi
</Button>
<Button href="https://wa.me/6281318894994" target="_blank" variant="outline-success" className="px-4 py-2 rounded-pill">
<i className="fab fa-whatsapp"></i> WhatsApp
</Button>
</div>
</div>
</Col>
<Col lg={6}>
<div className="right-image">
<img src="/assets/images/about-right-dec.png" alt="" className="img-fluid" />
</div>
</Col>
</Row>
</Container>
</section>
);
};
export default AboutUsSection;

View File

@@ -0,0 +1,48 @@
import React from 'react';
import { Container, Row, Col, Card, Button } from 'react-bootstrap';
const AcademySection = () => {
return (
<section id="academy" className="academy-tables py-5">
<Container>
<div className="section-heading text-center mb-4">
<h4>OUR <em>ACADEMY PROGRAM</em></h4>
<img src="/assets/images/heading-line-dec.png" alt="" />
<p>Academy Program adalah wadah belajar digital untuk anak-anak dan remaja. Didesain interaktif, kreatif, dan gratis setiap modul membekali peserta dengan keterampilan masa depan, dari teknologi dasar hingga coding dan proyek nyata.</p>
</div>
<Row>
{[
{ title: 'Digital Funstart', items: ['Pengenalan teknologi', 'Interaktif & menyenangkan', 'Untuk anak-anak usia dini'] },
{ title: 'KidCode', items: ['Belajar coding visual', 'Kreatif & edukatif', 'Untuk anak SD & SMP'] },
{ title: 'Tech for Teens', items: ['Pengembangan skill digital', 'Remaja & pelajar', 'Berbasis proyek'] },
{ title: 'IT Training Camp', items: ['Pelatihan intensif IT', 'Untuk semua usia', 'Instruktur profesional'] },
{ title: 'Smart Teacher', items: ['Pelatihan guru', 'Integrasi teknologi', 'Media ajar digital'] },
{ title: 'Smart Staff', items: ['Pelatihan digital untuk staf', 'Administrasi dan operasional', 'Penguatan sistem kerja'] },
{ title: 'UMKM Go Digital', items: ['Digitalisasi bisnis kecil', 'Platform online', 'Pelatihan marketplace'] },
{ title: 'Creative Spark', items: ['Inkubasi ide kreatif', 'Coaching & mentoring', 'Kompetisi & showcase'] },
].map((program, idx) => (
<Col lg={3} key={idx} className="mb-4">
<Card className="academy-item-regular h-100">
<Card.Body>
<Card.Title>{program.title}</Card.Title>
<div className="icon mb-3">
<img src="/assets/images/pricing-table-01.png" alt="" />
</div>
<ul>
{program.items.map((item, i) => (
<li key={i}>{item}</li>
))}</ul>
<div className="border-button mt-3">
<Button variant="outline-primary" href="#program">Lihat Detail</Button>
</div>
</Card.Body>
</Card>
</Col>
))}
</Row>
</Container>
</section>
);
};
export default AcademySection;

View File

@@ -0,0 +1,28 @@
import React from 'react';
import { Container, Row, Col, Image } from 'react-bootstrap';
const ClientsSection = () => {
return (
<section id="clients" className="the-clients section py-5">
<Container>
<Row>
<Col lg={{ span: 8, offset: 2 }}>
<div className="section-heading text-center mb-4">
<h4>TRUSTED BY <em>OUR CLIENTS</em></h4>
<img src="/assets/images/heading-line-dec.png" alt="" className="mb-3" />
<p>We are proud to work with these amazing brands and organizations.</p>
</div>
<div id="clients-carousel" className="d-flex justify-content-center flex-wrap">
{[1, 2, 3, 4, 5].map((num) => (
<div key={num} className="client-logo-wrapper m-2">
<Image src={`/assets/images/client-logo${num}.png`} alt={`Client ${num}`} fluid />
</div>
))}</div>
</Col>
</Row>
</Container>
</section>
);
};
export default ClientsSection;

49
src/components/Footer.js Normal file
View File

@@ -0,0 +1,49 @@
import React from 'react';
import { Container, Row, Col } from 'react-bootstrap';
const Footer = () => {
return (
<footer id="contact" className="bg-dark text-white py-4">
<Container>
<Row className="justify-content-center">
<Col lg={6} className="text-center mb-3">
<h4>Contact Us</h4>
<p>Sunan Giri GG. I No. 11, Rejomulyo, Kediri, Jawa Timur 64129</p>
<p><a href="tel:+6281318894994" className="text-white">0813 1889 4994</a></p>
<p><a href="mailto:marketing@kediritechnopark.com" className="text-white">marketing@kediritechnopark.com</a></p>
<p><a href="https://instagram.com/kediri.technopark" target="_blank" rel="noopener noreferrer" className="text-white">@kediri.technopark</a></p>
<p><a href="https://kediritechnopark.com" target="_blank" rel="noopener noreferrer" className="text-white">www.KEDIRITECHNOPARK.com</a></p>
<div className="mt-3">
<a href="https://wa.me/6281318894994" target="_blank" rel="noopener noreferrer" className="me-3 text-white fs-4">
<i className="fab fa-whatsapp"></i>
</a>
<a href="https://instagram.com/kediri.technopark" target="_blank" rel="noopener noreferrer" className="text-white fs-4">
<i className="fab fa-instagram"></i>
</a>
</div>
</Col>
<Col lg={6} className="text-center">
<div className="footer-widget">
<h4>About Our Company</h4>
<div className="logo mb-3">
<img src="/assets/images/logo-white.png" alt="Logo" className="img-fluid" />
</div>
<p>Kediri Technopark adalah pusat pengembangan inovasi digital dan aplikasi untuk masyarakat dan pelaku usaha.</p>
</div>
</Col>
<Col lg={12} className="text-center mt-3">
<div className="copyright-text">
<p>
&copy; 2025 Kediri Technopark. All Rights Reserved.<br />
Design by <a href="https://templatemo.com/" target="_blank" rel="noopener noreferrer" className="text-white">TemplateMo</a><br />
Distributed by <a href="https://themewagon.com/" target="_blank" rel="noopener noreferrer" className="text-white">ThemeWagon</a>
</p>
</div>
</Col>
</Row>
</Container>
</footer>
);
};
export default Footer;

25
src/components/Header.js Normal file
View File

@@ -0,0 +1,25 @@
import React from 'react';
import { Navbar, Nav, Container } from 'react-bootstrap';
const Header = () => {
return (
<Navbar bg="light" expand="lg" sticky="top">
<Container>
<Navbar.Brand href="#">Kediri Technopark</Navbar.Brand>
<Navbar.Toggle aria-controls="basic-navbar-nav" />
<Navbar.Collapse id="basic-navbar-nav">
<Nav className="me-auto">
<Nav.Link href="#top">Home</Nav.Link>
<Nav.Link href="#services">Services</Nav.Link>
<Nav.Link href="#produk">Product</Nav.Link>
<Nav.Link href="#academy">Academy</Nav.Link>
<Nav.Link href="#about">About</Nav.Link>
<Nav.Link href="#knowledge">Knowledge</Nav.Link>
</Nav>
</Navbar.Collapse>
</Container>
</Navbar>
);
};
export default Header;

View File

@@ -0,0 +1,26 @@
import React from 'react';
import { Container, Row, Col, Button } from 'react-bootstrap';
const HeroSection = () => {
return (
<section className="hero-section py-5 bg-light">
<Container>
<Row className="align-items-center">
<Col lg={6}>
<h1>KATALIS KARIR DAN BISNIS DIGITAL</h1>
<p>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.</p>
<div className="d-flex gap-3">
<Button variant="outline-primary" href="https://instagram.com/kediri.technopark" target="_blank">Instagram</Button>
<Button variant="outline-success" href="tel:+6281318894994">WhatsApp</Button>
</div>
</Col>
<Col lg={6}>
<img src="/assets/images/gambar1.png" alt="Hero Image" className="img-fluid" />
</Col>
</Row>
</Container>
</section>
);
};
export default HeroSection;

View File

@@ -0,0 +1,25 @@
import React from 'react';
import { Container, Row, Col } from 'react-bootstrap';
const KnowledgeBaseSection = () => {
return (
<section id="knowledge" className="knowledge section py-5">
<Container>
<Row>
<Col lg={{ span: 8, offset: 2 }}>
<div className="section-heading text-center mb-4">
<h4>KNOWLEDGE <em>BASE</em></h4>
<img src="/assets/images/heading-line-dec.png" alt="" className="mb-3" />
<p>Berbagai artikel dan panduan untuk membantu Anda memahami teknologi dan inovasi digital.</p>
</div>
<div className="knowledge-content">
<p>Kami sedang mengembangkan pusat dokumentasi digital, artikel praktis, dan tutorial untuk mendukung pelaku usaha dan masyarakat digital. Nantikan konten terbaru kami!</p>
</div>
</Col>
</Row>
</Container>
</section>
);
};
export default KnowledgeBaseSection;

View File

@@ -0,0 +1,42 @@
import React from 'react';
import { Container, Row, Col, Card } from 'react-bootstrap';
const ProductSection = () => {
return (
<section id="produk" className="product-section py-5 bg-light">
<Container>
<div className="section-heading text-center mb-4">
<h4>OUR <em>PRODUCT</em></h4>
<img src="/assets/images/heading-line-dec.png" alt="" />
<p>Kami menyediakan berbagai solusi teknologi untuk mendukung transformasi digital bisnis dan masyarakat.</p>
</div>
<Row className="justify-content-center">
<Col lg={12}>
<div className="d-flex overflow-auto">
<Card className="text-center me-3" style={{ minWidth: '200px' }}>
<Card.Img variant="top" src="/assets/images/mr.kyaiiphone.png" alt="Mr. Kyai" />
<Card.Body>
<Card.Title>MR. KYAI</Card.Title>
</Card.Body>
</Card>
<Card className="text-center me-3" style={{ minWidth: '200px' }}>
<Card.Img variant="top" src="/assets/images/kedaimasteriphone.png" alt="Kedai Master" />
<Card.Body>
<Card.Title>KEDAIMASTER</Card.Title>
</Card.Body>
</Card>
<Card className="text-center" style={{ minWidth: '200px' }}>
<Card.Img variant="top" src="/assets/images/mayageniphone.png" alt="Mayagen" />
<Card.Body>
<Card.Title>MAYAGEN</Card.Title>
</Card.Body>
</Card>
</div>
</Col>
</Row>
</Container>
</section>
);
};
export default ProductSection;

View File

@@ -0,0 +1,44 @@
import React from 'react';
import { Container, Row, Col, Card } from 'react-bootstrap';
const ServicesSection = () => {
return (
<section id="services" className="services py-5">
<Container>
<div className="section-heading text-center mb-4">
<h4>OUR <em>SERVICES</em></h4>
<img src="/assets/images/heading-line-dec.png" alt="" />
<p>Kami menyediakan berbagai solusi teknologi untuk mendukung transformasi digital bisnis dan masyarakat.</p>
</div>
<Row>
<Col lg={4}>
<Card className="mb-4">
<Card.Body>
<Card.Title>Mesthicon</Card.Title>
<Card.Text>Layanan instalasi jaringan, CCTV, dan infrastruktur teknologi.</Card.Text>
</Card.Body>
</Card>
</Col>
<Col lg={4}>
<Card className="mb-4">
<Card.Body>
<Card.Title>Techcare</Card.Title>
<Card.Text>Perakitan komputer, servis, dan konsultasi infrastruktur digital.</Card.Text>
</Card.Body>
</Card>
</Col>
<Col lg={4}>
<Card className="mb-4">
<Card.Body>
<Card.Title>Gawechno</Card.Title>
<Card.Text>Pembuatan software, website, sistem otomatisasi bisnis, dan aplikasi AI.</Card.Text>
</Card.Body>
</Card>
</Col>
</Row>
</Container>
</section>
);
};
export default ServicesSection;