Merge version_1 into main #1
255
src/app/page.tsx
255
src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "Program",
|
||||
id: "#program",
|
||||
},
|
||||
{
|
||||
name: "Testimoni",
|
||||
id: "#testimoni",
|
||||
},
|
||||
{
|
||||
name: "Kontak",
|
||||
id: "#kontak",
|
||||
},
|
||||
{ name: "Home", id: "#hero" },
|
||||
{ name: "Program", id: "#program" },
|
||||
{ name: "Testimoni", id: "#testimoni" },
|
||||
{ name: "Kontak", id: "#kontak" },
|
||||
]}
|
||||
brandName="BIMBEL UNIQ"
|
||||
/>
|
||||
@@ -53,43 +41,17 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Belajar Lebih Seru, Raih Impianmu"
|
||||
description="Bimbingan belajar ternyaman di Kediri dengan suasana kekeluargaan, tentor ramah, dan metode yang bikin materi sulit jadi mudah."
|
||||
tag="Bimbel UNIQ Kediri"
|
||||
buttons={[
|
||||
{
|
||||
text: "Daftar Sekarang",
|
||||
href: "#kontak",
|
||||
},
|
||||
{
|
||||
text: "Chat WhatsApp",
|
||||
href: "https://wa.me/6281515774299",
|
||||
},
|
||||
{ text: "Daftar Sekarang", href: "#kontak" },
|
||||
{ text: "Chat WhatsApp", href: "https://wa.me/6281515774299" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/college-girls-doing-home-assignment-cafeteria-using-digital-tablet-making-notes-paper_273609-5563.jpg",
|
||||
imageAlt: "happy students classroom modern",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-reading-together_52683-105903.jpg",
|
||||
imageAlt: "students discussing project warm",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-helping-kid-with-homework_23-2149610754.jpg",
|
||||
imageAlt: "Medium shot woman helping kid with homework",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-school-teacher-giving-help-support-schoolboy-class_74855-16348.jpg",
|
||||
imageAlt: "Cheerful school teacher giving help and support to schoolboy in class",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/small-black-boy-eating-apple-while-doing-homework_637285-9306.jpg",
|
||||
imageAlt: "Small black boy eating an apple while doing homework",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/college-girls-doing-home-assignment-cafeteria-using-digital-tablet-making-notes-paper_273609-5563.jpg", imageAlt: "happy students classroom modern" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-reading-together_52683-105903.jpg", imageAlt: "students discussing project warm" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -102,26 +64,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Prestasi Bimbel UNIQ"
|
||||
metrics={[
|
||||
{
|
||||
icon: Star,
|
||||
label: "Rating Siswa",
|
||||
value: "5.0 ★",
|
||||
},
|
||||
{
|
||||
icon: MessageSquare,
|
||||
label: "Ulasan Real",
|
||||
value: "30+",
|
||||
},
|
||||
{
|
||||
icon: BookOpen,
|
||||
label: "Jenjang",
|
||||
value: "SD-Alumni",
|
||||
},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Reputasi",
|
||||
value: "Top Kediri",
|
||||
},
|
||||
{ icon: Star, label: "Rating Siswa", value: "5.0 ★" },
|
||||
{ icon: MessageSquare, label: "Ulasan Real", value: "30+" },
|
||||
{ icon: BookOpen, label: "Jenjang", value: "SD-Alumni" },
|
||||
{ icon: Award, label: "Reputasi", value: "Top Kediri" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -133,31 +79,11 @@ export default function LandingPage() {
|
||||
title="Mengapa Memilih UNIQ?"
|
||||
description="Kami menciptakan suasana belajar yang menyenangkan agar siswa lebih mudah menyerap materi."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Tentor Ceria & Ramah",
|
||||
content: "Tentor kami bukan sekadar pengajar, tapi sahabat belajar yang ramah dan asik.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Tempat Sangat Nyaman",
|
||||
content: "Suasana belajar yang santai membuat siswa betah berlama-lama.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Materi Mudah Dipahami",
|
||||
content: "Metode penyampaian yang kreatif agar materi sesulit apapun jadi mudah dipahami.",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Harga Terjangkau",
|
||||
content: "Kualitas premium dengan biaya yang sangat terjangkau bagi pelajar.",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Fasilitas & Jajan",
|
||||
content: "Banyak jajan dan fasilitas yang bikin suasana belajar jadi seru.",
|
||||
},
|
||||
{ id: "1", title: "Tentor Ceria & Ramah", content: "Tentor kami bukan sekadar pengajar, tapi sahabat belajar yang ramah dan asik." },
|
||||
{ id: "2", title: "Tempat Sangat Nyaman", content: "Suasana belajar yang santai membuat siswa betah berlama-lama." },
|
||||
{ id: "3", title: "Materi Mudah Dipahami", content: "Metode penyampaian yang kreatif agar materi sesulit apapun jadi mudah dipahami." },
|
||||
{ id: "4", title: "Harga Terjangkau", content: "Kualitas premium dengan biaya yang sangat terjangkau bagi pelajar." },
|
||||
{ id: "5", title: "Fasilitas & Jajan", content: "Banyak jajan dan fasilitas yang bikin suasana belajar jadi seru." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/african-american-professor-mentoring-diverse-students-library_482257-123126.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -170,39 +96,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "1",
|
||||
badge: "SD / SMP",
|
||||
price: "Terjangkau",
|
||||
subtitle: "Dasar UNIQ",
|
||||
features: [
|
||||
"Materi Sekolah",
|
||||
"PR Dibantu",
|
||||
"Tentor Ceria",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
badge: "SMA / Alumni",
|
||||
price: "Eksklusif",
|
||||
subtitle: "Intensif UNIQ",
|
||||
features: [
|
||||
"Persiapan UTBK",
|
||||
"Intensif PSAT",
|
||||
"TKA / TPS",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
badge: "PSAT Spesial",
|
||||
price: "Eksklusif",
|
||||
subtitle: "Program PSAT",
|
||||
features: [
|
||||
"Materi Spesial",
|
||||
"Latihan Soal",
|
||||
"Evaluasi Rutin",
|
||||
],
|
||||
},
|
||||
{ id: "1", badge: "SD / SMP", price: "Terjangkau", subtitle: "Dasar UNIQ", features: ["Materi Sekolah", "PR Dibantu", "Tentor Ceria"] },
|
||||
{ id: "2", badge: "SMA / Alumni", price: "Eksklusif", subtitle: "Intensif UNIQ", features: ["Persiapan UTBK", "Intensif PSAT", "TKA / TPS"] },
|
||||
{ id: "3", badge: "PSAT Spesial", price: "Eksklusif", subtitle: "Program PSAT", features: ["Materi Spesial", "Latihan Soal", "Evaluasi Rutin"] },
|
||||
]}
|
||||
title="Program Belajar"
|
||||
description="Pilih program yang sesuai dengan jenjang pendidikanmu."
|
||||
@@ -215,41 +111,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alief Supi",
|
||||
role: "Siswa SMA",
|
||||
testimonial: "SUPER SERU, tentornya asik, ramah, banyak jajan, mudah dipahami!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charming-cute-woman-hinting-go-play-snowballs-with-her-winking-joyfully-as-inviting-us-smiling-br_1258-143076.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Prissil",
|
||||
role: "Alumni",
|
||||
testimonial: "Materinya sangat membantu buat persiapan TKA, UTBK, bahkan ada intensif PSAT juga!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-young-man-showing-puppy-paws-gesture-smiling-looking-happy-camera-standing-tshirt-white-background_176420-49447.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Jihan Fazluna",
|
||||
role: "Siswa SMP",
|
||||
testimonial: "Tempatnya nyaman banget kayak rumah kedua, tentor ramah dan informatif.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-studies-computer-night-technology-education_169016-64459.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Agung Budiman",
|
||||
role: "Local Guide",
|
||||
testimonial: "Bimbel terbaik se-Kediri! Worth banget buat SD, SMP, SMA, dan alumni.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104622.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Asshifa Aisy",
|
||||
role: "Siswa SMA",
|
||||
testimonial: "Sangat seru, tentor ramah, materi mudah dipahami, harga murah!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-teenage-girl-headphones-listening-music-emotions-concept_169016-65380.jpg",
|
||||
},
|
||||
{ id: "1", name: "Alief Supi", role: "Siswa SMA", testimonial: "SUPER SERU, tentornya asik, ramah, banyak jajan, mudah dipahami!", imageSrc: "http://img.b2bpic.net/free-photo/charming-cute-woman-hinting-go-play-snowballs-with-her-winking-joyfully-as-inviting-us-smiling-br_1258-143076.jpg" },
|
||||
{ id: "2", name: "Prissil", role: "Alumni", testimonial: "Materinya sangat membantu buat persiapan TKA, UTBK, bahkan ada intensif PSAT juga!", imageSrc: "http://img.b2bpic.net/free-photo/cute-young-man-showing-puppy-paws-gesture-smiling-looking-happy-camera-standing-tshirt-white-background_176420-49447.jpg" },
|
||||
{ id: "3", name: "Jihan Fazluna", role: "Siswa SMP", testimonial: "Tempatnya nyaman banget kayak rumah kedua, tentor ramah dan informatif.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-studies-computer-night-technology-education_169016-64459.jpg" },
|
||||
{ id: "4", name: "Agung Budiman", role: "Local Guide", testimonial: "Bimbel terbaik se-Kediri! Worth banget buat SD, SMP, SMA, dan alumni.", imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104622.jpg" },
|
||||
{ id: "5", name: "Asshifa Aisy", role: "Siswa SMA", testimonial: "Sangat seru, tentor ramah, materi mudah dipahami, harga murah!", imageSrc: "http://img.b2bpic.net/free-photo/happy-teenage-girl-headphones-listening-music-emotions-concept_169016-65380.jpg" },
|
||||
]}
|
||||
title="Kata Mereka"
|
||||
description="Ulasan asli dari siswa kami."
|
||||
@@ -259,21 +125,13 @@ export default function LandingPage() {
|
||||
<div id="cta" data-section="cta">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Siap Bergabung?"
|
||||
title="Belajar Lebih Seru, Raih Impianmu!"
|
||||
description="Hubungi kami sekarang untuk mendapatkan promo daftar perdana."
|
||||
buttons={[
|
||||
{
|
||||
text: "Daftar Sekarang",
|
||||
href: "#kontak",
|
||||
},
|
||||
{
|
||||
text: "Chat WhatsApp",
|
||||
href: "https://wa.me/6281515774299",
|
||||
},
|
||||
{ text: "Daftar Sekarang", href: "#kontak" },
|
||||
{ text: "Chat WhatsApp", href: "https://wa.me/6281515774299" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -281,56 +139,27 @@ export default function LandingPage() {
|
||||
<div id="kontak" data-section="kontak">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Hubungi Kami"
|
||||
title="Alamat Bimbel UNIQ"
|
||||
description="Kediri, Jawa Timur. Hubungi WA: 081515774299 untuk konsultasi jenjang pendidikan."
|
||||
buttons={[
|
||||
{
|
||||
text: "Chat WhatsApp",
|
||||
href: "https://wa.me/6281515774299",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Chat WhatsApp", href: "https://wa.me/6281515774299" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Program",
|
||||
href: "#program",
|
||||
},
|
||||
{
|
||||
label: "Testimoni",
|
||||
href: "#testimoni",
|
||||
},
|
||||
{
|
||||
label: "Kontak",
|
||||
href: "#kontak",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "TikTok",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/6281515774299",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [
|
||||
{ label: "Program", href: "#program" },
|
||||
{ label: "Testimoni", href: "#testimoni" },
|
||||
{ label: "Kontak", href: "#kontak" },
|
||||
] },
|
||||
{ items: [
|
||||
{ label: "Instagram", href: "#" },
|
||||
{ label: "TikTok", href: "#" },
|
||||
{ label: "WhatsApp", href: "https://wa.me/6281515774299" },
|
||||
] },
|
||||
]}
|
||||
logoText="BIMBEL UNIQ KEDIRI"
|
||||
/>
|
||||
@@ -338,4 +167,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user