From e6e8d4c144ac5db5bbdbdd17de674b5aa2ddfa10 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 15:31:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 244 ++++++++++------------------------------------- 1 file changed, 53 insertions(+), 191 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7024ab2..38f6862 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,17 +33,11 @@ export default function LandingPage() { @@ -52,64 +46,39 @@ export default function LandingPage() {
@@ -121,19 +90,13 @@ export default function LandingPage() { metrics={[ { icon: Wrench, - label: "Repairs Done", - value: "1500+", - }, + label: "Repairs Done", value: "1500+"}, { icon: ShieldCheck, - label: "Client Trust", - value: "99%", - }, + label: "Client Trust", value: "99%"}, { icon: Clock, - label: "Expertise Years", - value: "20+", - }, + label: "Expertise Years", value: "20+"}, ]} metricsAnimation="slide-up" /> @@ -146,20 +109,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Volvo Machinery Repair", - description: "Full diagnostic and repair for all Volvo heavy equipment series.", - imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11800.jpg", - }, + title: "Volvo Machinery Repair", description: "Full diagnostic and repair for all Volvo heavy equipment series.", imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11800.jpg"}, { - title: "Deutz Engine Servicing", - description: "Authorized maintenance for Deutz engine power units and systems.", - imageSrc: "http://img.b2bpic.net/free-photo/brutal-tattooed-bearded-mechanic-specialist-repairs-car-engine-which-is-raised-hydraulic-lift-garage-service-station_613910-19599.jpg", - }, + title: "Deutz Engine Servicing", description: "Authorized maintenance for Deutz engine power units and systems.", imageSrc: "http://img.b2bpic.net/free-photo/brutal-tattooed-bearded-mechanic-specialist-repairs-car-engine-which-is-raised-hydraulic-lift-garage-service-station_613910-19599.jpg"}, { - title: "Generator Maintenance", - description: "Preventative and emergency repairs for industrial generator sets.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-worker-hard-hat-large-metalworking-plant_146671-19562.jpg", - }, + title: "Generator Maintenance", description: "Preventative and emergency repairs for industrial generator sets.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-worker-hard-hat-large-metalworking-plant_146671-19562.jpg"}, ]} title="Our Specialized Repairs" description="Comprehensive servicing for construction machinery and generators." @@ -174,59 +128,23 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "1", - brand: "Volvo", - name: "Engine Piston Set", - price: "$450", - rating: 5, - reviewCount: "12", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-bicycle-parts-workshop_23-2147892368.jpg", - }, + id: "1", brand: "Volvo", name: "Engine Piston Set", price: "$450", rating: 5, + reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/close-up-bicycle-parts-workshop_23-2147892368.jpg"}, { - id: "2", - brand: "Deutz", - name: "Oil Filter Assembly", - price: "$85", - rating: 5, - reviewCount: "45", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-jeweler-making-jewellery_23-2150931420.jpg", - }, + id: "2", brand: "Deutz", name: "Oil Filter Assembly", price: "$85", rating: 5, + reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/side-view-jeweler-making-jewellery_23-2150931420.jpg"}, { - id: "3", - brand: "Volvo", - name: "Injection Pump", - price: "$1200", - rating: 4, - reviewCount: "8", - imageSrc: "http://img.b2bpic.net/free-photo/man-working-carboard-factory_1303-22912.jpg", - }, + id: "3", brand: "Volvo", name: "Injection Pump", price: "$1200", rating: 4, + reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/man-working-carboard-factory_1303-22912.jpg"}, { - id: "4", - brand: "Deutz", - name: "Air Intake Hose", - price: "$150", - rating: 5, - reviewCount: "22", - imageSrc: "http://img.b2bpic.net/free-photo/civil-engineers-work-large-road-machinery-conditions_1150-24326.jpg", - }, + id: "4", brand: "Deutz", name: "Air Intake Hose", price: "$150", rating: 5, + reviewCount: "22", imageSrc: "http://img.b2bpic.net/free-photo/civil-engineers-work-large-road-machinery-conditions_1150-24326.jpg"}, { - id: "5", - brand: "Universal", - name: "Generator Control Unit", - price: "$890", - rating: 5, - reviewCount: "15", - imageSrc: "http://img.b2bpic.net/free-photo/gear-metal-wheels-isolated-white-background_93675-135486.jpg", - }, + id: "5", brand: "Universal", name: "Generator Control Unit", price: "$890", rating: 5, + reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/gear-metal-wheels-isolated-white-background_93675-135486.jpg"}, { - id: "6", - brand: "Volvo", - name: "Cooling System Kit", - price: "$320", - rating: 4, - reviewCount: "30", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-engine_1170-1501.jpg", - }, + id: "6", brand: "Volvo", name: "Cooling System Kit", price: "$320", rating: 4, + reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-engine_1170-1501.jpg"}, ]} title="OEM & Quality Parts" description="Genuine replacement parts for your heavy-duty machines." @@ -235,30 +153,19 @@ export default function LandingPage() {