diff --git a/src/app/page.tsx b/src/app/page.tsx index 5a40ca3..0083a15 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Droplets, Settings, ShieldCheck, Wrench, Zap } from "lucide-react"; +import { Droplets, Settings, ShieldCheck, Wrench, Zap, CheckCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -30,112 +30,71 @@ export default function LandingPage() {
@@ -147,33 +106,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Engine Diagnostics", - description: "Cutting-edge tools to pinpoint exact engine faults.", - buttonIcon: "Zap", - imageSrc: "http://img.b2bpic.net/free-vector/auto-service-design-concepts-set_98292-1661.jpg", - imageAlt: "car service icon professional", - }, + title: "Engine Diagnostics", description: "Cutting-edge tools to pinpoint exact engine faults.", buttonIcon: Zap, + imageSrc: "http://img.b2bpic.net/free-vector/auto-service-design-concepts-set_98292-1661.jpg", imageAlt: "car service icon professional"}, { - title: "Routine Servicing", - description: "Oil changes, filter checks, and preventative care.", - buttonIcon: "CheckCircle", - imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-working-car-repair-shop_23-2150367551.jpg?_wi=2", - imageAlt: "car service icon professional", - }, + title: "Routine Servicing", description: "Oil changes, filter checks, and preventative care.", buttonIcon: CheckCircle, + imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-working-car-repair-shop_23-2150367551.jpg", imageAlt: "car service icon professional"}, { - title: "Wheel Alignment", - description: "Ensure your steering is precise and tire wear is even.", - buttonIcon: "Settings", - imageSrc: "http://img.b2bpic.net/free-vector/tools-graphic-design_24908-54896.jpg", - imageAlt: "car service icon professional", - }, + title: "Wheel Alignment", description: "Ensure your steering is precise and tire wear is even.", buttonIcon: Settings, + imageSrc: "http://img.b2bpic.net/free-vector/tools-graphic-design_24908-54896.jpg", imageAlt: "car service icon professional"}, { - title: "Mechanical Repairs", - description: "Expert hands handling complex transmission and suspension.", - buttonIcon: "Wrench", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cauqpu", - imageAlt: "car service icon professional", - }, + title: "Mechanical Repairs", description: "Expert hands handling complex transmission and suspension.", buttonIcon: Wrench, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cauqpu", imageAlt: "car service icon professional"}, ]} title="Our Professional Services" description="We specialize in identifying the root cause of your car troubles, ensuring long-term reliability and performance." @@ -186,9 +129,7 @@ export default function LandingPage() { title="Why Choose AN Car Care?" buttons={[ { - text: "Talk to us", - href: "#contact", - }, + text: "Talk to us", href: "#contact"}, ]} />
@@ -200,25 +141,13 @@ export default function LandingPage() { tag="How we work" metrics={[ { - id: "1", - value: "01", - description: "Inspection & Initial Assessment", - }, + id: "1", value: "01", description: "Inspection & Initial Assessment"}, { - id: "2", - value: "02", - description: "Advanced Root-Cause Diagnosis", - }, + id: "2", value: "02", description: "Advanced Root-Cause Diagnosis"}, { - id: "3", - value: "03", - description: "Clear Explanation & Pricing", - }, + id: "3", value: "03", description: "Clear Explanation & Pricing"}, { - id: "4", - value: "04", - description: "Fix, Test, & Deliver", - }, + id: "4", value: "04", description: "Fix, Test, & Deliver"}, ]} metricsAnimation="slide-up" /> @@ -231,22 +160,14 @@ export default function LandingPage() { description="Visit us at Spintex Road or book an appointment online." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "phone", - type: "tel", - placeholder: "Your Phone Number", - required: true, + name: "phone", type: "tel", placeholder: "Your Phone Number", required: true, }, ]} textarea={{ - name: "message", - placeholder: "Tell us about your vehicle issues...", - rows: 4, + name: "message", placeholder: "Tell us about your vehicle issues...", rows: 4, required: true, }} imageSrc="http://img.b2bpic.net/free-photo/side-view-woman-using-tablet-outdoors_23-2150747705.jpg" @@ -258,29 +179,19 @@ export default function LandingPage() { logoText="AN Car Care Center" columns={[ { - title: "Contact", - items: [ + title: "Contact", items: [ { - label: "Spintex Road, Accra, Ghana", - href: "#", - }, + label: "Spintex Road, Accra, Ghana", href: "#"}, { - label: "+233 54 222 2221", - href: "tel:+233542222221", - }, + label: "+233 54 222 2221", href: "tel:+233542222221"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "Services", - href: "#services", - }, + label: "Services", href: "#services"}, { - label: "About", - href: "#why-us", - }, + label: "About", href: "#why-us"}, ], }, ]}