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
@@ -85,10 +85,10 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "benefit-1", title: "Priority Track Day Access", author: "Racing Events", description: "Experience high-performance driving on professional racing circuits with expert instruction and exclusive sessions.", tags: ["Racing", "Exclusive"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-men-couple-sitting-car-dancing-street_839833-31657.jpg", imageAlt: "Track day racing event"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-men-couple-sitting-car-dancing-street_839833-31657.jpg?_wi=1", imageAlt: "Track day racing event"},
|
||||
{
|
||||
id: "benefit-2", title: "VIP Event Invitations", author: "Special Events", description: "Be first to attend premium automotive showcases, new model launches, and networking galas throughout the year.", tags: ["Events", "Networking"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-car-parking-lot_74190-4752.jpg", imageAlt: "Luxury car showcase event"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-car-parking-lot_74190-4752.jpg?_wi=1", imageAlt: "Luxury car showcase event"},
|
||||
{
|
||||
id: "benefit-3", title: "Exclusive Member Discounts", author: "Financial Benefits", description: "Enjoy substantial savings on maintenance, parts, accessories, and insurance through our premium partner network.", tags: ["Savings", "Partners"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-two-female-colleagues-working-with-documents-table_1262-12287.jpg", imageAlt: "Membership benefits overview"},
|
||||
@@ -107,10 +107,10 @@ export default function LandingPage() {
|
||||
tagIcon={Calendar}
|
||||
products={[
|
||||
{
|
||||
id: "event-1", name: "Spring Track Day Championship", price: "Member Exclusive", imageSrc: "http://img.b2bpic.net/free-photo/two-men-couple-sitting-car-dancing-street_839833-31657.jpg", imageAlt: "Spring track day racing event", initialQuantity: 1,
|
||||
id: "event-1", name: "Spring Track Day Championship", price: "Member Exclusive", imageSrc: "http://img.b2bpic.net/free-photo/two-men-couple-sitting-car-dancing-street_839833-31657.jpg?_wi=2", imageAlt: "Spring track day racing event", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "event-2", name: "Summer European Roadshow", price: "Limited Spots", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-car-parking-lot_74190-4752.jpg", imageAlt: "European luxury auto showcase", initialQuantity: 1,
|
||||
id: "event-2", name: "Summer European Roadshow", price: "Limited Spots", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-car-parking-lot_74190-4752.jpg?_wi=2", imageAlt: "European luxury auto showcase", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "event-3", name: "Annual Member Networking Gala", price: "All Invited", imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-enjoying-dinner-party_52683-132607.jpg", imageAlt: "Premium networking event", initialQuantity: 1,
|
||||
|
||||
Reference in New Issue
Block a user