From 1a9ff7e43361b284bb0d581b257ad4bbcab21ead Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 15:34:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 249 ++++++++--------------------------------------- 1 file changed, 43 insertions(+), 206 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 18493e7..86e289b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,124 +29,46 @@ export default function LandingPage() {
@@ -157,54 +79,12 @@ export default function LandingPage() { textboxLayout="split-description" useInvertedBackground={true} features={[ - { - title: "General Repairs", - description: "Full servicing for all makes and models.", - bentoComponent: "reveal-icon", - icon: Wrench, - imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-auto-mechanic-repair-shop_637285-9436.jpg?_wi=1", - imageAlt: "happy driver car service center", - }, - { - title: "Diagnostics", - description: "Advanced computer pinpointing for issues.", - bentoComponent: "reveal-icon", - icon: Search, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-posing_23-2150171294.jpg?_wi=1", - imageAlt: "satisfied customer repair shop", - }, - { - title: "Tyres & Brakes", - description: "Fitting and inspection for your safety.", - bentoComponent: "reveal-icon", - icon: CheckCircle, - imageSrc: "http://img.b2bpic.net/free-photo/auto-repairman-working-computer-while-doing-car-diagnostic-with-his-coworker-workshop_637285-7640.jpg?_wi=3", - imageAlt: "automotive repair shop tools workbench", - }, - { - title: "Oil & Servicing", - description: "Routine maintenance for vehicle life.", - bentoComponent: "reveal-icon", - icon: Droplets, - imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-talking-her-car-mechanic-repair-shop_637285-8670.jpg?_wi=2", - imageAlt: "professional mechanic smiling garage", - }, - { - title: "Air Conditioning", - description: "AC regas and leak detection.", - bentoComponent: "reveal-icon", - icon: Snowflake, - imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-workshop_23-2147897800.jpg?_wi=2", - imageAlt: "happy customer portrait car garage", - }, - { - title: "MOT Prep", - description: "Inspection to ensure first-time pass.", - bentoComponent: "reveal-icon", - icon: Car, - imageSrc: "http://img.b2bpic.net/free-photo/mechanical-woman-holding-wrench-fix-car_23-2148327534.jpg?_wi=2", - imageAlt: "woman satisfied with auto service", - }, + { title: "General Repairs", description: "Full servicing for all makes and models.", bentoComponent: "reveal-icon", icon: Wrench }, + { title: "Diagnostics", description: "Advanced computer pinpointing for issues.", bentoComponent: "reveal-icon", icon: Search }, + { title: "Tyres & Brakes", description: "Fitting and inspection for your safety.", bentoComponent: "reveal-icon", icon: CheckCircle }, + { title: "Oil & Servicing", description: "Routine maintenance for vehicle life.", bentoComponent: "reveal-icon", icon: Droplets }, + { title: "Air Conditioning", description: "AC regas and leak detection.", bentoComponent: "reveal-icon", icon: Snowflake }, + { title: "MOT Prep", description: "Inspection to ensure first-time pass.", bentoComponent: "reveal-icon", icon: Car }, ]} title="Our Services" description="We offer comprehensive vehicle repair solutions tailored to your needs." @@ -223,31 +103,11 @@ export default function LandingPage() {