From bdbb1c0eb07d18248994400a27437db819b45b77 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 20:12:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 71455f8..9bf17ec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,27 +71,27 @@ export default function LandingPage() { tag="Services" features={[ { - id: "1", title: "Single Tire Change Under 10 Minutes", tags: ["Speed", "Efficiency"], + id: "1", title: "Save 15+ Minutes: Single Tire Change Under 10 Minutes", tags: ["Speed", "Efficiency"], imageSrc: "http://img.b2bpic.net/free-photo/mechanic-fixing-car-tyre_1170-1668.jpg?_wi=2", imageAlt: "Fast tire change service" }, { - id: "2", title: "Full Set Service in 45 Minutes", tags: ["Complete Service", "Fast"], + id: "2", title: "Save 2+ Hours: Full Set Service in 45 Minutes", tags: ["Complete Service", "Fast"], imageSrc: "http://img.b2bpic.net/free-photo/sensual-biker-girl-wearing-motorcycle-gear-sitting-floor-with-car-wheels-studio_613910-20212.jpg?_wi=2", imageAlt: "Complete tire service" }, { - id: "3", title: "Hard-to-Find Sizes & Large Options", tags: ["14-inch", "Up to 32-inch"], + id: "3", title: "Save $50+: Hard-to-Find Sizes & Large Options (14" to 32")", tags: ["14-inch", "Up to 32-inch"], imageSrc: "http://img.b2bpic.net/free-photo/sensual-biker-girl-wearing-motorcycle-gear-sitting-floor-with-car-wheels-studio_613910-20212.jpg?_wi=3", imageAlt: "Variety of tire sizes" }, { - id: "4", title: "Professional Rim Repairs & Alignment", tags: ["Specialized Equipment", "Expert Work"], + id: "4", title: "Save 30%+ on Rim Repairs: Professional Work at Fair Rates", tags: ["Specialized Equipment", "Expert Work"], imageSrc: "http://img.b2bpic.net/free-photo/diligent-cobbler-glasses-is-working-with-pair-leather-shoes-his-workplace_613910-12914.jpg", imageAlt: "Rim repair service" }, { - id: "5", title: "Mounting, Balancing & Plugs/Patches", tags: ["Complete Service", "Quality"], + id: "5", title: "Complete Package: Mounting, Balancing & Plugs/Patches Included", tags: ["Complete Service", "Quality"], imageSrc: "http://img.b2bpic.net/free-photo/mechanic-fixing-car-tyre_1170-1668.jpg?_wi=3", imageAlt: "Professional tire mounting" }, { - id: "6", title: "2-Week Warranty on All Tires", tags: ["Peace of Mind", "Guaranteed"], + id: "6", title: "Peace of Mind: 2-Week Warranty on All Tires", tags: ["Peace of Mind", "Guaranteed"], imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-going-out-shopping-various-consumer-goods_23-2151669810.jpg?_wi=1", imageAlt: "Quality guarantee" } ]} @@ -104,7 +104,7 @@ export default function LandingPage() {