diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0f68ced..92eda8a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,123 +30,45 @@ export default function LandingPage() {
@@ -157,24 +79,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- icon: Star,
- title: "Google Rating",
- value: "4.6",
- },
- {
- id: "m2",
- icon: Clock,
- title: "Serving Community",
- value: "10+ Years",
- },
- {
- id: "m3",
- icon: ShieldCheck,
- title: "Fair Pricing",
- value: "Always",
- },
+ { id: "m1", icon: Star, title: "Google Rating", value: "4.6" },
+ { id: "m2", icon: Clock, title: "Serving Community", value: "10+ Years" },
+ { id: "m3", icon: ShieldCheck, title: "Fair Pricing", value: "Always" }
]}
title="Why Lafayette?"
description="Expertise you can rely on."
@@ -186,16 +93,8 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Meet John Ingram"
metrics={[
- {
- icon: Award,
- label: "Owner & Lead Mechanic",
- value: "20+ Years Exp",
- },
- {
- icon: UserCheck,
- label: "Philosophy",
- value: "Honesty First",
- },
+ { icon: Award, label: "Owner & Lead Mechanic", value: "20+ Years Exp" },
+ { icon: UserCheck, label: "Philosophy", value: "Honesty First" }
]}
metricsAnimation="slide-up"
/>
@@ -207,48 +106,12 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- id: "s1",
- title: "Oil & Maintenance",
- author: "Pro Service",
- description: "Keep your engine running perfectly.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-holding-connector_23-2148254107.jpg",
- },
- {
- id: "s2",
- title: "Brake Service",
- author: "Pro Service",
- description: "Stop safely every single time.",
- imageSrc: "http://img.b2bpic.net/free-photo/mechanic-with-tool-wheel-hands-mechanic-blue-work-clothes_1157-46150.jpg",
- },
- {
- id: "s3",
- title: "Tire Service",
- author: "Pro Service",
- description: "Performance and safety assured.",
- imageSrc: "http://img.b2bpic.net/free-photo/shiny-new-car-auto-service-got-problem-with-tyres-which-will-be-sorted-soon_613910-17078.jpg",
- },
- {
- id: "s4",
- title: "Pre-Purchase Inspections",
- author: "Expert",
- description: "Know exactly what you're buying.",
- imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-mechanic-doing-service-car-s-air-conditioner-unit-auto-repair-shop_637285-4281.jpg",
- },
- {
- id: "s5",
- title: "Wheel & Bearing Work",
- author: "Expert",
- description: "Drive smooth and noise-free.",
- imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-fixing-car-wheel-disc-brake_1170-1213.jpg",
- },
- {
- id: "s6",
- title: "General Diagnostics",
- author: "Expert",
- description: "Honest answers for any issue.",
- imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-mechanic-using-flashlight-while-examining-car-auto-repair-shop_637285-12705.jpg",
- },
+ { id: "s1", title: "Oil & Maintenance", author: "Pro Service", description: "Keep your engine running perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-holding-connector_23-2148254107.jpg", tags: [] },
+ { id: "s2", title: "Brake Service", author: "Pro Service", description: "Stop safely every single time.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-with-tool-wheel-hands-mechanic-blue-work-clothes_1157-46150.jpg", tags: [] },
+ { id: "s3", title: "Tire Service", author: "Pro Service", description: "Performance and safety assured.", imageSrc: "http://img.b2bpic.net/free-photo/shiny-new-car-auto-service-got-problem-with-tyres-which-will-be-sorted-soon_613910-17078.jpg", tags: [] },
+ { id: "s4", title: "Pre-Purchase Inspections", author: "Expert", description: "Know exactly what you're buying.", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-mechanic-doing-service-car-s-air-conditioner-unit-auto-repair-shop_637285-4281.jpg", tags: [] },
+ { id: "s5", title: "Wheel & Bearing Work", author: "Expert", description: "Drive smooth and noise-free.", imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-fixing-car-wheel-disc-brake_1170-1213.jpg", tags: [] },
+ { id: "s6", title: "General Diagnostics", author: "Expert", description: "Honest answers for any issue.", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-mechanic-using-flashlight-while-examining-car-auto-repair-shop_637285-12705.jpg", tags: [] }
]}
title="Our Craft"
description="Reliable repair for every vehicle."
@@ -262,26 +125,11 @@ export default function LandingPage() {
rating={5}
author="Patricia D."
avatars={[
- {
- src: "http://img.b2bpic.net/free-photo/brunette-woman-standing-bricks-wall-smiling-with-happy-face-looking-pointing-side-with-thumb-up_839833-15096.jpg",
- alt: "Reviewer 1",
- },
- {
- src: "http://img.b2bpic.net/free-photo/portrait-confident-young-woman-smiling_23-2148452672.jpg",
- alt: "Reviewer 2",
- },
- {
- src: "http://img.b2bpic.net/free-photo/girl-straitjacket-smiling-camera_23-2147685727.jpg",
- alt: "Reviewer 3",
- },
- {
- src: "http://img.b2bpic.net/free-photo/pretty-young-woman-holding-earphones-neck_651396-154.jpg",
- alt: "Reviewer 4",
- },
- {
- src: "http://img.b2bpic.net/free-photo/medium-shot-confident-senior-woman_23-2149304633.jpg",
- alt: "Reviewer 5",
- },
+ { src: "http://img.b2bpic.net/free-photo/brunette-woman-standing-bricks-wall-smiling-with-happy-face-looking-pointing-side-with-thumb-up_839833-15096.jpg", alt: "Reviewer 1" },
+ { src: "http://img.b2bpic.net/free-photo/portrait-confident-young-woman-smiling_23-2148452672.jpg", alt: "Reviewer 2" },
+ { src: "http://img.b2bpic.net/free-photo/girl-straitjacket-smiling-camera_23-2147685727.jpg", alt: "Reviewer 3" },
+ { src: "http://img.b2bpic.net/free-photo/pretty-young-woman-holding-earphones-neck_651396-154.jpg", alt: "Reviewer 4" },
+ { src: "http://img.b2bpic.net/free-photo/medium-shot-confident-senior-woman_23-2149304633.jpg", alt: "Reviewer 5" }
]}
ratingAnimation="slide-up"
avatarsAnimation="blur-reveal"
@@ -294,24 +142,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
- {
- id: "d1",
- icon: Search,
- title: "Honest Diagnosis",
- value: "Transparent",
- },
- {
- id: "d2",
- icon: DollarSign,
- title: "Fair Pricing",
- value: "No Jargon",
- },
- {
- id: "d3",
- icon: Zap,
- title: "Fast Turnaround",
- value: "Efficiency",
- },
+ { id: "d1", icon: Search, title: "Honest Diagnosis", value: "Transparent" },
+ { id: "d2", icon: DollarSign, title: "Fair Pricing", value: "No Jargon" },
+ { id: "d3", icon: Zap, title: "Fast Turnaround", value: "Efficiency" }
]}
title="The Lafayette Difference"
description="Built on trust, delivered with expertise."
@@ -321,9 +154,7 @@ export default function LandingPage() {