From 524ecfe815f2f90120facbafe9119689a6d676a4 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 08:03:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3a00364..a9f372c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,7 +30,7 @@ export default function LandingPage() { 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 party", 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 sunset cruise", 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 concert event placeholder", onProductClick: () => alert("Details coming soon!") } ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -84,7 +84,7 @@ export default function LandingPage() { { value: "02", title: "Global Community" } ]} imageSrc="http://img.b2bpic.net/free-photo/cinema-3d-glasses_23-2148115288.jpg" - imageAlt="WORLDWAVE Logo Watermark" + imageAlt="worldwave logo transparent watermark" mediaAnimation="opacity" metricsAnimation="opacity" useInvertedBackground={false} @@ -110,9 +110,9 @@ export default function LandingPage() { title="04 / ARCHIVE" description="" products={[ - { id: "black-white-2024", brand: "Cold Tea Lounge", name: "№007 BLACK & WHITE PARTY", price: "2024.03", rating: 5, reviewCount: "", imageSrc: "http://img.b2bpic.net/free-photo/fashion-businesswoman-wearing-white-suit-sunglasses-street_158538-8536.jpg", imageAlt: "Black & White Party" }, - { id: "christmas-2023", brand: "Cold Tea Lounge", name: "№006 CHRISTMAS PARTY", price: "2023.12", rating: 5, reviewCount: "", imageSrc: "http://img.b2bpic.net/free-photo/brown-shiny-sequins-with-confetti_23-2148051802.jpg", imageAlt: "Christmas Party" }, - { id: "halloween-2023", brand: "Cold Tea Lounge", name: "№005 HALLOWEEN PARTY", price: "2023.10", rating: 5, reviewCount: "", imageSrc: "http://img.b2bpic.net/free-photo/close-up-noisemakers-with-tinsel_23-2147754796.jpg", imageAlt: "Halloween Party" } + { id: "black-white-2024", brand: "Cold Tea Lounge", name: "№007 BLACK & WHITE PARTY", price: "2024.03", rating: 5, reviewCount: "", imageSrc: "http://img.b2bpic.net/free-photo/fashion-businesswoman-wearing-white-suit-sunglasses-street_158538-8536.jpg", imageAlt: "black white party elegant" }, + { id: "christmas-2023", brand: "Cold Tea Lounge", name: "№006 CHRISTMAS PARTY", price: "2023.12", rating: 5, reviewCount: "", imageSrc: "http://img.b2bpic.net/free-photo/brown-shiny-sequins-with-confetti_23-2148051802.jpg", imageAlt: "christmas party nightclub" }, + { id: "halloween-2023", brand: "Cold Tea Lounge", name: "№005 HALLOWEEN PARTY", price: "2023.10", rating: 5, reviewCount: "", imageSrc: "http://img.b2bpic.net/free-photo/close-up-noisemakers-with-tinsel_23-2147754796.jpg", imageAlt: "halloween party costumes" } ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -140,7 +140,7 @@ export default function LandingPage() {
-- 2.49.1