diff --git a/src/app/page.tsx b/src/app/page.tsx index 051b06b..9070486 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,6 @@ import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGaller import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Award, BookOpen, GraduationCap, Laptop, Smile, Star, Trophy, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -44,6 +43,7 @@ export default function LandingPage() { @@ -65,6 +66,7 @@ export default function LandingPage() { gridVariant="asymmetric-60-wide-40-narrow" animationType="slide-up" textboxLayout="split" + useInvertedBackground={false} features={[ { title: "Advanced Science Labs", description: "Hands-on experience in biology, physics, and chemistry.", imageSrc: "", titleImageSrc: "", buttonText: "Learn More" }, { title: "Modern Library", description: "Extensive collection of academic resources.", imageSrc: "", titleImageSrc: "", buttonText: "Learn More" }, @@ -77,6 +79,7 @@ export default function LandingPage() { @@ -101,6 +105,8 @@ export default function LandingPage() { title="Common Questions" description="Everything you need to know about enrollment and school life." faqsAnimation="slide-up" + textboxLayout="split" + useInvertedBackground={false} faqs={[ { id: "q1", title: "What is the enrollment process?", content: "Contact our office at 0414 270760." }, { id: "q2", title: "Where is the school located?", content: "Najjanakumbi, opposite Mirambi Stage." }, @@ -114,6 +120,8 @@ export default function LandingPage() { tag="Contact" title="Start Your Educational Journey" description="Get in touch with us to start the enrollment process today." + background={{ variant: "plain" }} + useInvertedBackground={false} />