Merge version_1 into main #2
376
src/app/page.tsx
376
src/app/page.tsx
@@ -13,7 +13,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
|
||||
import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import { Award, BookOpen, GraduationCap, Heart, Lightbulb, Star, Users } from "lucide-react";
|
||||
import { Award, BookOpen, Brain, GraduationCap, Heart, Lightbulb, Star, Users } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -34,49 +34,29 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about-us",
|
||||
},
|
||||
name: "About Us", id: "#about-us"},
|
||||
{
|
||||
name: "Programs",
|
||||
id: "#programs",
|
||||
},
|
||||
name: "Programs", id: "#programs"},
|
||||
{
|
||||
name: "Achievements",
|
||||
id: "#achievements",
|
||||
},
|
||||
name: "Achievements", id: "#achievements"},
|
||||
{
|
||||
name: "Faculty",
|
||||
id: "#faculty",
|
||||
},
|
||||
name: "Faculty", id: "#faculty"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQs",
|
||||
id: "#faqs",
|
||||
},
|
||||
name: "FAQs", id: "#faqs"},
|
||||
{
|
||||
name: "News",
|
||||
id: "#news",
|
||||
},
|
||||
name: "News", id: "#news"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/indiana-flag-with-banner_187299-35490.jpg"
|
||||
logoAlt="Maplewood Academy Logo"
|
||||
brandName="Maplewood Academy"
|
||||
button={{
|
||||
text: "Enroll Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Enroll Now", href: "#contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -85,116 +65,66 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
imagePosition="right"
|
||||
title="Nurturing Minds, Building Futures"
|
||||
description="Welcome to Maplewood Academy, where we provide a holistic and enriching educational experience for every student."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Johnson",
|
||||
handle: "@HappyParent",
|
||||
testimonial: "Maplewood Academy has transformed my child's learning journey. The teachers are incredibly dedicated and supportive!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-spending-time-with-her-child_23-2149032186.jpg",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
name: "Sarah Johnson", handle: "@HappyParent", testimonial: "Maplewood Academy has transformed my child's learning journey. The teachers are incredibly dedicated and supportive!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-spending-time-with-her-child_23-2149032186.jpg", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
name: "Michael Chen",
|
||||
handle: "@ProudDad",
|
||||
testimonial: "The academic programs are exceptional, and my child has blossomed both academically and personally since joining.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fathers-day-concept-with-card_23-2147805436.jpg",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
name: "Michael Chen", handle: "@ProudDad", testimonial: "The academic programs are exceptional, and my child has blossomed both academically and personally since joining.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fathers-day-concept-with-card_23-2147805436.jpg", imageAlt: "Michael Chen"},
|
||||
{
|
||||
name: "Emily Rodriguez",
|
||||
handle: "@StudentSuccess",
|
||||
testimonial: "As an alumnus, I can confidently say Maplewood Academy provided me with a strong foundation for future success.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/student-holding-diploma-talking-microphone-addressing-audience_482257-115437.jpg",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
},
|
||||
name: "Emily Rodriguez", handle: "@StudentSuccess", testimonial: "As an alumnus, I can confidently say Maplewood Academy provided me with a strong foundation for future success.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/student-holding-diploma-talking-microphone-addressing-audience_482257-115437.jpg", imageAlt: "Emily Rodriguez"},
|
||||
{
|
||||
name: "David Kim",
|
||||
handle: "@CommunityMember",
|
||||
testimonial: "A truly inspiring educational environment. The community engagement and values taught here are commendable.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tired-hiker-waiting-car-sunset_1150-309.jpg",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
name: "David Kim", handle: "@CommunityMember", testimonial: "A truly inspiring educational environment. The community engagement and values taught here are commendable.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tired-hiker-waiting-car-sunset_1150-309.jpg", imageAlt: "David Kim"},
|
||||
{
|
||||
name: "Jessica Lee",
|
||||
handle: "@Educator",
|
||||
testimonial: "The innovative teaching methods and focus on individual growth make Maplewood Academy a leader in education.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/college-students-different-ethnicities-cramming_23-2149891372.jpg",
|
||||
imageAlt: "Jessica Lee",
|
||||
},
|
||||
name: "Jessica Lee", handle: "@Educator", testimonial: "The innovative teaching methods and focus on individual growth make Maplewood Academy a leader in education.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/college-students-different-ethnicities-cramming_23-2149891372.jpg", imageAlt: "Jessica Lee"},
|
||||
]}
|
||||
tag="Excellence in Education"
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#about-us",
|
||||
},
|
||||
text: "Learn More", href: "#about-us"},
|
||||
{
|
||||
text: "Visit Campus",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Visit Campus", href: "#contact"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/stuido-portrait-happy-cheerful-young-businessman_273609-12506.jpg",
|
||||
alt: "Parent 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/stuido-portrait-happy-cheerful-young-businessman_273609-12506.jpg", alt: "Parent 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-male-professor-education-day_23-2150980044.jpg",
|
||||
alt: "Parent 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-male-professor-education-day_23-2150980044.jpg", alt: "Parent 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-smiling-confident-standing-street_839833-33403.jpg",
|
||||
alt: "Student 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-smiling-confident-standing-street_839833-33403.jpg", alt: "Student 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/charming-teenager-with-book_23-2147845848.jpg",
|
||||
alt: "Student 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/charming-teenager-with-book_23-2147845848.jpg", alt: "Student 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-african-american-person-casual-grey-hoodie-smiling_482257-122367.jpg",
|
||||
alt: "Happy Parent",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-african-american-person-casual-grey-hoodie-smiling_482257-122367.jpg", alt: "Happy Parent"},
|
||||
]}
|
||||
avatarText="Hear from our happy parents and students!"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/children-drawing-together-classroom_23-2148925452.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/children-drawing-together-classroom_23-2148925452.jpg"
|
||||
imageAlt="Students collaborating in a modern classroom"
|
||||
mediaAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Engaging Curriculum",
|
||||
icon: BookOpen,
|
||||
type: "text-icon", text: "Engaging Curriculum", icon: BookOpen,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Dedicated Faculty",
|
||||
icon: Users,
|
||||
type: "text-icon", text: "Dedicated Faculty", icon: Users,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Innovative Learning",
|
||||
icon: Lightbulb,
|
||||
type: "text-icon", text: "Innovative Learning", icon: Lightbulb,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Bright Futures",
|
||||
},
|
||||
type: "text", text: "Bright Futures"},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Community Focus",
|
||||
icon: Heart,
|
||||
type: "text-icon", text: "Community Focus", icon: Heart,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -205,14 +135,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Our Mission for Educational Growth"
|
||||
description={[
|
||||
"Maplewood Academy is dedicated to fostering a love for learning, critical thinking, and personal development. We believe in cultivating a supportive environment where students can thrive academically, socially, and emotionally.",
|
||||
"Our curriculum integrates innovative teaching methods with traditional values, preparing students to become confident, compassionate, and responsible global citizens.",
|
||||
]}
|
||||
"Maplewood Academy is dedicated to fostering a love for learning, critical thinking, and personal development. We believe in cultivating a supportive environment where students can thrive academically, socially, and emotionally.", "Our curriculum integrates innovative teaching methods with traditional values, preparing students to become confident, compassionate, and responsible global citizens."]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Discover Our Philosophy",
|
||||
href: "#programs",
|
||||
},
|
||||
text: "Discover Our Philosophy", href: "#programs"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
showBorder={false}
|
||||
@@ -226,56 +152,30 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Academic Excellence",
|
||||
description: "Our rigorous curriculum across all subjects fosters deep understanding and intellectual curiosity.",
|
||||
bentoComponent: "icon-info-cards",
|
||||
items: [
|
||||
title: "Academic Excellence", description: "Our rigorous curriculum across all subjects fosters deep understanding and intellectual curiosity.", bentoComponent: "icon-info-cards", items: [
|
||||
{
|
||||
icon: BookOpen,
|
||||
label: "Curriculum",
|
||||
value: "Advanced",
|
||||
},
|
||||
label: "Curriculum", value: "Advanced"},
|
||||
{
|
||||
icon: Brain,
|
||||
label: "Critical Thinking",
|
||||
value: "Developed",
|
||||
},
|
||||
label: "Critical Thinking", value: "Developed"},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Achievements",
|
||||
value: "Recognized",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-lab-doing-experiments_23-2148939082.jpg",
|
||||
imageAlt: "science lab students experiment",
|
||||
label: "Achievements", value: "Recognized"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Creative Arts & Sports",
|
||||
description: "Encouraging artistic expression and physical well-being through varied programs and state-of-the-art facilities.",
|
||||
bentoComponent: "media-stack",
|
||||
items: [
|
||||
title: "Creative Arts & Sports", description: "Encouraging artistic expression and physical well-being through varied programs and state-of-the-art facilities.", bentoComponent: "media-stack", items: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indiana-flag-with-banner_187299-35490.jpg",
|
||||
imageAlt: "Students in a science lab",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indiana-flag-with-banner_187299-35490.jpg", imageAlt: "Students in a science lab"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-artist-painting-indoors_23-2147989700.jpg",
|
||||
imageAlt: "Students creating art",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-artist-painting-indoors_23-2147989700.jpg", imageAlt: "Students creating art"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stationery-near-modern-tablet_23-2147846335.jpg",
|
||||
imageAlt: "Students playing sports",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/children-drawing-together-classroom_23-2148925452.jpg?_wi=2",
|
||||
imageAlt: "science lab students experiment",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stationery-near-modern-tablet_23-2147846335.jpg", imageAlt: "Students playing sports"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Technology Integration",
|
||||
description: "Preparing students for the digital age with cutting-edge technology and STEM education.",
|
||||
bentoComponent: "globe",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stuido-portrait-happy-cheerful-young-businessman_273609-12506.jpg",
|
||||
imageAlt: "science lab students experiment",
|
||||
title: "Technology Integration", description: "Preparing students for the digital age with cutting-edge technology and STEM education.", bentoComponent: "globe"
|
||||
},
|
||||
]}
|
||||
title="Diverse Programs and Modern Facilities"
|
||||
@@ -286,33 +186,22 @@ export default function LandingPage() {
|
||||
|
||||
<div id="achievements" data-section="achievements">
|
||||
<MetricCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "metric-1",
|
||||
icon: GraduationCap,
|
||||
title: "Graduation Rate",
|
||||
value: "98%",
|
||||
},
|
||||
id: "metric-1", icon: GraduationCap,
|
||||
title: "Graduation Rate", value: "98%"},
|
||||
{
|
||||
id: "metric-2",
|
||||
icon: GraduationCap,
|
||||
title: "University Acceptance",
|
||||
value: "95%",
|
||||
},
|
||||
id: "metric-2", icon: GraduationCap,
|
||||
title: "University Acceptance", value: "95%"},
|
||||
{
|
||||
id: "metric-3",
|
||||
icon: Heart,
|
||||
title: "Student Engagement",
|
||||
value: "Outstanding",
|
||||
},
|
||||
id: "metric-3", icon: Heart,
|
||||
title: "Student Engagement", value: "Outstanding"},
|
||||
{
|
||||
id: "metric-4",
|
||||
icon: Lightbulb,
|
||||
title: "STEM Participation",
|
||||
value: "80%",
|
||||
},
|
||||
id: "metric-4", icon: Lightbulb,
|
||||
title: "STEM Participation", value: "80%"},
|
||||
]}
|
||||
title="Our Achievements at a Glance"
|
||||
description="Proudly showcasing the milestones that define our commitment to student success and community impact."
|
||||
@@ -328,29 +217,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "member-1",
|
||||
name: "Dr. Eleanor Vance",
|
||||
role: "Principal",
|
||||
description: "With over 20 years of experience, Dr. Vance leads our academy with a vision for holistic education and academic rigor.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-confident_1298-135.jpg",
|
||||
imageAlt: "Dr. Eleanor Vance, Principal",
|
||||
},
|
||||
id: "member-1", name: "Dr. Eleanor Vance", role: "Principal", description: "With over 20 years of experience, Dr. Vance leads our academy with a vision for holistic education and academic rigor.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-confident_1298-135.jpg", imageAlt: "Dr. Eleanor Vance, Principal"},
|
||||
{
|
||||
id: "member-2",
|
||||
name: "Mr. Benjamin Hayes",
|
||||
role: "Head of Science Department",
|
||||
description: "Mr. Hayes inspires students with his innovative teaching methods and passion for scientific discovery.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-studying-math_23-2150444962.jpg",
|
||||
imageAlt: "Mr. Benjamin Hayes, Head of Science Department",
|
||||
},
|
||||
id: "member-2", name: "Mr. Benjamin Hayes", role: "Head of Science Department", description: "Mr. Hayes inspires students with his innovative teaching methods and passion for scientific discovery.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-studying-math_23-2150444962.jpg", imageAlt: "Mr. Benjamin Hayes, Head of Science Department"},
|
||||
{
|
||||
id: "member-3",
|
||||
name: "Ms. Olivia Sterling",
|
||||
role: "Arts & Humanities Coordinator",
|
||||
description: "Ms. Sterling fosters creativity and cultural appreciation, guiding students to explore their artistic talents.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/father-helping-son-with-homework_23-2148350759.jpg",
|
||||
imageAlt: "Ms. Olivia Sterling, Arts & Humanities Coordinator",
|
||||
},
|
||||
id: "member-3", name: "Ms. Olivia Sterling", role: "Arts & Humanities Coordinator", description: "Ms. Sterling fosters creativity and cultural appreciation, guiding students to explore their artistic talents.", imageSrc: "http://img.b2bpic.net/free-photo/father-helping-son-with-homework_23-2148350759.jpg", imageAlt: "Ms. Olivia Sterling, Arts & Humanities Coordinator"},
|
||||
]}
|
||||
title="Meet Our Dedicated Faculty"
|
||||
description="Our passionate and experienced educators are committed to nurturing each student's potential, guiding them towards success."
|
||||
@@ -366,25 +237,15 @@ export default function LandingPage() {
|
||||
author="The Thompson Family"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg",
|
||||
alt: "Parent Sarah Johnson",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg", alt: "Parent Sarah Johnson"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-man-cartoon-style_23-2151134028.jpg",
|
||||
alt: "Parent Michael Chen",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-man-cartoon-style_23-2151134028.jpg", alt: "Parent Michael Chen"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-lively-friendly-redhead-european-girl-pointing-herself-suggesting-help-boasting-telling-own-ac_1258-134592.jpg",
|
||||
alt: "Parent Emily Rodriguez",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-lively-friendly-redhead-european-girl-pointing-herself-suggesting-help-boasting-telling-own-ac_1258-134592.jpg", alt: "Parent Emily Rodriguez"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-senior-female-teacher-education-day_23-2150980018.jpg",
|
||||
alt: "Parent Jessica Lee",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-senior-female-teacher-education-day_23-2150980018.jpg", alt: "Parent Jessica Lee"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-confident-adult-woman-posing_23-2148461438.jpg",
|
||||
alt: "Confident Parent",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-confident-adult-woman-posing_23-2148461438.jpg", alt: "Confident Parent"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -397,20 +258,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "What are the admission requirements?",
|
||||
content: "Admission requirements vary by grade level. Please visit our admissions page or contact our office for detailed information.",
|
||||
},
|
||||
id: "faq-1", title: "What are the admission requirements?", content: "Admission requirements vary by grade level. Please visit our admissions page or contact our office for detailed information."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "What extracurricular activities are available?",
|
||||
content: "We offer a wide range of extracurriculars including sports, debate club, art classes, music programs, and various academic clubs.",
|
||||
},
|
||||
id: "faq-2", title: "What extracurricular activities are available?", content: "We offer a wide range of extracurriculars including sports, debate club, art classes, music programs, and various academic clubs."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "How does Maplewood Academy support student well-being?",
|
||||
content: "We provide comprehensive support services, including counseling, mentorship programs, and a dedicated student wellness center.",
|
||||
},
|
||||
id: "faq-3", title: "How does Maplewood Academy support student well-being?", content: "We provide comprehensive support services, including counseling, mentorship programs, and a dedicated student wellness center."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-parents-kid-home_23-2150171981.jpg"
|
||||
imageAlt="Students asking questions to a teacher"
|
||||
@@ -433,38 +285,11 @@ export default function LandingPage() {
|
||||
tag="School Life"
|
||||
blogs={[
|
||||
{
|
||||
id: "blog-1",
|
||||
category: "Academics",
|
||||
title: "Annual Science Fair: Innovation Unleashed",
|
||||
excerpt: "Our students showcased incredible creativity and scientific prowess at this year's annual science fair.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/paper-glasses-hat-confetti_23-2147755237.jpg",
|
||||
imageAlt: "Students at a science fair",
|
||||
authorName: "Maplewood Admin",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-young-female-professor-education-day_23-2150980089.jpg",
|
||||
date: "May 10, 2024",
|
||||
},
|
||||
id: "blog-1", category: "Academics", title: "Annual Science Fair: Innovation Unleashed", excerpt: "Our students showcased incredible creativity and scientific prowess at this year's annual science fair.", imageSrc: "http://img.b2bpic.net/free-photo/paper-glasses-hat-confetti_23-2147755237.jpg", imageAlt: "Students at a science fair", authorName: "Maplewood Admin", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-young-female-professor-education-day_23-2150980089.jpg", date: "May 10, 2024"},
|
||||
{
|
||||
id: "blog-2",
|
||||
category: "Arts",
|
||||
title: "Spring Arts Festival: A Celebration of Talent",
|
||||
excerpt: "The campus buzzed with creativity as students presented their stunning artwork, music, and dramatic performances.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boys-hand-holding-brush-glass-water_259150-59558.jpg",
|
||||
imageAlt: "Students performing at an arts festival",
|
||||
authorName: "Events Team",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-young-man-looking-camera-vinyl-store_23-2148237235.jpg",
|
||||
date: "April 22, 2024",
|
||||
},
|
||||
id: "blog-2", category: "Arts", title: "Spring Arts Festival: A Celebration of Talent", excerpt: "The campus buzzed with creativity as students presented their stunning artwork, music, and dramatic performances.", imageSrc: "http://img.b2bpic.net/free-photo/boys-hand-holding-brush-glass-water_259150-59558.jpg", imageAlt: "Students performing at an arts festival", authorName: "Events Team", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-young-man-looking-camera-vinyl-store_23-2148237235.jpg", date: "April 22, 2024"},
|
||||
{
|
||||
id: "blog-3",
|
||||
category: "Sports",
|
||||
title: "Athletic Achievements: A Season of Triumph",
|
||||
excerpt: "Congratulations to all our student-athletes for their outstanding performances and teamwork this season!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/team-celebrating-win-silver-cup_23-2149479297.jpg",
|
||||
imageAlt: "Students playing sports",
|
||||
authorName: "Athletic Department",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/young-sporty-man-wearing-sportswear-headband-holding-soccer-ball-looking-front-smiling-with-happy-face-standing-white-wall_141793-96956.jpg",
|
||||
date: "April 15, 2024",
|
||||
},
|
||||
id: "blog-3", category: "Sports", title: "Athletic Achievements: A Season of Triumph", excerpt: "Congratulations to all our student-athletes for their outstanding performances and teamwork this season!", imageSrc: "http://img.b2bpic.net/free-photo/team-celebrating-win-silver-cup_23-2149479297.jpg", imageAlt: "Students playing sports", authorName: "Athletic Department", authorAvatar: "http://img.b2bpic.net/free-photo/young-sporty-man-wearing-sportswear-headband-with-dental-braces-holding-soccer-ball-looking-front-smiling-with-happy-face-standing-white-wall_141793-96956.jpg", date: "April 15, 2024"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -473,18 +298,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="Ready to embark on an exceptional educational journey? Contact us today to learn more about Maplewood Academy or schedule a campus visit."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get in Touch",
|
||||
href: "mailto:admissions@maplewoodacademy.com",
|
||||
},
|
||||
text: "Get in Touch", href: "mailto:admissions@maplewoodacademy.com"},
|
||||
{
|
||||
text: "Schedule a Visit",
|
||||
href: "#",
|
||||
},
|
||||
text: "Schedule a Visit", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -497,61 +317,37 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about-us",
|
||||
},
|
||||
label: "About Us", href: "#about-us"},
|
||||
{
|
||||
label: "Our Mission",
|
||||
href: "#about-us",
|
||||
},
|
||||
label: "Our Mission", href: "#about-us"},
|
||||
{
|
||||
label: "Faculty",
|
||||
href: "#faculty",
|
||||
},
|
||||
label: "Faculty", href: "#faculty"},
|
||||
{
|
||||
label: "Admissions",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Admissions", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Programs",
|
||||
href: "#programs",
|
||||
},
|
||||
label: "Programs", href: "#programs"},
|
||||
{
|
||||
label: "Academics",
|
||||
href: "#programs",
|
||||
},
|
||||
label: "Academics", href: "#programs"},
|
||||
{
|
||||
label: "Arts & Sports",
|
||||
href: "#programs",
|
||||
},
|
||||
label: "Arts & Sports", href: "#programs"},
|
||||
{
|
||||
label: "STEM",
|
||||
href: "#programs",
|
||||
},
|
||||
label: "STEM", href: "#programs"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "News & Events",
|
||||
href: "#news",
|
||||
},
|
||||
label: "News & Events", href: "#news"},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#faqs",
|
||||
},
|
||||
label: "FAQs", href: "#faqs"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user