diff --git a/src/app/page.tsx b/src/app/page.tsx index f597ff5..204536f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,28 +31,16 @@ export default function LandingPage() { @@ -60,35 +48,15 @@ export default function LandingPage() { @@ -99,21 +67,9 @@ export default function LandingPage() { useInvertedBackground={false} title="Years of Excellence" metrics={[ - { - icon: Wrench, - label: "Experience", - value: "3+ Years", - }, - { - icon: ThumbsUp, - label: "Client Rating", - value: "4.5 / 5", - }, - { - icon: Clock, - label: "Status", - value: "Open Until 9PM", - }, + { icon: Wrench, label: "Experience", value: "3+ Years" }, + { icon: ThumbsUp, label: "Client Rating", value: "4.5 / 5" }, + { icon: Clock, label: "Status", value: "Open Until 9PM" }, ]} metricsAnimation="slide-up" /> @@ -124,24 +80,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - title: "Engine Diagnostics", - description: "High-tech analysis of your engine performance.", - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-smiling-while-servicing-car-engine_1170-1286.jpg", - imageAlt: "Engine Diagnostics", - }, - { - title: "Tire & Brake Service", - description: "Professional alignment, balancing, and brake repairs.", - imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-changing-wheels-car_1303-27457.jpg", - imageAlt: "Tire Service", - }, - { - title: "Regular Maintenance", - description: "Oil changes, filter replacements, and general checks.", - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-laptop_1170-1320.jpg", - imageAlt: "Car Maintenance", - }, + { title: "Engine Diagnostics", description: "High-tech analysis of your engine performance.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-smiling-while-servicing-car-engine_1170-1286.jpg", imageAlt: "Engine Diagnostics" }, + { title: "Tire & Brake Service", description: "Professional alignment, balancing, and brake repairs.", imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-changing-wheels-car_1303-27457.jpg", imageAlt: "Tire Service" }, + { title: "Regular Maintenance", description: "Oil changes, filter replacements, and general checks.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-laptop_1170-1320.jpg", imageAlt: "Car Maintenance" }, ]} title="Professional Auto Services" description="We offer a wide range of maintenance and repair services for your vehicle." @@ -154,28 +95,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} plans={[ - { - id: "basic", - badge: "Standard", - price: "Affordable", - subtitle: "Basic maintenance tasks", - features: [ - "Oil Change", - "Fluid Checks", - "Tire Pressure Check", - ], - }, - { - id: "pro", - badge: "Premium", - price: "Quote-based", - subtitle: "Deep engine repair and diagnostics", - features: [ - "Engine Scanning", - "Suspension Work", - "Electrical Repair", - ], - }, + { id: "basic", badge: "Standard", price: "Affordable", subtitle: "Basic maintenance tasks", features: ["Oil Change", "Fluid Checks", "Tire Pressure Check"] }, + { id: "pro", badge: "Premium", price: "Quote-based", subtitle: "Deep engine repair and diagnostics", features: ["Engine Scanning", "Suspension Work", "Electrical Repair"] }, ]} title="Fair & Transparent Pricing" description="Clear costs with no hidden fees for all our repair jobs." @@ -186,48 +107,14 @@ export default function LandingPage() { @@ -285,28 +152,12 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-vector/gradient-car-service-logo_23-2149725120.jpg" logoText="Chandragiri Auto Clinic" columns={[ - { - title: "Location", - items: [ - { - label: "Deepo, Checkpost, Daura", - href: "#", - }, - ], - }, - { - title: "Contact", - items: [ - { - label: "985-1094111", - href: "tel:9851094111", - }, - ], - }, + { title: "Location", items: [{ label: "Deepo, Checkpost, Daura", href: "#" }] }, + { title: "Contact", items: [{ label: "985-1094111", href: "tel:9851094111" }] }, ]} /> ); -} +} \ No newline at end of file