From 925959c3246fd647aca1de4b72b9a166e17fc2c4 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 10:01:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 782abcf..48f6db0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { { title: "Direct Drive", description: "Instant torque delivery on every acceleration.", icon: Zap }, { title: "Precision Tuning", description: "Handling dynamics refined in wind tunnel testing.", icon: Award }, ]} - imageSrc="https://img.b2bpic.net/free-photo/luxury-car-speeds-by-modern-building-dusk-generative-ai_188544-8048.jpg" + imageSrc="https://img.b2bpic.net/free-photo/luxury-car-speeds-by-modern-building-dusk-generative-ai_188544-8048.jpg?_wi=1" imageAlt="Car in motion" mediaAnimation="slide-up" /> @@ -81,8 +81,8 @@ export default function LandingPage() { description="Discover our precision-engineered electric sports cars." products={[ { id: "1", brand: "Vertex", name: "Hyperion", price: "$280k", rating: 5, reviewCount: "45", imageSrc: "https://img.b2bpic.net/free-photo/exterior-modern-white-luxury-car_181624-23559.jpg" }, - { id: "2", brand: "Vertex", name: "V-Racer", price: "$190k", rating: 5, reviewCount: "62", imageSrc: "https://img.b2bpic.net/free-photo/luxury-car-speeds-by-modern-building-dusk-generative-ai_188544-8048.jpg" }, - { id: "3", brand: "Vertex", name: "Aerodyn", price: "$210k", rating: 5, reviewCount: "38", imageSrc: "https://img.b2bpic.net/free-photo/stylish-rear-light-new-silver-automobile_23-2147963009.jpg" } + { id: "2", brand: "Vertex", name: "V-Racer", price: "$190k", rating: 5, reviewCount: "62", imageSrc: "https://img.b2bpic.net/free-photo/luxury-car-speeds-by-modern-building-dusk-generative-ai_188544-8048.jpg?_wi=2" }, + { id: "3", brand: "Vertex", name: "Aerodyn", price: "$210k", rating: 5, reviewCount: "38", imageSrc: "https://img.b2bpic.net/free-photo/stylish-rear-light-new-silver-automobile_23-2147963009.jpg?_wi=1" } ]} /> @@ -110,7 +110,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} features={[ - { id: "f1", title: "Active Aero", author: "R&D", description: "Dynamic wing adjustments for track performance.", tags: ["Performance"], imageSrc: "https://img.b2bpic.net/free-photo/stylish-rear-light-new-silver-automobile_23-2147963009.jpg" }, + { id: "f1", title: "Active Aero", author: "R&D", description: "Dynamic wing adjustments for track performance.", tags: ["Performance"], imageSrc: "https://img.b2bpic.net/free-photo/stylish-rear-light-new-silver-automobile_23-2147963009.jpg?_wi=2" }, { id: "f2", title: "Neural-Dash", author: "Digital", description: "Predictive AI interface for driver safety.", tags: ["UX"], imageSrc: "https://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126353.jpg" } ]} /> -- 2.49.1