From 54cfaccf755963152f51bfb815492d2ffac65cf1 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 11:08:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: "" }, -- 2.49.1