From 7b769ce4021d7f05d5ccd23141f23c82033e6b22 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 18:04:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 55 ++++++++++++++++-------------------------------- 1 file changed, 18 insertions(+), 37 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c6eaa4a..70b0fc0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,14 +30,12 @@ export default function LandingPage() { @@ -86,10 +74,7 @@ export default function LandingPage() { products={[ { id: "1", name: "Executive Sedan", price: "$45,000", imageSrc: "http://img.b2bpic.net/free-photo/navy-blue-sport-sedan-road-side-view_114579-5055.jpg" }, { id: "2", name: "Electric Sports", price: "$72,000", imageSrc: "http://img.b2bpic.net/free-photo/head-lights-car_1339-3220.jpg" }, - { id: "3", name: "Premium SUV", price: "$58,000", imageSrc: "http://img.b2bpic.net/free-photo/front-view-black-new-car-with-doors-opened_23-2148332902.jpg" }, - { id: "4", name: "City Hatchback", price: "$22,000", imageSrc: "http://img.b2bpic.net/free-photo/watercolor-car-painting-illustration_23-2151706273.jpg" }, - { id: "5", name: "Blue Roadster", price: "$65,000", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-front-blue-modern-stylish-car_181624-11795.jpg" }, - { id: "6", name: "Rugged Pickup", price: "$48,000", imageSrc: "http://img.b2bpic.net/free-photo/car-parked-parking-area_1308-41428.jpg" } + { id: "3", name: "Premium SUV", price: "$58,000", imageSrc: "http://img.b2bpic.net/free-photo/front-view-black-new-car-with-doors-opened_23-2148332902.jpg" } ]} title="Our Featured Vehicles" description="Explore our curated inventory of certified pre-owned and new vehicles." @@ -103,8 +88,7 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { id: "m1", value: "5000+", title: "Cars Sold", description: "Happy drivers on the road", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-empty-bridge-night-time_181624-29222.jpg" }, - { id: "m2", value: "15+", title: "Years Experience", description: "Expert industry knowledge", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-exterior-details-modern-black-car_181624-25346.jpg" }, - { id: "m3", value: "99%", title: "Satisfaction Rate", description: "High customer approval", imageSrc: "http://img.b2bpic.net/free-photo/young-rural-travellers-driving-through-country-side_23-2149052505.jpg" } + { id: "m2", value: "15+", title: "Years Experience", description: "Expert industry knowledge", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-exterior-details-modern-black-car_181624-25346.jpg" } ]} title="Why Elite Motors" description="Trusted by thousands for our reliable service and quality vehicles." @@ -119,10 +103,7 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { id: "1", name: "Sarah Johnson", role: "CEO", company: "TechCorp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/charismatic-man-holding-car-keys-showing-thumbs-up_158595-4217.jpg" }, - { id: "2", name: "Michael Chen", role: "CTO", company: "InnovateLab", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-preparing-get-driver-license_23-2150167570.jpg" }, - { id: "3", name: "Emily Rodriguez", role: "Marketing Director", company: "GrowthCo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/brutal-young-man-wearing-black-coat-leaning-luxury-car-autumn-forest-evening_613910-19901.jpg" }, - { id: "4", name: "David Kim", role: "Product Manager", company: "StartupXYZ", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/family-with-bbay-girl-choosing-car-car-saloon_1303-26805.jpg" }, - { id: "5", name: "Alex Smith", role: "Designer", company: "StudioPro", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-showing-thumb-up-while-buying-car-salon_7502-9630.jpg" } + { id: "2", name: "Michael Chen", role: "CTO", company: "InnovateLab", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-preparing-get-driver-license_23-2150167570.jpg" } ]} title="Client Reviews" description="What our customers say about their experience with us." @@ -147,9 +128,9 @@ export default function LandingPage() { useInvertedBackground={false} background={{ variant: "plain" }} tag="Ready to get behind the wheel?" - title="Visit Our Showroom" - description="Find your perfect car today at our location or get in touch for a test drive." - buttons={[{ text: "Contact Us" }]} + title="Contact Our Sales Team" + description="Submit an inquiry and we'll reach out to schedule your test drive." + buttons={[{ text: "Submit Message" }]} /> @@ -160,7 +141,7 @@ export default function LandingPage() { title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Careers", href: "#" }] }, { - title: "Inventory", items: [{ label: "Sedans", href: "#inventory" }, { label: "SUVs", href: "#inventory" }] + title: "Resources", items: [{ label: "FAQ", href: "#faq" }, { label: "Support", href: "#contact" }] } ]} bottomLeftText="© 2024 Elite Motors" @@ -170,4 +151,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1