Merge version_1 into main #2
156
src/app/page.tsx
156
src/app/page.tsx
@@ -29,50 +29,28 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Programs",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Programs", id: "features" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="EduGrow Academy"
|
||||
button={{ text: "Apply Now", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboardSplit
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
logoText="EduGrow Academy"
|
||||
description="Empowering the leaders of tomorrow through excellence in education, innovation, and community support."
|
||||
buttons={[
|
||||
{
|
||||
text: "Apply Now",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
},
|
||||
{ text: "Apply Now", href: "#contact" },
|
||||
{ text: "Learn More", href: "#about" },
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-tired-mature-students-looking-laptop_74855-1931.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-tired-mature-students-looking-laptop_74855-1931.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
@@ -81,12 +59,7 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="A Legacy of Excellence"
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Mission",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Our Mission", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -97,28 +70,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "STEAM Education",
|
||||
description: "Hands-on learning in Science, Technology, Engineering, Arts, and Math.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: GraduationCap,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-tired-mature-students-looking-laptop_74855-1931.jpg?_wi=2",
|
||||
imageAlt: "happy students in classroom",
|
||||
title: "STEAM Education", description: "Hands-on learning in Science, Technology, Engineering, Arts, and Math.", bentoComponent: "reveal-icon", icon: GraduationCap
|
||||
},
|
||||
{
|
||||
title: "Arts & Athletics",
|
||||
description: "Well-rounded development through our extensive sports and creative programs.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Trophy,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-associates_1098-14953.jpg",
|
||||
imageAlt: "professional school teacher classroom",
|
||||
title: "Arts & Athletics", description: "Well-rounded development through our extensive sports and creative programs.", bentoComponent: "reveal-icon", icon: Trophy
|
||||
},
|
||||
{
|
||||
title: "College Prep",
|
||||
description: "Dedicated guidance for university entrance and beyond.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: GraduationCap,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-senior-woman-young-daughter_1262-2139.jpg?_wi=1",
|
||||
imageAlt: "happy parent portrait smile",
|
||||
title: "College Prep", description: "Dedicated guidance for university entrance and beyond.", bentoComponent: "reveal-icon", icon: GraduationCap
|
||||
},
|
||||
]}
|
||||
title="Academic Programs"
|
||||
@@ -133,46 +91,11 @@ export default function LandingPage() {
|
||||
gridVariant="one-large-right-three-stacked-left"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Jenkins",
|
||||
role: "Parent",
|
||||
company: "Class of 2024",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-senior-woman-young-daughter_1262-2139.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Leo Martinez",
|
||||
role: "Student",
|
||||
company: "Class of 2025",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boy-schoolyard_23-2147667430.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Dr. Susan Ray",
|
||||
role: "Educator",
|
||||
company: "Academic Board",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-picture-business-woman-with-folder-hand_171337-16601.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Marcus Chen",
|
||||
role: "Alumni",
|
||||
company: "Class of 2020",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/travelling-city-cute-girl-portrait_23-2148570584.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Elena Rodriguez",
|
||||
role: "Parent",
|
||||
company: "Class of 2026",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-senior-woman-young-daughter_1262-2139.jpg?_wi=3",
|
||||
},
|
||||
{ id: "1", name: "Sarah Jenkins", role: "Parent", company: "Class of 2024", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-senior-woman-young-daughter_1262-2139.jpg" },
|
||||
{ id: "2", name: "Leo Martinez", role: "Student", company: "Class of 2025", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/boy-schoolyard_23-2147667430.jpg" },
|
||||
{ id: "3", name: "Dr. Susan Ray", role: "Educator", company: "Academic Board", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/vertical-picture-business-woman-with-folder-hand_171337-16601.jpg" },
|
||||
{ id: "4", name: "Marcus Chen", role: "Alumni", company: "Class of 2020", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/travelling-city-cute-girl-portrait_23-2148570584.jpg" },
|
||||
{ id: "5", name: "Elena Rodriguez", role: "Parent", company: "Class of 2026", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-senior-woman-young-daughter_1262-2139.jpg" },
|
||||
]}
|
||||
title="Parent & Student Voices"
|
||||
description="Hear what our community says about their experience at EduGrow Academy."
|
||||
@@ -182,49 +105,18 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
background={{ variant: "rotated-rays-static" }}
|
||||
text="Ready to join our community? Contact us today to schedule a campus tour."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Admissions",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Contact Admissions", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-tired-mature-students-looking-laptop_74855-1931.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-tired-mature-students-looking-laptop_74855-1931.jpg"
|
||||
columns={[
|
||||
{
|
||||
title: "About",
|
||||
items: [
|
||||
{
|
||||
label: "History",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Faculty",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Apply",
|
||||
items: [
|
||||
{
|
||||
label: "Admissions",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Tuition",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "About", items: [{ label: "History", href: "#about" }, { label: "Faculty", href: "#" }] },
|
||||
{ title: "Apply", items: [{ label: "Admissions", href: "#contact" }, { label: "Tuition", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user