From f6bc6e6b0b8070a9c86e28990cfdb798fd4f782a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 14:06:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 250 ++++++++--------------------------------------- 1 file changed, 40 insertions(+), 210 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e1139fa..4220738 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,10 @@ export default function LandingPage() { @@ -140,21 +87,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} features={[ - { - title: "Premium Hand Wash", - description: "No rushed tunnel wash experience. We treat your vehicle as our own.", - imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22312.jpg?_wi=1", - }, - { - title: "Attention to Detail", - description: "Every surface, from engine bay to upholstery, cleaned with precision.", - imageSrc: "http://img.b2bpic.net/free-photo/interior-new-luxury-sport-car_627829-661.jpg?_wi=1", - }, - { - title: "Fast & Reliable", - description: "Convenient service without sacrificing the quality you deserve.", - imageSrc: "http://img.b2bpic.net/free-photo/panning-shot-cars-with-sleek-design-showroom-waiting-be-purchased_482257-108124.jpg?_wi=1", - }, + { title: "Premium Hand Wash", description: "No rushed tunnel wash experience. We treat your vehicle as our own.", imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22312.jpg" }, + { title: "Attention to Detail", description: "Every surface, from engine bay to upholstery, cleaned with precision.", imageSrc: "http://img.b2bpic.net/free-photo/interior-new-luxury-sport-car_627829-661.jpg" }, + { title: "Fast & Reliable", description: "Convenient service without sacrificing the quality you deserve.", imageSrc: "http://img.b2bpic.net/free-photo/panning-shot-cars-with-sleek-design-showroom-waiting-be-purchased_482257-108124.jpg" }, ]} title="Why Drivers Choose Us" description="Excellence in every detail." @@ -163,46 +98,17 @@ export default function LandingPage() {
@@ -327,9 +159,7 @@ export default function LandingPage() {