Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
213
src/app/page.tsx
213
src/app/page.tsx
@@ -32,23 +32,16 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Programs",
|
||||
id: "programs",
|
||||
},
|
||||
name: "Programs", id: "programs"},
|
||||
{
|
||||
name: "FAQs",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQs", id: "faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="First Choice"
|
||||
button={{ text: "Enroll Now", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -59,25 +52,15 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/old-railroad-station-with-railways-front-it_1268-15645.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/family-car-salon-woman-buying-car-little-african-girl-with-mther_1157-45012.jpg",
|
||||
alt: "parent and student",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/family-car-salon-woman-buying-car-little-african-girl-with-mther_1157-45012.jpg", alt: "parent and student"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/mother-kid-first-day-school-side-view_23-2149748234.jpg",
|
||||
alt: "mother and child",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/mother-kid-first-day-school-side-view_23-2149748234.jpg", alt: "mother and child"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/family-enjoying-views-car-trip_23-2149401819.jpg",
|
||||
alt: "family travel",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/family-enjoying-views-car-trip_23-2149401819.jpg", alt: "family travel"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/family-car-salon-woman-buying-car-little-african-girl-with-mther_1157-44053.jpg",
|
||||
alt: "family portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/family-car-salon-woman-buying-car-little-african-girl-with-mther_1157-44053.jpg", alt: "family portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-family-home_23-2149610756.jpg",
|
||||
alt: "smiling family",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-family-home_23-2149610756.jpg", alt: "smiling family"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ local families"
|
||||
/>
|
||||
@@ -91,17 +74,11 @@ export default function LandingPage() {
|
||||
description="Located at 4A Brandon Road, Harare, we provide a holistic curriculum designed to inspire curiosity and foster success in every student."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Academic Excellence",
|
||||
description: "Highly qualified teachers following rigorous standards.",
|
||||
},
|
||||
title: "Academic Excellence", description: "Highly qualified teachers following rigorous standards."},
|
||||
{
|
||||
title: "Modern Facilities",
|
||||
description: "Safe, clean, and engaging learning environments.",
|
||||
},
|
||||
title: "Modern Facilities", description: "Safe, clean, and engaging learning environments."},
|
||||
{
|
||||
title: "Holistic Development",
|
||||
description: "Focusing on academic, sports, and creative arts.",
|
||||
},
|
||||
title: "Holistic Development", description: "Focusing on academic, sports, and creative arts."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/conference-room-with-televisions-presentations_181624-26085.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -114,20 +91,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Comprehensive Library",
|
||||
description: "Extensive reading resources for all grade levels.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teenager-reading-book-near-friend_23-2147864019.jpg",
|
||||
},
|
||||
title: "Comprehensive Library", description: "Extensive reading resources for all grade levels.", imageSrc: "http://img.b2bpic.net/free-photo/teenager-reading-book-near-friend_23-2147864019.jpg"},
|
||||
{
|
||||
title: "Sports Grounds",
|
||||
description: "Well-maintained fields for physical education.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-spending-time-together-summer_23-2149032287.jpg",
|
||||
},
|
||||
title: "Sports Grounds", description: "Well-maintained fields for physical education.", imageSrc: "http://img.b2bpic.net/free-photo/friends-spending-time-together-summer_23-2149032287.jpg"},
|
||||
{
|
||||
title: "Computer Lab",
|
||||
description: "Integrating digital literacy into daily studies.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/innovative-futuristic-classroom-students_23-2150906254.jpg",
|
||||
},
|
||||
title: "Computer Lab", description: "Integrating digital literacy into daily studies.", imageSrc: "http://img.b2bpic.net/free-photo/innovative-futuristic-classroom-students_23-2150906254.jpg"},
|
||||
]}
|
||||
title="Our Campus Amenities"
|
||||
description="Designed to support every child's physical and intellectual journey."
|
||||
@@ -142,41 +110,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Core Curriculum",
|
||||
price: "Enrolled",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/little-girl-drawing-with-her-father-background_23-2147624028.jpg",
|
||||
},
|
||||
id: "1", name: "Core Curriculum", price: "Enrolled", imageSrc: "http://img.b2bpic.net/free-photo/little-girl-drawing-with-her-father-background_23-2147624028.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Music & Arts",
|
||||
price: "Included",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-artist-concept-with-template_23-2148002112.jpg",
|
||||
},
|
||||
id: "2", name: "Music & Arts", price: "Included", imageSrc: "http://img.b2bpic.net/free-photo/modern-artist-concept-with-template_23-2148002112.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Science Lab",
|
||||
price: "Included",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-girl-looking-through-microscope_23-2148571290.jpg",
|
||||
},
|
||||
id: "3", name: "Science Lab", price: "Included", imageSrc: "http://img.b2bpic.net/free-photo/front-view-girl-looking-through-microscope_23-2148571290.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Creative Studio",
|
||||
price: "Extra",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/watercolor-sketchbook_23-2147689777.jpg",
|
||||
},
|
||||
id: "4", name: "Creative Studio", price: "Extra", imageSrc: "http://img.b2bpic.net/free-photo/watercolor-sketchbook_23-2147689777.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Swimming Program",
|
||||
price: "Extra",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-choosing-barbell-gym_23-2147671883.jpg",
|
||||
},
|
||||
id: "5", name: "Swimming Program", price: "Extra", imageSrc: "http://img.b2bpic.net/free-photo/man-choosing-barbell-gym_23-2147671883.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "School Uniforms",
|
||||
price: "Available",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-business-boy-blue-classic-suit-wearing-black-bag-posing-business-work-fashion_179666-1403.jpg",
|
||||
},
|
||||
id: "6", name: "School Uniforms", price: "Available", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-business-boy-blue-classic-suit-wearing-black-bag-posing-business-work-fashion_179666-1403.jpg"},
|
||||
]}
|
||||
title="Academic Programs"
|
||||
description="A balanced approach to traditional and creative education."
|
||||
@@ -190,34 +134,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "15+",
|
||||
title: "Years Experience",
|
||||
items: [
|
||||
"Staff stability",
|
||||
"Local reputation",
|
||||
"Proven results",
|
||||
],
|
||||
id: "1", value: "15+", title: "Years Experience", items: [
|
||||
"Staff stability", "Local reputation", "Proven results"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "95%",
|
||||
title: "Student Satisfaction",
|
||||
items: [
|
||||
"Happy learners",
|
||||
"Engaged parents",
|
||||
"Safe campus",
|
||||
],
|
||||
id: "2", value: "95%", title: "Student Satisfaction", items: [
|
||||
"Happy learners", "Engaged parents", "Safe campus"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "20+",
|
||||
title: "Extracurriculars",
|
||||
items: [
|
||||
"Clubs, sports, arts",
|
||||
"Well-rounded lives",
|
||||
"Skill building",
|
||||
],
|
||||
id: "3", value: "20+", title: "Extracurriculars", items: [
|
||||
"Clubs, sports, arts", "Well-rounded lives", "Skill building"],
|
||||
},
|
||||
]}
|
||||
title="School Impact"
|
||||
@@ -232,40 +158,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah T.",
|
||||
handle: "@parent",
|
||||
testimonial: "Excellent care and academic progress for my daughter.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/life-partners-loading-baggage-car-trunk-travelling-summer-vacation-with-trolley-bags-couple-leaving-holiday-adventure-with-vehicle-feeling-excited-about-destination_482257-48825.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah T.", handle: "@parent", testimonial: "Excellent care and academic progress for my daughter.", imageSrc: "http://img.b2bpic.net/free-photo/life-partners-loading-baggage-car-trunk-travelling-summer-vacation-with-trolley-bags-couple-leaving-holiday-adventure-with-vehicle-feeling-excited-about-destination_482257-48825.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "James M.",
|
||||
handle: "@parent",
|
||||
testimonial: "My boys have thrived since joining First Choice.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/father-daughter-laughing-together_23-2147615922.jpg",
|
||||
},
|
||||
id: "2", name: "James M.", handle: "@parent", testimonial: "My boys have thrived since joining First Choice.", imageSrc: "http://img.b2bpic.net/free-photo/father-daughter-laughing-together_23-2147615922.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Linda K.",
|
||||
handle: "@parent",
|
||||
testimonial: "Supportive staff and a great, safe school environment.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/father-painting-with-daughter-fathers-day_23-2147805504.jpg",
|
||||
},
|
||||
id: "3", name: "Linda K.", handle: "@parent", testimonial: "Supportive staff and a great, safe school environment.", imageSrc: "http://img.b2bpic.net/free-photo/father-painting-with-daughter-fathers-day_23-2147805504.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David O.",
|
||||
handle: "@parent",
|
||||
testimonial: "Focus on both studies and character is truly commendable.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-kid-parent-desk_23-2149610803.jpg",
|
||||
},
|
||||
id: "4", name: "David O.", handle: "@parent", testimonial: "Focus on both studies and character is truly commendable.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-kid-parent-desk_23-2149610803.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Rebecca P.",
|
||||
handle: "@parent",
|
||||
testimonial: "Best decision for our family's education needs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/small-black-boy-eating-apple-while-doing-homework_637285-9306.jpg",
|
||||
},
|
||||
id: "5", name: "Rebecca P.", handle: "@parent", testimonial: "Best decision for our family's education needs.", imageSrc: "http://img.b2bpic.net/free-photo/small-black-boy-eating-apple-while-doing-homework_637285-9306.jpg"},
|
||||
]}
|
||||
title="Parent Stories"
|
||||
description="Trusted by families across Harare for providing quality education."
|
||||
@@ -278,20 +179,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "When is the school open?",
|
||||
content: "We open at 7:30 am Mon-Fri.",
|
||||
},
|
||||
id: "1", title: "When is the school open?", content: "We open at 7:30 am Mon-Fri."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Where are you located?",
|
||||
content: "4A Brandon Road, Waterfalls, Harare.",
|
||||
},
|
||||
id: "2", title: "Where are you located?", content: "4A Brandon Road, Waterfalls, Harare."},
|
||||
{
|
||||
id: "3",
|
||||
title: "How to contact?",
|
||||
content: "Call us at 077 393 4778.",
|
||||
},
|
||||
id: "3", title: "How to contact?", content: "Call us at 077 393 4778."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Quick answers to help you get started at First Choice."
|
||||
@@ -303,16 +195,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Admissions"
|
||||
title="Ready to Join Us?"
|
||||
description="Schedule a tour or ask about our enrollment process today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Admissions",
|
||||
href: "tel:0773934778",
|
||||
},
|
||||
text: "Contact Admissions", href: "tel:0773934778"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -321,33 +210,21 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "4A Brandon Road, Harare",
|
||||
href: "#",
|
||||
},
|
||||
label: "4A Brandon Road, Harare", href: "#"},
|
||||
{
|
||||
label: "077 393 4778",
|
||||
href: "tel:0773934778",
|
||||
},
|
||||
label: "077 393 4778", href: "tel:0773934778"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Links",
|
||||
items: [
|
||||
title: "Links", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Programs",
|
||||
href: "#programs",
|
||||
},
|
||||
label: "Programs", href: "#programs"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user