Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -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" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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" }
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user