From 947d9a12e8b3bc2f581fb540b4a9bf80ab012b48 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 01:47:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 129 ++++++++++++----------------------------------- 1 file changed, 33 insertions(+), 96 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 97a650f..28a97f5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,25 +29,15 @@ export default function LandingPage() { @@ -56,19 +46,14 @@ export default function LandingPage() {
@@ -103,34 +81,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "s1", - label: "Interior", - title: "Interior Detailing", - items: [ - "Deep vacuuming", - "Upholstery treatment", - "Dashboard conditioning", - ], + id: "s1", label: "Interior", title: "Interior Detailing", items: [ + "Deep vacuuming", "Upholstery treatment", "Dashboard conditioning"], }, { - id: "s2", - label: "Exterior", - title: "Exterior Protection", - items: [ - "Hand washing", - "Paint protection", - "Ceramic sealant", - ], + id: "s2", label: "Exterior", title: "Exterior Protection", items: [ + "Hand washing", "Paint protection", "Ceramic sealant"], }, { - id: "s3", - label: "Rims", - title: "Wheel Detailing", - items: [ - "Rim scrubbing", - "Tire dressing", - "Brake dust removal", - ], + id: "s3", label: "Rims", title: "Wheel Detailing", items: [ + "Rim scrubbing", "Tire dressing", "Brake dust removal"], }, ]} title="Our Premium Services" @@ -142,49 +102,27 @@ export default function LandingPage() { ); -} +} \ No newline at end of file