From 0790e33329d3e721b9a3a1f8da4f2b7963b03c81 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 02:54:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 136 +++++++++-------------------------------------- 1 file changed, 26 insertions(+), 110 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 199b087..76262d0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,16 +20,14 @@ export default function HomePage() { const footerColumns = [ { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/#about" }, { label: "Our Inventory", href: "/#inventory" }, { label: "Latest News", href: "/#news" }, ], }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "Vehicle Sales", href: "/" }, { label: "Trade-In Evaluation", href: "/" }, { label: "Financing Options", href: "/" }, @@ -37,16 +35,14 @@ export default function HomePage() { ], }, { - title: "Information", - items: [ + title: "Information", items: [ { label: "Contact Us", href: "/#contact" }, { label: "Directions", href: "/" }, { label: "FAQs", href: "/" }, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "/" }, { label: "Terms & Conditions", href: "/" }, { label: "Impressum", href: "/" }, @@ -83,9 +79,7 @@ export default function HomePage() { background={{ variant: "radial-gradient" }} avatars={[ { - src: "http://img.b2bpic.net/free-vector/gradient-car-rental-landing-page_23-2149213932.jpg", - alt: "Luxury German car in modern showroom", - }, + src: "http://img.b2bpic.net/free-vector/gradient-car-rental-landing-page_23-2149213932.jpg", alt: "Luxury German car in modern showroom"}, ]} buttons={[ { text: "View Inventory", href: "#inventory" }, @@ -104,53 +98,17 @@ export default function HomePage() { tagIcon={Newspaper} blogs={[ { - id: "news-1", - category: "New Arrival", - title: "2024 BMW 7 Series Now Available", - excerpt: - "Experience ultimate luxury with the all-new 7 Series featuring cutting-edge technology and refined performance.", - imageSrc: "http://img.b2bpic.net/free-psd/rent-car-template-design_23-2151938785.jpg?_wi=1", - imageAlt: "2024 BMW 7 Series luxury sedan", - authorName: "German Cars Team", - authorAvatar: "http://img.b2bpic.net/free-photo/handsome-business-man-buying-car_1303-15170.jpg", - date: "2024-01-15", - }, + id: "news-1", category: "New Arrival", title: "2024 BMW 7 Series Now Available", excerpt: + "Experience ultimate luxury with the all-new 7 Series featuring cutting-edge technology and refined performance.", imageSrc: "http://img.b2bpic.net/free-psd/rent-car-template-design_23-2151938785.jpg?_wi=1", imageAlt: "2024 BMW 7 Series luxury sedan", authorName: "German Cars Team", authorAvatar: "http://img.b2bpic.net/free-photo/handsome-business-man-buying-car_1303-15170.jpg", date: "2024-01-15"}, { - id: "news-2", - category: "Special Offer", - title: "Winter Sales Event - Up to 15% Off", - excerpt: - "Limited time offer on select luxury vehicles. Exceptional financing options available for qualified buyers.", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-buying-car_1303-15170.jpg?_wi=1", - imageAlt: "Special winter sales promotion", - authorName: "Sales Department", - authorAvatar: "http://img.b2bpic.net/free-psd/rent-car-template-design_23-2151938785.jpg", - date: "2024-01-10", - }, + id: "news-2", category: "Special Offer", title: "Winter Sales Event - Up to 15% Off", excerpt: + "Limited time offer on select luxury vehicles. Exceptional financing options available for qualified buyers.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-buying-car_1303-15170.jpg?_wi=1", imageAlt: "Special winter sales promotion", authorName: "Sales Department", authorAvatar: "http://img.b2bpic.net/free-psd/rent-car-template-design_23-2151938785.jpg", date: "2024-01-10"}, { - id: "news-3", - category: "Feature", - title: "Mercedes-Benz C-Class Elegance Edition", - excerpt: - "Introducing our curated Elegance Edition with premium interior packages and exclusive customization options.", - imageSrc: "http://img.b2bpic.net/free-psd/rent-car-template-design_23-2151938785.jpg?_wi=2", - imageAlt: "Mercedes-Benz C-Class elegance edition", - authorName: "Marketing Team", - authorAvatar: "http://img.b2bpic.net/free-photo/handsome-business-man-buying-car_1303-15170.jpg", - date: "2024-01-05", - }, + id: "news-3", category: "Feature", title: "Mercedes-Benz C-Class Elegance Edition", excerpt: + "Introducing our curated Elegance Edition with premium interior packages and exclusive customization options.", imageSrc: "http://img.b2bpic.net/free-psd/rent-car-template-design_23-2151938785.jpg?_wi=2", imageAlt: "Mercedes-Benz C-Class elegance edition", authorName: "Marketing Team", authorAvatar: "http://img.b2bpic.net/free-photo/handsome-business-man-buying-car_1303-15170.jpg", date: "2024-01-05"}, { - id: "news-4", - category: "Announcement", - title: "Audi Q7 Performance Models Showcase", - excerpt: - "Test drive our powerful Audi Q7 performance variants. Book your appointment today for an exclusive experience.", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-buying-car_1303-15170.jpg?_wi=2", - imageAlt: "Audi Q7 performance showcase", - authorName: "Customer Experience", - authorAvatar: "http://img.b2bpic.net/free-psd/rent-car-template-design_23-2151938785.jpg", - date: "2024-01-01", - }, + id: "news-4", category: "Announcement", title: "Audi Q7 Performance Models Showcase", excerpt: + "Test drive our powerful Audi Q7 performance variants. Book your appointment today for an exclusive experience.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-buying-car_1303-15170.jpg?_wi=2", imageAlt: "Audi Q7 performance showcase", authorName: "Customer Experience", authorAvatar: "http://img.b2bpic.net/free-psd/rent-car-template-design_23-2151938785.jpg", date: "2024-01-01"}, ]} animationType="slide-up" textboxLayout="default" @@ -167,70 +125,28 @@ export default function HomePage() { tagIcon={Car} products={[ { - id: "bmw-7-series", - brand: "BMW", - name: "7 Series Sedan", - price: "$89,500", - rating: 5, - reviewCount: "24", - imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-sitting-car_1303-22819.jpg?_wi=1", - imageAlt: "BMW 7 Series premium sedan", - isFavorited: false, + id: "bmw-7-series", brand: "BMW", name: "7 Series Sedan", price: "$89,500", rating: 5, + reviewCount: "24", imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-sitting-car_1303-22819.jpg?_wi=1", imageAlt: "BMW 7 Series premium sedan", isFavorited: false, }, { - id: "mercedes-amg", - brand: "Mercedes-Benz", - name: "AMG C63 Coupe", - price: "$72,400", - rating: 5, - reviewCount: "18", - imageSrc: "http://img.b2bpic.net/free-photo/man-using-laptop-while-charging-electric-car_107420-94885.jpg?_wi=1", - imageAlt: "Mercedes-Benz AMG C63 performance coupe", - isFavorited: false, + id: "mercedes-amg", brand: "Mercedes-Benz", name: "AMG C63 Coupe", price: "$72,400", rating: 5, + reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/man-using-laptop-while-charging-electric-car_107420-94885.jpg?_wi=1", imageAlt: "Mercedes-Benz AMG C63 performance coupe", isFavorited: false, }, { - id: "audi-q7", - brand: "Audi", - name: "Q7 Prestige SUV", - price: "$68,900", - rating: 5, - reviewCount: "31", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-posing-front-modern-car_23-2148384978.jpg?_wi=1", - imageAlt: "Audi Q7 luxury SUV", - isFavorited: false, + id: "audi-q7", brand: "Audi", name: "Q7 Prestige SUV", price: "$68,900", rating: 5, + reviewCount: "31", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-posing-front-modern-car_23-2148384978.jpg?_wi=1", imageAlt: "Audi Q7 luxury SUV", isFavorited: false, }, { - id: "porsche-911", - brand: "Porsche", - name: "911 Turbo", - price: "$119,200", - rating: 5, - reviewCount: "15", - imageSrc: "http://img.b2bpic.net/free-photo/man-using-laptop-while-charging-electric-car_107420-94885.jpg?_wi=2", - imageAlt: "Porsche 911 Turbo sports car", - isFavorited: false, + id: "porsche-911", brand: "Porsche", name: "911 Turbo", price: "$119,200", rating: 5, + reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/man-using-laptop-while-charging-electric-car_107420-94885.jpg?_wi=2", imageAlt: "Porsche 911 Turbo sports car", isFavorited: false, }, { - id: "vw-arteon", - brand: "Volkswagen", - name: "Arteon R-Line", - price: "$45,800", - rating: 4, - reviewCount: "22", - imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-sitting-car_1303-22819.jpg?_wi=2", - imageAlt: "Volkswagen Arteon R-Line elegant sedan", - isFavorited: false, + id: "vw-arteon", brand: "Volkswagen", name: "Arteon R-Line", price: "$45,800", rating: 4, + reviewCount: "22", imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-sitting-car_1303-22819.jpg?_wi=2", imageAlt: "Volkswagen Arteon R-Line elegant sedan", isFavorited: false, }, { - id: "audi-rs6", - brand: "Audi", - name: "RS6 Avant", - price: "$110,500", - rating: 5, - reviewCount: "19", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-posing-front-modern-car_23-2148384978.jpg?_wi=2", - imageAlt: "Audi RS6 Avant performance wagon", - isFavorited: false, + id: "audi-rs6", brand: "Audi", name: "RS6 Avant", price: "$110,500", rating: 5, + reviewCount: "19", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-posing-front-modern-car_23-2148384978.jpg?_wi=2", imageAlt: "Audi RS6 Avant performance wagon", isFavorited: false, }, ]} gridVariant="three-columns-all-equal-width" @@ -295,4 +211,4 @@ Phone: +49 211 98960037" ); -} \ No newline at end of file +} -- 2.49.1