diff --git a/src/app/page.tsx b/src/app/page.tsx index fced2c7..e8b4a10 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,14 +12,15 @@ import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo"; import TeamCardSix from "@/components/sections/team/TeamCardSix"; import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo"; import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; -import FaqSplitText from "@/components/sections/faq/FaqSplitText"; import ContactFAQ from "@/components/sections/contact/ContactFAQ"; +import FooterSimple from "@/components/sections/footer/FooterSimple"; +import FaqSplitText from "@/components/sections/faq/FaqSplitText"; import ContactSplit from "@/components/sections/contact/ContactSplit"; -import FooterMedia from "@/components/sections/footer/FooterMedia"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; +import FooterMedia from "@/components/sections/footer/FooterMedia"; import LegalSection from "@/components/legal/LegalSection"; import Link from "next/link"; -import { Award, Star, BookOpen, TrendingUp, MessageSquare, Phone, Users, CheckCircle, ArrowRight } from "lucide-react"; +import { Award, Star, BookOpen, TrendingUp, MessageSquare, Phone, CheckCircle2 } from "lucide-react"; export default function HomePage() { return ( @@ -69,34 +70,26 @@ export default function HomePage() { ]} buttonAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/modern-amphitheater-usa_1268-14358.jpg" - imageAlt="college campus education institution" - useInvertedBackground={false} + imageAlt="college campus education institution modern building academic facility" /> {/* About Section */}