From 7e9c7ab968838efdc9dc2d3d962290cdb77af47a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 18:44:22 +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 189bbd2..994ea40 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -145,7 +145,7 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "David S.", date: "2023", title: "BMW Owner", quote: "The ceramic coating is incredible. My car looks better than when I bought it new.", tag: "Elite", imageSrc: "http://img.b2bpic.net/free-photo/sports-car-parking-modern-parking-lot_114579-4089.jpg"}, + id: "1", name: "David S.", date: "2023", title: "BMW Owner", quote: "The ceramic coating is incredible. My car looks better than when I bought it new.", tag: "Elite", avatarSrc: "http://img.b2bpic.net/free-photo/sports-car-parking-modern-parking-lot_114579-4089.jpg"}, ]} title="Client Feedback" description="Trusted by car enthusiasts throughout the region." -- 2.49.1