Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
128
src/app/page.tsx
128
src/app/page.tsx
@@ -30,42 +30,30 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
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="Oakwood Academy"
|
||||
button={{ text: "Apply Now", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Inspiring Future Leaders"
|
||||
description="Oakwood Academy provides a holistic education that prepares students for the challenges and opportunities of tomorrow."
|
||||
buttons={[
|
||||
{
|
||||
text: "Apply Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Apply Now", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/water-dwelling_1127-3257.jpg"
|
||||
/>
|
||||
@@ -76,8 +64,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Our Legacy"
|
||||
description={[
|
||||
"Founded in 1950, Oakwood Academy has been a cornerstone of academic excellence. We combine tradition with innovation to nurture the next generation of global citizens.",
|
||||
]}
|
||||
"Founded in 1950, Oakwood Academy has been a cornerstone of academic excellence. We combine tradition with innovation to nurture the next generation of global citizens."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -88,26 +75,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Advanced Science Lab",
|
||||
description: "Cutting-edge equipment and inquiry-based learning in our state-of-the-art facilities.",
|
||||
tag: "STEM",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-laptop-outdoors_23-2149462106.jpg",
|
||||
},
|
||||
id: "1", title: "Advanced Science Lab", description: "Cutting-edge equipment and inquiry-based learning in our state-of-the-art facilities.", tag: "STEM", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-laptop-outdoors_23-2149462106.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Creative Arts",
|
||||
description: "Nurturing self-expression through music, theater, and visual arts programs.",
|
||||
tag: "Arts",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-kids-spending-time-school_23-2150385319.jpg",
|
||||
},
|
||||
id: "2", title: "Creative Arts", description: "Nurturing self-expression through music, theater, and visual arts programs.", tag: "Arts", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-kids-spending-time-school_23-2150385319.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Athletic Excellence",
|
||||
description: "Promoting healthy lifestyle and teamwork through diverse competitive sports.",
|
||||
tag: "Sports",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-teens-young-people-doing-activities-together-celebrating-world-youth-skills-day_23-2151478240.jpg",
|
||||
},
|
||||
id: "3", title: "Athletic Excellence", description: "Promoting healthy lifestyle and teamwork through diverse competitive sports.", tag: "Sports", imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-teens-young-people-doing-activities-together-celebrating-world-youth-skills-day_23-2151478240.jpg"},
|
||||
]}
|
||||
title="Academic Programs"
|
||||
description="Explore our specialized programs designed for comprehensive student development."
|
||||
@@ -119,30 +91,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Jenkins",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-standing-kitchen-with-notebook-reading-recipes-flipping-pages_1258-201137.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Jenkins", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-standing-kitchen-with-notebook-reading-recipes-flipping-pages_1258-201137.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark Thornton",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/perfect-way-start-adult-life_329181-3046.jpg",
|
||||
},
|
||||
id: "2", name: "Mark Thornton", imageSrc: "http://img.b2bpic.net/free-photo/perfect-way-start-adult-life_329181-3046.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena Rodriguez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-office_273609-6559.jpg",
|
||||
},
|
||||
id: "3", name: "Elena Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-office_273609-6559.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Wu",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-teenage-girl-sitting-library-desk_23-2147854066.jpg",
|
||||
},
|
||||
id: "4", name: "David Wu", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-teenage-girl-sitting-library-desk_23-2147854066.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Linda Peterson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-posing_23-2148680245.jpg",
|
||||
},
|
||||
id: "5", name: "Linda Peterson", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-posing_23-2148680245.jpg"},
|
||||
]}
|
||||
cardTitle="Community Voices"
|
||||
cardTag="Parents & Students"
|
||||
@@ -156,20 +113,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How do I apply?",
|
||||
content: "Our application process starts with a campus visit followed by an interview.",
|
||||
},
|
||||
id: "1", title: "How do I apply?", content: "Our application process starts with a campus visit followed by an interview."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Are there scholarships available?",
|
||||
content: "Yes, we offer various academic and financial aid-based scholarships.",
|
||||
},
|
||||
id: "2", title: "Are there scholarships available?", content: "Yes, we offer various academic and financial aid-based scholarships."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What is the student-teacher ratio?",
|
||||
content: "We maintain a 12:1 ratio to ensure personalized attention for every student.",
|
||||
},
|
||||
id: "3", title: "What is the student-teacher ratio?", content: "We maintain a 12:1 ratio to ensure personalized attention for every student."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Learn more about our enrollment process and daily campus life."
|
||||
@@ -181,14 +129,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
text="Ready to join our vibrant community? Get in touch today for more information about admission."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "mailto:admissions@oakwood.edu",
|
||||
},
|
||||
text: "Contact Us", href: "mailto:admissions@oakwood.edu"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -197,38 +142,25 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Admissions",
|
||||
items: [
|
||||
title: "Admissions", items: [
|
||||
{
|
||||
label: "Apply Online",
|
||||
href: "#",
|
||||
},
|
||||
label: "Apply Online", href: "#"},
|
||||
{
|
||||
label: "Tuition",
|
||||
href: "#",
|
||||
},
|
||||
label: "Tuition", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Academics",
|
||||
items: [
|
||||
title: "Academics", items: [
|
||||
{
|
||||
label: "Curriculum",
|
||||
href: "#",
|
||||
},
|
||||
label: "Curriculum", href: "#"},
|
||||
{
|
||||
label: "Calendar",
|
||||
href: "#",
|
||||
},
|
||||
label: "Calendar", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user