From 37a5aa9a4297d92fd4b3791b8a7583fd987c05f7 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 24 May 2026 07:33:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 178 +++++++++++------------------------------------ 1 file changed, 39 insertions(+), 139 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6b94105..61a7589 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,71 +47,46 @@ export default function LandingPage() {
@@ -132,17 +99,11 @@ export default function LandingPage() { description="At 3K AutoCare, we pride ourselves on honesty, speed, and technical excellence. Our experienced mechanics go the extra mile, ensuring your vehicle runs perfectly, even when that means working late." metrics={[ { - value: "872+", - title: "Happy Customers", - }, + value: "872+", title: "Happy Customers"}, { - value: "5.0", - title: "Star Rating", - }, + value: "5.0", title: "Star Rating"}, { - value: "10+ Yrs", - title: "Experience", - }, + value: "10+ Yrs", title: "Experience"}, ]} imageSrc="http://img.b2bpic.net/free-photo/smiling-repairmen-workshop_23-2147897992.jpg" imageAlt="Friendly mechanic at 3K AutoCare" @@ -159,20 +120,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Aircon Repair", - description: "Keep your cool with our expert car air conditioning repair and maintenance services.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hvac-system-manometers_482257-90544.jpg", - }, + title: "Aircon Repair", description: "Keep your cool with our expert car air conditioning repair and maintenance services.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hvac-system-manometers_482257-90544.jpg"}, { - title: "Exhaust Systems", - description: "Professional catalytic converter cleaning and exhaust system repair to improve performance.", - imageSrc: "http://img.b2bpic.net/free-photo/man-looking-into-drawer-full-tools_23-2147773399.jpg", - }, + title: "Exhaust Systems", description: "Professional catalytic converter cleaning and exhaust system repair to improve performance.", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-into-drawer-full-tools_23-2147773399.jpg"}, { - title: "Full Diagnostics", - description: "Thorough vehicle inspections and engine diagnostics by our knowledgeable team.", - imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-female-manager-talking-while-examining-car-engine-breakdown-auto-repair-shop_637285-7686.jpg", - }, + title: "Full Diagnostics", description: "Thorough vehicle inspections and engine diagnostics by our knowledgeable team.", imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-female-manager-talking-while-examining-car-engine-breakdown-auto-repair-shop_637285-7686.jpg"}, ]} title="Our Expert Services" description="Comprehensive auto repair solutions to keep you safe on the road." @@ -187,20 +139,11 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "112", - description: "Friendly Staff Reviews", - }, + id: "m1", value: "112", description: "Friendly Staff Reviews"}, { - id: "m2", - value: "66", - description: "Knowledgeable Mechanic Reviews", - }, + id: "m2", value: "66", description: "Knowledgeable Mechanic Reviews"}, { - id: "m3", - value: "29", - description: "No Hard Selling Reviews", - }, + id: "m3", value: "29", description: "No Hard Selling Reviews"}, ]} title="Our Service Excellence" description="What our customers value most at 3K AutoCare." @@ -209,51 +152,22 @@ export default function LandingPage() {
-- 2.49.1