From 7241359a913a2a4a343b8b5a55b7fcee87048465 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 02:11:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 283 +++++++++-------------------------------------- 1 file changed, 55 insertions(+), 228 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0d7026b..6cd2920 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Award, CheckCircle, Settings, Shield, Zap } from "lucide-react"; +import { Award, CheckCircle, Settings, Shield, Zap, Cpu } from "lucide-react"; export default function LandingPage() { return ( @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -56,32 +48,15 @@ export default function LandingPage() {
@@ -342,20 +202,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", - title: "Do you offer trade-ins?", - content: "Yes, we offer fair market value assessments for your current vehicle trade-in.", - }, + id: "f1", title: "Do you offer trade-ins?", content: "Yes, we offer fair market value assessments for your current vehicle trade-in."}, { - id: "f2", - title: "Can I test drive cars?", - content: "Absolutely. Appointments can be scheduled through our concierge service.", - }, + id: "f2", title: "Can I test drive cars?", content: "Absolutely. Appointments can be scheduled through our concierge service."}, { - id: "f3", - title: "What finance options are available?", - content: "We work with top-tier financial partners to provide tailored lending solutions.", - }, + id: "f3", title: "What finance options are available?", content: "We work with top-tier financial partners to provide tailored lending solutions."}, ]} title="Common Questions" description="Everything you need to know about our services." @@ -367,14 +218,11 @@ export default function LandingPage() {
@@ -384,54 +232,33 @@ export default function LandingPage() { logoText="Elite Motors" columns={[ { - title: "Inventory", - items: [ + title: "Inventory", items: [ { - label: "New Arrivals", - href: "#inventory", - }, + label: "New Arrivals", href: "#inventory"}, { - label: "Luxury Sedans", - href: "#", - }, + label: "Luxury Sedans", href: "#"}, { - label: "SUVs", - href: "#", - }, + label: "SUVs", href: "#"}, ], }, { - title: "Services", - items: [ + title: "Services", items: [ { - label: "Concierge", - href: "#", - }, + label: "Concierge", href: "#"}, { - label: "Finance", - href: "#", - }, + label: "Finance", href: "#"}, { - label: "Service Center", - href: "#", - }, + label: "Service Center", href: "#"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, { - label: "FAQs", - href: "#faq", - }, + label: "FAQs", href: "#faq"}, { - label: "Terms", - href: "#", - }, + label: "Terms", href: "#"}, ], }, ]} -- 2.49.1