From 3d51e93fdcd887e00d192148418563d400d562fd Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 00:48:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 307 +++++++---------------------------------------- 1 file changed, 46 insertions(+), 261 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 08714ed..94ceb66 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,14 @@ export default function LandingPage() { @@ -73,16 +60,10 @@ export default function LandingPage() { title="Welcome to Club Wallen" description="Where world-class hospitality meets cutting-edge nightlife. We redefine what it means to go out." metrics={[ - { - value: "10+", - title: "Years of Excellence", - }, - { - value: "50K+", - title: "Happy Guests", - }, + { value: "10+", title: "Years of Excellence" }, + { value: "50K+", title: "Happy Guests" } ]} - imageSrc="http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683403.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683403.jpg" mediaAnimation="slide-up" metricsAnimation="blur-reveal" /> @@ -94,36 +75,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { - id: "f1", - title: "VIP Table Service", - descriptions: [ - "Private seating areas", - "Dedicated service staff", - "Premium bottle selection", - ], - imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337732.jpg", - }, - { - id: "f2", - title: "Unrivaled Sound", - descriptions: [ - "State-of-the-art audio system", - "World-renowned resident DJs", - "Immersive light shows", - ], - imageSrc: "http://img.b2bpic.net/free-photo/people-dancing-twerking-indoor-party_23-2151074131.jpg", - }, - { - id: "f3", - title: "Member Exclusivity", - descriptions: [ - "Access to secret lounges", - "Priority event entry", - "Custom event curation", - ], - imageSrc: "http://img.b2bpic.net/free-photo/stylish-room-with-blurred-effect_1203-554.jpg", - }, + { id: "f1", title: "VIP Table Service", descriptions: ["Private seating areas", "Dedicated service staff", "Premium bottle selection"], imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337732.jpg" }, + { id: "f2", title: "Unrivaled Sound", descriptions: ["State-of-the-art audio system", "World-renowned resident DJs", "Immersive light shows"], imageSrc: "http://img.b2bpic.net/free-photo/people-dancing-twerking-indoor-party_23-2151074131.jpg" }, + { id: "f3", title: "Member Exclusivity", descriptions: ["Access to secret lounges", "Priority event entry", "Custom event curation"], imageSrc: "http://img.b2bpic.net/free-photo/stylish-room-with-blurred-effect_1203-554.jpg" } ]} title="Exclusive Services" description="A curated experience for those who demand the best." @@ -137,60 +91,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "p1", - brand: "Luxury", - name: "Champagne Service", - price: "$500+", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/tray-with-champagne-glasses_23-2148667931.jpg", - }, - { - id: "p2", - brand: "Signature", - name: "Artisan Cocktails", - price: "$25+", - rating: 5, - reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/bartender-making-refreshing-cocktail_23-2149093638.jpg", - }, - { - id: "p3", - brand: "Membership", - name: "Annual Pass", - price: "$2,500", - rating: 5, - reviewCount: "40", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hjj00t", - }, - { - id: "p4", - brand: "Premium", - name: "Rare Spirits", - price: "$150+", - rating: 5, - reviewCount: "60", - imageSrc: "http://img.b2bpic.net/free-photo/champagne-bottle-with-glass-frame_23-2148502336.jpg", - }, - { - id: "p5", - brand: "Entertainment", - name: "Event Access", - price: "$50", - rating: 5, - reviewCount: "200", - imageSrc: "http://img.b2bpic.net/free-photo/music-controller-foreground_1381-37.jpg", - }, - { - id: "p6", - brand: "Elite", - name: "Platinum Member", - price: "$5,000", - rating: 5, - reviewCount: "15", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-friends-put-fits-together-unity_53876-42843.jpg", - }, + { id: "p1", brand: "Luxury", name: "Champagne Service", price: "$500+", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/tray-with-champagne-glasses_23-2148667931.jpg" }, + { id: "p2", brand: "Signature", name: "Artisan Cocktails", price: "$25+", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/bartender-making-refreshing-cocktail_23-2149093638.jpg" }, + { id: "p3", brand: "Membership", name: "Annual Pass", price: "$2,500", rating: 5, reviewCount: "40", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hjj00t" }, + { id: "p4", brand: "Premium", name: "Rare Spirits", price: "$150+", rating: 5, reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/champagne-bottle-with-glass-frame_23-2148502336.jpg" }, + { id: "p5", brand: "Entertainment", name: "Event Access", price: "$50", rating: 5, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/music-controller-foreground_1381-37.jpg" }, + { id: "p6", brand: "Elite", name: "Platinum Member", price: "$5,000", rating: 5, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/closeup-friends-put-fits-together-unity_53876-42843.jpg" } ]} title="Experience Menu" description="Premium selections for the refined nightlife connoisseur." @@ -199,54 +105,13 @@ export default function LandingPage() {
@@ -369,31 +168,17 @@ export default function LandingPage() { @@ -401,4 +186,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1