From 7f42b78314b3c3c30ec7c90374897bcc0847fb6a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 04:15:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e2f49ef..3c7b025 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -107,9 +107,9 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "s1", name: "Towing & Roadside", price: "24/7 Availability", variant: "Recovery & Rescue", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-holding-spare-tire_23-2148270683.jpg"}, + id: "s1", name: "Towing & Roadside", price: "Emergency Support: 24/7", variant: "Recovery & Rescue", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-holding-spare-tire_23-2148270683.jpg"}, { - id: "s2", name: "Auto Repair", price: "Same Day Turnaround", variant: "Diagnostic & Maintenance", imageSrc: "http://img.b2bpic.net/free-photo/car-engine-repair-garage_1170-1704.jpg"}, + id: "s2", name: "Auto Repair", price: "Fastest Local Repair", variant: "Diagnostic & Maintenance", imageSrc: "http://img.b2bpic.net/free-photo/car-engine-repair-garage_1170-1704.jpg"}, { id: "s3", name: "Auto Wrecking", price: "Massive Inventory", variant: "Used & New Parts", imageSrc: "http://img.b2bpic.net/free-photo/amusement-park-childrens-day_23-2148606699.jpg"}, { -- 2.49.1