diff --git a/src/app/page.tsx b/src/app/page.tsx index 5c6aff2..4370e9d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,25 +30,15 @@ export default function LandingPage() { @@ -57,59 +47,36 @@ export default function LandingPage() {
@@ -121,29 +88,19 @@ export default function LandingPage() { metrics={[ { icon: CheckCircle, - label: "Years of Experience", - value: "2008", - }, + label: "Years of Experience", value: "2008"}, { icon: Award, - label: "Dedicated Specialist", - value: "Direct Access", - }, + label: "Dedicated Specialist", value: "Direct Access"}, { icon: ThumbsUp, - label: "Client Focus", - value: "Personalized", - }, + label: "Client Focus", value: "Personalized"}, { icon: ShieldCheck, - label: "Compliance Ready", - value: "100%", - }, + label: "Compliance Ready", value: "100%"}, { icon: Clock, - label: "Same Day Support", - value: "Reliable", - }, + label: "Same Day Support", value: "Reliable"}, ]} metricsAnimation="slide-up" /> @@ -154,33 +111,23 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", - title: "What is an ignition interlock device?", - content: "It is a breath-test device connected to your vehicle's ignition system.", - }, + id: "f1", title: "What is an ignition interlock device?", content: "It is a breath-test device connected to your vehicle's ignition system."}, { - id: "f2", - title: "How often do I need calibration?", - content: "Regular calibration is required to ensure accuracy and meet compliance needs.", - }, + id: "f2", title: "How often do I need calibration?", content: "Regular calibration is required to ensure accuracy and meet compliance needs."}, { - id: "f3", - title: "How long does installation take?", - content: "Most installations are efficient. We respect your time.", - }, + id: "f3", title: "How long does installation take?", content: "Most installations are efficient. We respect your time."}, { - id: "f4", - title: "Is the process confidential?", - content: "Yes, we prioritize your privacy and provide a non-judgmental environment.", - }, + id: "f4", title: "Is the process confidential?", content: "Yes, we prioritize your privacy and provide a non-judgmental environment."}, { - id: "f5", - title: "Can I remove the device early?", - content: "Removal requires specific state-mandated documentation which we assist with.", - }, + id: "f5", title: "Can I remove the device early?", content: "Removal requires specific state-mandated documentation which we assist with."}, ]} sideTitle="Answers to Your Questions" - sideDescription="We're here to make this process as simple as possible. Reach out anytime." + sideDescription="We're here to make this process as simple as possible. Reach out anytime. If your question isn't answered here, please contact our team directly for assistance." + buttons={[ + { + text: "Contact Us", href: "/contact" + } + ]} faqsAnimation="slide-up" /> @@ -194,29 +141,21 @@ export default function LandingPage() { description="We focus on providing a seamless and supportive experience for all our clients." features={[ { - title: "Personalized Care", - description: "We treat every client with respect and understanding.", - icon: Heart, + title: "Personalized Care", description: "We treat every client with respect and understanding.", icon: Heart, mediaItems: [ { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXyOrSaZWfuzAUSsqC1adzoZvF/client-being-helped-gentle-professional--1774639652359-aa6ff784.png?_wi=2", - }, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXyOrSaZWfuzAUSsqC1adzoZvF/client-being-helped-gentle-professional--1774639652359-aa6ff784.png?_wi=2"}, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXyOrSaZWfuzAUSsqC1adzoZvF/supportive-environment-calm-atmosphere-p-1774639652859-96ac00f9.png?_wi=2", - }, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXyOrSaZWfuzAUSsqC1adzoZvF/supportive-environment-calm-atmosphere-p-1774639652859-96ac00f9.png?_wi=2"}, ], }, { - title: "Certified Standards", - description: "Our work meets all state requirements for interlock devices.", - icon: Award, + title: "Certified Standards", description: "Our work meets all state requirements for interlock devices.", icon: Award, mediaItems: [ { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXyOrSaZWfuzAUSsqC1adzoZvF/technician-checking-interlock-device-in--1774639651814-4a93081c.png?_wi=2", - }, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXyOrSaZWfuzAUSsqC1adzoZvF/technician-checking-interlock-device-in--1774639651814-4a93081c.png?_wi=2"}, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXyOrSaZWfuzAUSsqC1adzoZvF/detailed-technical-manual-on-a-clipboard-1774639652630-8adf3acc.png?_wi=1", - }, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXyOrSaZWfuzAUSsqC1adzoZvF/detailed-technical-manual-on-a-clipboard-1774639652630-8adf3acc.png?_wi=1"}, ], }, ]} @@ -232,35 +171,19 @@ export default function LandingPage() { description="Clear, transparent pricing for your interlock needs." plans={[ { - id: "p1", - badge: "Essential", - price: "$150", - subtitle: "Monthly calibration", - features: [ - "Full support", - "Device monitoring", - ], + id: "p1", badge: "Essential", price: "$150", subtitle: "Monthly calibration", features: [ + "Full support", "Device monitoring"], buttons: [ { - text: "Select", - href: "#", - }, + text: "Select", href: "#"}, ], }, { - id: "p2", - badge: "Premium", - price: "$250", - subtitle: "Full service suite", - features: [ - "All services included", - "Priority access", - ], + id: "p2", badge: "Premium", price: "$250", subtitle: "Full service suite", features: [ + "All services included", "Priority access"], buttons: [ { - text: "Select", - href: "#", - }, + text: "Select", href: "#"}, ], }, ]} @@ -273,17 +196,11 @@ export default function LandingPage() { { items: [ { - label: "Home", - href: "/", - }, + label: "Home", href: "/"}, { - label: "Services", - href: "/services", - }, + label: "Services", href: "/services"}, { - label: "Contact", - href: "/contact", - }, + label: "Contact", href: "/contact"}, ], }, ]} @@ -293,4 +210,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file