From 6b187243324c96f0c4f26129833cad3508e7caa7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 22:03:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bb5d28a..68c7313 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -161,16 +161,16 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "customers", value: "50K+", title: "Happy Customers", description: "Satisfied customers trust us for their automotive needs" + id: "customers", value: "50K+", title: "Happy Customers", description: "Satisfied customers trust us for their automotive needs", imageSrc: "http://img.b2bpic.net/free-photo/full-length-african-american-mechanic-businesswoman-communicating-auto-repair-shop_637285-11589.jpg", imageAlt: "satisfied customers trust us" }, { - id: "parts", value: "10K+", title: "Products In Stock", description: "Comprehensive inventory of quality parts and accessories" + id: "parts", value: "10K+", title: "Products In Stock", description: "Comprehensive inventory of quality parts and accessories", imageSrc: "http://img.b2bpic.net/free-photo/different-car-accessories-composition_23-2149030383.jpg", imageAlt: "quality parts inventory" }, { - id: "orders", value: "100K+", title: "Orders Shipped", description: "Reliable delivery to customers nationwide" + id: "orders", value: "100K+", title: "Orders Shipped", description: "Reliable delivery to customers nationwide", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-attaching-jumper-cables-car-battery_1170-1303.jpg", imageAlt: "orders shipped nationwide" }, { - id: "rating", value: "4.9★", title: "Average Rating", description: "Consistently high customer ratings and reviews" + id: "rating", value: "4.9★", title: "Average Rating", description: "Consistently high customer ratings and reviews", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-looking-camera-against-grey-wall_23-2148130316.jpg", imageAlt: "high customer ratings" } ]} /> -- 2.49.1