Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -69,13 +69,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "bmw-m5", name: "BMW M5 Competition", price: "$850,000", variant: "Midnight Blue Performance Edition", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-supercar-snowy-canyon_23-2151955597.jpg", imageAlt: "BMW M5 Competition VIP"},
|
||||
id: "bmw-m5", name: "BMW M5 Competition", price: "$850,000", variant: "Midnight Blue Performance Edition", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-supercar-snowy-canyon_23-2151955597.jpg?_wi=1", imageAlt: "BMW M5 Competition VIP"},
|
||||
{
|
||||
id: "audi-rs", name: "Audi RS6 Avant", price: "$920,000", variant: "Carbon Grey Track Setup", imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-sitting-car_1303-22820.jpg", imageAlt: "Audi RS6 Avant VIP"},
|
||||
{
|
||||
id: "mercedes-amg", name: "Mercedes-AMG GT 63 S", price: "$1,050,000", variant: "Pearl White Luxury Edition", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-travelling-by-her-car_1303-28807.jpg", imageAlt: "Mercedes-AMG GT 63 S VIP"},
|
||||
{
|
||||
id: "bmw-i8", name: "BMW i8 Hybrid", price: "$780,000", variant: "Sonic Blue Eco Performance", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-supercar-snowy-canyon_23-2151955597.jpg", imageAlt: "BMW i8 Hybrid VIP"},
|
||||
id: "bmw-i8", name: "BMW i8 Hybrid", price: "$780,000", variant: "Sonic Blue Eco Performance", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-supercar-snowy-canyon_23-2151955597.jpg?_wi=2", imageAlt: "BMW i8 Hybrid VIP"},
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
animationType="slide-up"
|
||||
@@ -94,16 +94,16 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Bronze Tier", description: "Entry level access with basic vehicle customization options and introductory pricing.", imageSrc: "http://img.b2bpic.net/free-vector/tips-playing-online-games-with-moderation_23-2148527135.jpg"},
|
||||
title: "Bronze Tier", description: "Entry level access with basic vehicle customization options and introductory pricing.", imageSrc: "http://img.b2bpic.net/free-vector/tips-playing-online-games-with-moderation_23-2148527135.jpg?_wi=1"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Silver Tier", description: "Mid-level rewards including exclusive paint colors, performance upgrades, and 10% vehicle discounts.", imageSrc: "http://img.b2bpic.net/free-vector/tips-playing-online-games-with-moderation_23-2148527135.jpg"},
|
||||
title: "Silver Tier", description: "Mid-level rewards including exclusive paint colors, performance upgrades, and 10% vehicle discounts.", imageSrc: "http://img.b2bpic.net/free-vector/tips-playing-online-games-with-moderation_23-2148527135.jpg?_wi=2"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Gold Tier", description: "Premium benefits with rare vehicle wraps, engine tuning, and 20% off all purchases.", imageSrc: "http://img.b2bpic.net/free-vector/tips-playing-online-games-with-moderation_23-2148527135.jpg"},
|
||||
title: "Gold Tier", description: "Premium benefits with rare vehicle wraps, engine tuning, and 20% off all purchases.", imageSrc: "http://img.b2bpic.net/free-vector/tips-playing-online-games-with-moderation_23-2148527135.jpg?_wi=3"},
|
||||
{
|
||||
id: 4,
|
||||
title: "Platinum Tier", description: "Exclusive access to limited edition vehicles, priority support, and 30% lifetime discount.", imageSrc: "http://img.b2bpic.net/free-vector/tips-playing-online-games-with-moderation_23-2148527135.jpg"},
|
||||
title: "Platinum Tier", description: "Exclusive access to limited edition vehicles, priority support, and 30% lifetime discount.", imageSrc: "http://img.b2bpic.net/free-vector/tips-playing-online-games-with-moderation_23-2148527135.jpg?_wi=4"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user