diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1acc302..7071fd2 100644
--- a/src/app/page.tsx
+++ b/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() {
@@ -85,116 +65,66 @@ export default function LandingPage() {
@@ -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() {
@@ -473,18 +298,13 @@ export default function LandingPage() {
@@ -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"},
],
},
]}