Merge version_1 into main #1
134
src/app/page.tsx
134
src/app/page.tsx
@@ -30,25 +30,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
]}
|
||||
brandName="YP School"
|
||||
/>
|
||||
@@ -57,38 +47,19 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Empowering Bright Futures at YP School"
|
||||
description="Inspiring students through innovation, community, and excellence. Join our vibrant learning environment today."
|
||||
tag="Welcome to YP School"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Campus",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Explore Campus", href: "#about"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/running-cheerful-students_23-2147679023.jpg",
|
||||
imageAlt: "happy students in modern classroom bright",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/running-cheerful-students_23-2147679023.jpg", imageAlt: "happy students in modern classroom bright"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/little-girl-playing-with-her-classmates_1098-1034.jpg",
|
||||
imageAlt: "happy students in modern classroom bright",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/college-people-hall_23-2147679014.jpg",
|
||||
imageAlt: "College people in hall",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/college-students-hall_23-2147679003.jpg",
|
||||
imageAlt: "College students in hall",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/many-students-waiting-outside-classroom-studying-their-upcoming-test_662251-1097.jpg",
|
||||
imageAlt: "Many students waiting outside a classroom and studying for their upcoming test",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/little-girl-playing-with-her-classmates_1098-1034.jpg", imageAlt: "happy students in modern classroom bright"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -104,17 +75,11 @@ export default function LandingPage() {
|
||||
description="YP School provides a holistic education designed to challenge, support, and inspire every student to achieve their full potential in a safe, welcoming, and bright atmosphere."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Academic Rigor",
|
||||
description: "High standards in every subject.",
|
||||
},
|
||||
title: "Academic Rigor", description: "High standards in every subject."},
|
||||
{
|
||||
title: "Holistic Growth",
|
||||
description: "Focus on sports, arts, and character.",
|
||||
},
|
||||
title: "Holistic Growth", description: "Focus on sports, arts, and character."},
|
||||
{
|
||||
title: "Modern Campus",
|
||||
description: "State-of-the-art facilities for learning.",
|
||||
},
|
||||
title: "Modern Campus", description: "State-of-the-art facilities for learning."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/teen-couple-with-gadgets-library_23-2147860639.jpg"
|
||||
/>
|
||||
@@ -127,19 +92,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "STEM Labs",
|
||||
description: "Advanced technology and robotics labs.",
|
||||
icon: Zap,
|
||||
title: "STEM Labs", description: "Advanced technology and robotics labs.", icon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Arts Program",
|
||||
description: "Creative spaces for every artist.",
|
||||
icon: Palette,
|
||||
title: "Arts Program", description: "Creative spaces for every artist.", icon: Palette,
|
||||
},
|
||||
{
|
||||
title: "Sports Complex",
|
||||
description: "Top-tier facilities for athletes.",
|
||||
icon: Trophy,
|
||||
title: "Sports Complex", description: "Top-tier facilities for athletes.", icon: Trophy,
|
||||
},
|
||||
]}
|
||||
title="Why Choose YP School?"
|
||||
@@ -153,45 +112,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Great Staff",
|
||||
quote: "The staff truly cares about every student.",
|
||||
name: "Sarah J.",
|
||||
role: "Parent",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-photo-happy-cute-student-with-notebooks-earphones-standing-pink_273443-4913.jpg",
|
||||
},
|
||||
id: "1", title: "Great Staff", quote: "The staff truly cares about every student.", name: "Sarah J.", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/studio-photo-happy-cute-student-with-notebooks-earphones-standing-pink_273443-4913.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Bright Future",
|
||||
quote: "This school prepared me for university.",
|
||||
name: "Mark D.",
|
||||
role: "Alumni",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-woman-smiling_23-2148369437.jpg",
|
||||
},
|
||||
id: "2", title: "Bright Future", quote: "This school prepared me for university.", name: "Mark D.", role: "Alumni", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-woman-smiling_23-2148369437.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Fun Campus",
|
||||
quote: "I love the extracurricular activities!",
|
||||
name: "Lily P.",
|
||||
role: "Student",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-charming-female-isolated_176474-79361.jpg",
|
||||
},
|
||||
id: "3", title: "Fun Campus", quote: "I love the extracurricular activities!", name: "Lily P.", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-charming-female-isolated_176474-79361.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Safe Space",
|
||||
quote: "My child feels welcomed every single day.",
|
||||
name: "David W.",
|
||||
role: "Parent",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-woman-casual-summer-clothes_158538-10360.jpg",
|
||||
},
|
||||
id: "4", title: "Safe Space", quote: "My child feels welcomed every single day.", name: "David W.", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/fashion-woman-casual-summer-clothes_158538-10360.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Inspiring Classes",
|
||||
quote: "The teachers are innovative and kind.",
|
||||
name: "Alex R.",
|
||||
role: "Student",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/satisfied-cute-afro-woman-has-motor-activity-holds-skateboard-feels-relaxed-delighted_273609-29814.jpg",
|
||||
},
|
||||
id: "5", title: "Inspiring Classes", quote: "The teachers are innovative and kind.", name: "Alex R.", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/satisfied-cute-afro-woman-has-motor-activity-holds-skateboard-feels-relaxed-delighted_273609-29814.jpg"},
|
||||
]}
|
||||
title="Community Voices"
|
||||
description="Hear from our students and parents about their journey at YP School."
|
||||
@@ -203,20 +132,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What are the hours?",
|
||||
content: "Classes run from 8 AM to 3 PM.",
|
||||
},
|
||||
id: "1", title: "What are the hours?", content: "Classes run from 8 AM to 3 PM."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Are there after-school clubs?",
|
||||
content: "Yes, we offer over 20 clubs.",
|
||||
},
|
||||
id: "2", title: "Are there after-school clubs?", content: "Yes, we offer over 20 clubs."},
|
||||
{
|
||||
id: "3",
|
||||
title: "How to enroll?",
|
||||
content: "Fill out the online application.",
|
||||
},
|
||||
id: "3", title: "How to enroll?", content: "Fill out the online application."},
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -227,13 +147,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="YP School"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Contact Us",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Contact Us", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user