From b3a36ba6a4abb1124fe81de5cd8079c10490ef5c Mon Sep 17 00:00:00 2001 From: development Date: Sat, 24 Jan 2026 19:25:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 299c76e..3881011 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; @@ -55,7 +55,7 @@ export default function LandingPage() { { imageSrc: "https://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194139.jpg", imageAlt: "Expert car detailing service" } - ] + ]} autoplayDelay={4000} showDimOverlay={true} /> @@ -82,8 +82,8 @@ export default function LandingPage() { { number: "05", title: "Quality Inspection", tag: "Quality Assurance", description: "A final walkthrough ensures every detail meets our exacting standards before your vehicle is returned in pristine condition." } - ] - useInvertedBackground="invertDefault" + ]} + useInvertedBackground="noInvert" buttons={[ { text: "Learn More", href: "#services" } ]} @@ -137,7 +137,7 @@ export default function LandingPage() { description="Discover why car owners trust AutoShine Detail with their most valued possession." tag="Testimonials" textboxLayout="default" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" testimonials={[ { id: "1", title: "Exceptional attention to detail", quote: "I couldn't believe the transformation! My car looked better than the day I bought it. The team's attention to detail is absolutely unmatched. I'll be a regular customer.", name: "Michael Rodriguez", role: "BMW Owner", imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Rodriguez" @@ -176,7 +176,7 @@ export default function LandingPage() {