diff --git a/src/app/page.tsx b/src/app/page.tsx index b148d66..77fd4d7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,6 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Wrench, ShieldCheck, Zap, Sparkles, Droplets, Car } from "lucide-react"; export default function LandingPage() { return ( @@ -70,6 +69,7 @@ export default function LandingPage() { textboxLayout="split" title="Premium Automotive Services" description="Tailored care packages designed to protect your investment and ensure your vehicle runs perfectly." + useInvertedBackground={false} features={[ { id: "s1", title: "Advanced Diagnostics", descriptions: ["State-of-the-art diagnostic equipment for precise issue identification."], imageSrc: "" }, { id: "s2", title: "Engine & Performance", descriptions: ["Expert maintenance and precision engine repair services."], imageSrc: "" },