diff --git a/src/app/page.tsx b/src/app/page.tsx
index 3c35f34..528ca85 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,26 +32,11 @@ export default function LandingPage() {
@@ -59,68 +44,30 @@ export default function LandingPage() {
@@ -130,26 +77,10 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Built on 20+ Years of Local Trust"
metrics={[
- {
- icon: Award,
- label: "Years Trusted",
- value: "20+",
- },
- {
- icon: Star,
- label: "Google Reviews",
- value: "500+",
- },
- {
- icon: CheckCircle,
- label: "Fixed First",
- value: "99%",
- },
- {
- icon: Shield,
- label: "Certified Pros",
- value: "100%",
- },
+ { icon: Award, label: "Years Trusted", value: "20+" },
+ { icon: Star, label: "Google Reviews", value: "500+" },
+ { icon: CheckCircle, label: "Fixed First", value: "99%" },
+ { icon: Shield, label: "Certified Pros", value: "100%" },
]}
metricsAnimation="slide-up"
/>
@@ -162,48 +93,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Brakes",
- price: "Expert Check",
- variant: "Safety",
- imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-repairing-car_1170-1408.jpg",
- },
- {
- id: "p2",
- name: "Mufflers & Exhaust",
- price: "Custom Fit",
- variant: "Performance",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-standing-with-arms-crossed_107420-95948.jpg",
- },
- {
- id: "p3",
- name: "Oil Changes",
- price: "Premium Oil",
- variant: "Maintenance",
- imageSrc: "http://img.b2bpic.net/free-photo/auto-service-salon-doign-car-wrapping_23-2149593883.jpg",
- },
- {
- id: "p4",
- name: "Diagnostics",
- price: "Computer Scan",
- variant: "Tech",
- imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-examining-car-engine-with-help-laptop_1170-1531.jpg",
- },
- {
- id: "p5",
- name: "Suspension & Steering",
- price: "Precision Align",
- variant: "Control",
- imageSrc: "http://img.b2bpic.net/free-photo/expert-uses-light-check-car-lift_482257-76107.jpg",
- },
- {
- id: "p6",
- name: "Tires & Mounting",
- price: "All Weather",
- variant: "Safety",
- imageSrc: "http://img.b2bpic.net/free-photo/muscular-man-is-fixing-car-s-wheel-with-special-tool-auto-service_613910-17086.jpg",
- },
+ { id: "p1", name: "Brakes", price: "Expert Check", variant: "Safety", imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-repairing-car_1170-1408.jpg" },
+ { id: "p2", name: "Mufflers & Exhaust", price: "Custom Fit", variant: "Performance", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-standing-with-arms-crossed_107420-95948.jpg" },
+ { id: "p3", name: "Oil Changes", price: "Premium Oil", variant: "Maintenance", imageSrc: "http://img.b2bpic.net/free-photo/auto-service-salon-doign-car-wrapping_23-2149593883.jpg" },
+ { id: "p4", name: "Diagnostics", price: "Computer Scan", variant: "Tech", imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-examining-car-engine-with-help-laptop_1170-1531.jpg" },
+ { id: "p5", name: "Suspension & Steering", price: "Precision Align", variant: "Control", imageSrc: "http://img.b2bpic.net/free-photo/expert-uses-light-check-car-lift_482257-76107.jpg" },
+ { id: "p6", name: "Tires & Mounting", price: "All Weather", variant: "Safety", imageSrc: "http://img.b2bpic.net/free-photo/muscular-man-is-fixing-car-s-wheel-with-special-tool-auto-service_613910-17086.jpg" },
]}
title="Our Expert Services"
description="Premium automotive care for any vehicle make and model."
@@ -212,25 +107,14 @@ export default function LandingPage() {