From 2d9dcfe28e557bdbbda1e0bc5416ec4dca181db5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 16:12:13 +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 ff4453d..e9b0e49 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -103,19 +103,19 @@ export default function LandingPage() { description="We stand out from the competition with our commitment to excellence" products={[ { - id: "1", brand: "Quality", name: "Licensed & Certified Professionals", price: "Guaranteed", rating: 5, + id: "1", brand: "Quality", name: "Licensed & Certified Professionals", price: "Certified Technicians", rating: 5, reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/service-man-instelling-house-heating-system-floor_1303-26527.jpg?_wi=4", imageAlt: "Licensed professional" }, { - id: "2", brand: "Service", name: "24/7 Emergency Availability", price: "Always Ready", rating: 5, + id: "2", brand: "Service", name: "24/7 Emergency Availability", price: "Same-Day Service", rating: 5, reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55595.jpg?_wi=3", imageAlt: "Emergency service" }, { - id: "3", brand: "Pricing", name: "Honest Rates & No Hidden Fees", price: "Transparent", rating: 5, + id: "3", brand: "Pricing", name: "Honest Rates & No Hidden Fees", price: "Upfront Pricing", rating: 5, reviewCount: "180+", imageSrc: "http://img.b2bpic.net/free-photo/service-man-instelling-house-heating-system-floor_1303-26527.jpg?_wi=5", imageAlt: "Fair pricing" }, { - id: "4", brand: "Experience", name: "Years of Proven Experience", price: "Reliable", rating: 5, + id: "4", brand: "Experience", name: "Years of Proven Experience", price: "Since 2010", rating: 5, reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/male-mechanic-working-car-auto-repair-shop_23-2150376989.jpg?_wi=3", imageAlt: "Experienced team" } ]} -- 2.49.1