From b8f25dd392943cded575c7c7968013e0e5ec1b43 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:36:59 +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 190aaa8..557e298 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -158,7 +158,7 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", title: "Expert Service That Actually Works", quote: "Couldn't get my wheel off after losing the locking nut key. Tried three garages. LWRN did it in 20 minutes without any damage. Absolutely professional.", name: "Sarah Johnson", role: "Vehicle Owner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-repair-shop_1170-1349.jpg?_wi=1", imageAlt: "Sarah Johnson testimonial" + id: "1", title: "Expert Service That Actually Works", quote: "Couldn't get my wheel off after losing the locking nut key. Tried three garages. LWRN did it in 20 minutes without any damage. Absolutely professional.", name: "Sarah Johnson", role: "Vehicle Owner", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARFUCjf2EuJqLpAcJBVkYhTa1c/uploaded-1772548588960-2sjsqw3o.png", imageAlt: "Sarah Johnson testimonial" }, { id: "2", title: "Reliable for Our Fleet", quote: "We use LWRN for all our locking wheel nut issues across our transit fleet. Quick, reliable, and they never damage the wheels. Highly recommended.", name: "Michael Chen", role: "Fleet Manager", imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-repair-shop_1170-1349.jpg?_wi=2", imageAlt: "Michael Chen testimonial" -- 2.49.1