Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
178
src/app/page.tsx
178
src/app/page.tsx
@@ -11,7 +11,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen
|
|||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||||
import TextAbout from '@/components/sections/about/TextAbout';
|
import TextAbout from '@/components/sections/about/TextAbout';
|
||||||
import { BookOpen, Globe, Palette } from "lucide-react";
|
import { BookOpen, Globe, Palette, Calculator, Cpu, Dumbbell } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -31,22 +31,10 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Home", id: "hero" },
|
||||||
name: "Home",
|
{ name: "About", id: "about" },
|
||||||
id: "hero",
|
{ name: "Features", id: "features" },
|
||||||
},
|
{ name: "Contact", id: "contact" }
|
||||||
{
|
|
||||||
name: "About",
|
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Features",
|
|
||||||
id: "features",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Contact",
|
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="School of Tomorrow"
|
brandName="School of Tomorrow"
|
||||||
/>
|
/>
|
||||||
@@ -54,22 +42,14 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogoBillboard
|
<HeroLogoBillboard
|
||||||
background={{
|
background={{ variant: "gradient-bars" }}
|
||||||
variant: "gradient-bars",
|
|
||||||
}}
|
|
||||||
logoText="School of Tomorrow | CMC Branch"
|
logoText="School of Tomorrow | CMC Branch"
|
||||||
description="Empowering students today for the leaders of tomorrow. Academic excellence rooted in character and innovation."
|
description="Empowering students today for the leaders of tomorrow. Academic excellence rooted in character and innovation."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{ text: "Enroll Now", href: "#contact" },
|
||||||
text: "Enroll Now",
|
{ text: "Learn More", href: "#about" }
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
text: "Learn More",
|
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/serious-young-blonde-lady-walking-outdoors-looking-aside_171337-19430.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-photo/serious-young-blonde-lady-walking-outdoors-looking-aside_171337-19430.jpg"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -90,65 +70,29 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Modern Curriculum",
|
title: "Modern Curriculum", description: "Rigorous academic programs designed to challenge and inspire.", items: [
|
||||||
description: "Rigorous academic programs designed to challenge and inspire.",
|
{ icon: BookOpen, text: "Advanced Science" },
|
||||||
items: [
|
{ icon: Calculator, text: "Applied Math" }
|
||||||
{
|
|
||||||
icon: BookOpen,
|
|
||||||
text: "Advanced Science",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
icon: Calculator,
|
|
||||||
text: "Applied Math",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
media: {
|
media: { imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-digital-tablet-blue-stationery-blue-color-background_23-2148050732.jpg", imageAlt: "classroom technology learning modern" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-digital-tablet-blue-stationery-blue-color-background_23-2148050732.jpg",
|
reverse: false
|
||||||
},
|
|
||||||
reverse: false,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-young-blonde-lady-walking-outdoors-looking-aside_171337-19430.jpg?_wi=2",
|
|
||||||
imageAlt: "classroom technology learning modern",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Technology Integration",
|
title: "Technology Integration", description: "Equipping classrooms with state-of-the-art tools for the digital age.", items: [
|
||||||
description: "Equipping classrooms with state-of-the-art tools for the digital age.",
|
{ icon: Cpu, text: "Computer Labs" },
|
||||||
items: [
|
{ icon: Globe, text: "Smart Boards" }
|
||||||
{
|
|
||||||
icon: Cpu,
|
|
||||||
text: "Computer Labs",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
icon: Globe,
|
|
||||||
text: "Smart Boards",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
media: {
|
media: { imageSrc: "http://img.b2bpic.net/free-photo/tablet-surrounded-by-stationery-supplies-table_23-2148543784.jpg", imageAlt: "classroom technology learning modern" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/tablet-surrounded-by-stationery-supplies-table_23-2148543784.jpg",
|
reverse: true
|
||||||
},
|
|
||||||
reverse: true,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-student-girl-glasses-with-pigtails-white-shirt-holding-arrow-raising-hand-surrender-standing-white-wall_141793-48016.jpg",
|
|
||||||
imageAlt: "classroom technology learning modern",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Holistic Development",
|
title: "Holistic Development", description: "Focusing on character building, arts, and physical fitness.", items: [
|
||||||
description: "Focusing on character building, arts, and physical fitness.",
|
{ icon: Palette, text: "Arts Program" },
|
||||||
items: [
|
{ icon: Dumbbell, text: "Sports Complex" }
|
||||||
{
|
|
||||||
icon: Palette,
|
|
||||||
text: "Arts Program",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
icon: Dumbbell,
|
|
||||||
text: "Sports Complex",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
media: {
|
media: { imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-white-screen-digital-table-school-supplies-pink-wallpaper_23-2148050733.jpg", imageAlt: "classroom technology learning modern" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-white-screen-digital-table-school-supplies-pink-wallpaper_23-2148050733.jpg",
|
reverse: false
|
||||||
},
|
}
|
||||||
reverse: false,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/brainstroming-education-concept-two-students-discuss-their-subject-write-notebook-create-article-blog-discuss-ideas-development-sit-coworking-space-tutor-gives-private-lesson_273609-28933.jpg?_wi=1",
|
|
||||||
imageAlt: "classroom technology learning modern",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Educational Approach"
|
title="Our Educational Approach"
|
||||||
description="We blend traditional values with modern methodologies to create a comprehensive learning environment."
|
description="We blend traditional values with modern methodologies to create a comprehensive learning environment."
|
||||||
@@ -161,21 +105,9 @@ export default function LandingPage() {
|
|||||||
title="Our Impact"
|
title="Our Impact"
|
||||||
tag="Excellence in Numbers"
|
tag="Excellence in Numbers"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{ id: "1", value: "15+", description: "Years of Excellence" },
|
||||||
id: "1",
|
{ id: "2", value: "500+", description: "Students Enrolled" },
|
||||||
value: "15+",
|
{ id: "3", value: "98%", description: "Graduation Rate" }
|
||||||
description: "Years of Excellence",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "2",
|
|
||||||
value: "500+",
|
|
||||||
description: "Students Enrolled",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3",
|
|
||||||
value: "98%",
|
|
||||||
description: "Graduation Rate",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -185,31 +117,11 @@ export default function LandingPage() {
|
|||||||
<TestimonialCardTwelve
|
<TestimonialCardTwelve
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{ id: "1", name: "Abebe G.", imageSrc: "http://img.b2bpic.net/free-photo/brainstroming-education-concept-two-students-discuss-their-subject-write-notebook-create-article-blog-discuss-ideas-development-sit-coworking-space-tutor-gives-private-lesson_273609-28933.jpg" },
|
||||||
id: "1",
|
{ id: "2", name: "Sara H.", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-her-hand-front-her_23-2148631377.jpg" },
|
||||||
name: "Abebe G.",
|
{ id: "3", name: "Mulugeta T.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-mother-working-from-home_23-2150231631.jpg" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/brainstroming-education-concept-two-students-discuss-their-subject-write-notebook-create-article-blog-discuss-ideas-development-sit-coworking-space-tutor-gives-private-lesson_273609-28933.jpg?_wi=2",
|
{ id: "4", name: "Kebede K.", imageSrc: "http://img.b2bpic.net/free-photo/father-spending-time-together-with-his-girl-outdoors_23-2149032211.jpg" },
|
||||||
},
|
{ id: "5", name: "Wubet F.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-father-kid-home_23-2149610748.jpg" }
|
||||||
{
|
|
||||||
id: "2",
|
|
||||||
name: "Sara H.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-her-hand-front-her_23-2148631377.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3",
|
|
||||||
name: "Mulugeta T.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-mother-working-from-home_23-2150231631.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "4",
|
|
||||||
name: "Kebede K.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/father-spending-time-together-with-his-girl-outdoors_23-2149032211.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "5",
|
|
||||||
name: "Wubet F.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-father-kid-home_23-2149610748.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
cardTitle="Parent Experiences"
|
cardTitle="Parent Experiences"
|
||||||
cardTag="Community Feedback"
|
cardTag="Community Feedback"
|
||||||
@@ -222,21 +134,9 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{ id: "1", title: "How do I enroll my child?", content: "Visit our administration office at CMC Branch for enrollment forms." },
|
||||||
id: "1",
|
{ id: "2", title: "Is transportation provided?", content: "Yes, we offer safe bus transport services within CMC and surrounding areas." },
|
||||||
title: "How do I enroll my child?",
|
{ id: "3", title: "What are the school hours?", content: "Classes run from 8:00 AM to 3:00 PM, Monday to Friday." }
|
||||||
content: "Visit our administration office at CMC Branch for enrollment forms.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "2",
|
|
||||||
title: "Is transportation provided?",
|
|
||||||
content: "Yes, we offer safe bus transport services within CMC and surrounding areas.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3",
|
|
||||||
title: "What are the school hours?",
|
|
||||||
content: "Classes run from 8:00 AM to 3:00 PM, Monday to Friday.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Frequently Asked Questions"
|
title="Frequently Asked Questions"
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
@@ -247,9 +147,7 @@ export default function LandingPage() {
|
|||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplit
|
<ContactSplit
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{ variant: "gradient-bars" }}
|
||||||
variant: "gradient-bars",
|
|
||||||
}}
|
|
||||||
tag="Join Us"
|
tag="Join Us"
|
||||||
title="Get in Touch"
|
title="Get in Touch"
|
||||||
description="Ready to join our school family? Contact us today."
|
description="Ready to join our school family? Contact us today."
|
||||||
@@ -267,4 +165,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user