From 04431cac4eec2901402110d589f8f52eb450a737 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 16:26:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 95 ++++++++++++++---------------------------------- 1 file changed, 27 insertions(+), 68 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 573a6c2..84d8f2f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,14 +30,10 @@ export default function LandingPage() { @@ -99,18 +79,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - id: "1", label: "Engine Repair", title: "Precision Engine Care", items: [ - "Diagnostics", "Performance tuning", "Major repairs"], - }, - { - id: "2", label: "Brakes & Tires", title: "Safety First", items: [ - "Pad replacements", "Alignment", "Tire balancing"], - }, - { - id: "3", label: "Maintenance", title: "Preventive Care", items: [ - "Oil changes", "Fluid checks", "Filter replacements"], - }, + { id: "1", label: "Engine Repair", title: "Precision Engine Care", items: ["Diagnostics", "Performance tuning", "Major repairs"] }, + { id: "2", label: "Brakes & Tires", title: "Safety First", items: ["Pad replacements", "Alignment", "Tire balancing"] }, + { id: "3", label: "Maintenance", title: "Preventive Care", items: ["Oil changes", "Fluid checks", "Filter replacements"] }, ]} title="Our Expert Services" description="Providing comprehensive maintenance and repairs with transparency and speed." @@ -121,15 +92,9 @@ export default function LandingPage() { -- 2.49.1