From d450423f08480cb1775a6686d689fa082bd114d5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 11:58:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index a508d04..e3cb398 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -110,6 +110,9 @@ export default function LandingPage() { }, { id: "2", value: "1000+", title: "Vehicles Repaired", description: "Satisfaction guaranteed quality", imageSrc: "http://img.b2bpic.net/free-photo/garage-engineers-replace-vehicle-oil_482257-115297.jpg?_wi=3", imageAlt: "Successfully repaired vehicles" + }, + { + id: "3", value: "100%", title: "Insurance Approved", description: "Compatible with all major insurers", imageSrc: "http://img.b2bpic.net/free-photo/car-repair-maintenance-theme-mechanic-uniform-working-auto-service_627829-3903.jpg", imageAlt: "Insurance approved certification" } ]} textboxLayout="default" -- 2.49.1