Merge version_1 into main #3
@@ -65,9 +65,9 @@ export default function LandingPage() {
|
||||
title="01 / UPCOMING EVENTS"
|
||||
description=""
|
||||
products={[
|
||||
{ id: "canada-day-2026", brand: "Aura Nightclub", name: "CANADA DAY CELEBRATION", price: "№ 008", rating: 5, reviewCount: "New", imageSrc: "http://img.b2bpic.net/free-photo/canada-day-celebration-with-maple-leaf-symbol_23-2151440586.jpg", imageAlt: "Canada Day Celebration Event", onProductClick: () => alert('Tickets coming soon!') },
|
||||
{ id: "boat-party-2026", brand: "MV Burrard Queen", name: "BOAT PARTY 2026", price: "№ 009", rating: 5, reviewCount: "Early Bird", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-vinyl-record-music_23-2147670566.jpg", imageAlt: "Boat Party 2026 Event", onProductClick: () => alert('Tickets coming soon!') },
|
||||
{ id: "future-event-placeholder", brand: "TBA Venue", name: "FUTURE EVENT ANNOUNCEMENT", price: "№ 010", rating: 4, reviewCount: "Coming Soon", imageSrc: "http://img.b2bpic.net/free-photo/freedom-positivity-hipster-music-hipster_53876-13834.jpg", imageAlt: "Future Event Placeholder", onProductClick: () => alert('Details coming soon!') }
|
||||
{ id: "canada-day-2026", brand: "Aura Nightclub", name: "CANADA DAY CELEBRATION", price: "№ 008", rating: 5, reviewCount: "New", imageSrc: "http://img.b2bpic.net/free-photo/canada-day-celebration-with-maple-leaf-symbol_23-2151440586.jpg", imageAlt: "Canada Day Celebration Event", onProductClick: () => alert("Tickets coming soon!") },
|
||||
{ id: "boat-party-2026", brand: "MV Burrard Queen", name: "BOAT PARTY 2026", price: "№ 009", rating: 5, reviewCount: "Early Bird", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-vinyl-record-music_23-2147670566.jpg", imageAlt: "Boat Party 2026 Event", onProductClick: () => alert("Tickets coming soon!") },
|
||||
{ id: "future-event-placeholder", brand: "TBA Venue", name: "FUTURE EVENT ANNOUNCEMENT", price: "№ 010", rating: 4, reviewCount: "Coming Soon", imageSrc: "http://img.b2bpic.net/free-photo/freedom-positivity-hipster-music-hipster_53876-13834.jpg", imageAlt: "Future Event Placeholder", onProductClick: () => alert("Details coming soon!") }
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user