Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-05-01 00:48:51 +00:00

View File

@@ -31,22 +31,14 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Services",
id: "features",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Features", id: "features" },
{ name: "Products", id: "products" },
{ name: "Pricing", id: "pricing" },
{ name: "Metrics", id: "metrics" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" }
]}
brandName="Club Wallen"
/>
@@ -56,13 +48,8 @@ export default function LandingPage() {
<HeroLogo
logoText="CLUB WALLEN"
description="Experience the ultimate in nightlife luxury and exclusivity. Book your VIP table now."
buttons={[
{
text: "Reserve Now",
href: "#contact",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/couple-staying-light-no-war-wording_23-2149377320.jpg?_wi=1"
buttons={[{ text: "Reserve Now", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/couple-staying-light-no-war-wording_23-2149377320.jpg"
imageAlt="Club Wallen Hero"
/>
</div>
@@ -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() {
<div id="pricing" data-section="pricing">
<PricingCardNine
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
plans={[
{
id: "tier1",
title: "Guest",
price: "$50",
period: "entry",
features: [
"General access",
"Standard entry",
],
button: {
text: "Join",
},
imageSrc: "http://img.b2bpic.net/free-photo/unfocused-entry-disco-with-purple-green-squares_1208-245.jpg",
imageAlt: "Unfocused entry disco with purple and green squares",
},
{
id: "tier2",
title: "VIP",
price: "$500",
period: "table",
features: [
"Bottle service",
"Private table",
],
button: {
text: "Book",
},
imageSrc: "http://img.b2bpic.net/free-photo/couple-staying-light-no-war-wording_23-2149377320.jpg?_wi=2",
imageAlt: "Unfocused entry disco with purple and green squares",
},
{
id: "tier3",
title: "Platinum",
price: "$5,000",
period: "yearly",
features: [
"All access",
"Priority booking",
],
button: {
text: "Apply",
},
imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683403.jpg?_wi=2",
imageAlt: "Unfocused entry disco with purple and green squares",
},
{ id: "tier1", title: "Guest", price: "$50", period: "entry", features: ["General access", "Standard entry"], button: { text: "Join" }, imageSrc: "http://img.b2bpic.net/free-photo/unfocused-entry-disco-with-purple-green-squares_1208-245.jpg", imageAlt: "Unfocused entry disco with purple and green squares" },
{ id: "tier2", title: "VIP", price: "$500", period: "table", features: ["Bottle service", "Private table"], button: { text: "Book" }, imageSrc: "http://img.b2bpic.net/free-photo/couple-staying-light-no-war-wording_23-2149377320.jpg", imageAlt: "Unfocused entry disco with purple and green squares" },
{ id: "tier3", title: "Platinum", price: "$5,000", period: "yearly", features: ["All access", "Priority booking"], button: { text: "Apply" }, imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683403.jpg", imageAlt: "Unfocused entry disco with purple and green squares" }
]}
title="Membership Tiers"
description="Choose your level of access."
@@ -259,30 +124,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "100%",
title: "Client Satisfaction",
items: [
"Consistent 5-star ratings",
],
},
{
id: "m2",
value: "24/7",
title: "Service Quality",
items: [
"Always on for you",
],
},
{
id: "m3",
value: "50+",
title: "Events Hosted",
items: [
"Unforgettable nights",
],
},
{ id: "m1", value: "100%", title: "Client Satisfaction", items: ["Consistent 5-star ratings"] },
{ id: "m2", value: "24/7", title: "Service Quality", items: ["Always on for you"] },
{ id: "m3", value: "50+", title: "Events Hosted", items: ["Unforgettable nights"] }
]}
title="Our Impact"
description="Defining the standard of excellence."
@@ -296,46 +140,11 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Sarah J.",
role: "VIP Guest",
company: "Wallen Club",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-stylish-businesswoman-coat-with-laptop-dreamily-looking-away-outdoor_574295-2169.jpg",
},
{
id: "2",
name: "Mike D.",
role: "Member",
company: "Wallen Club",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149890924.jpg",
},
{
id: "3",
name: "Emily R.",
role: "Event Planner",
company: "Wallen Club",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/people-having-fun-club_23-2151027901.jpg",
},
{
id: "4",
name: "David K.",
role: "Regular",
company: "Wallen Club",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/electronic-music-band-performing-club_482257-79431.jpg",
},
{
id: "5",
name: "Lisa B.",
role: "VIP Guest",
company: "Wallen Club",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-having-fun-party_23-2150188447.jpg",
},
{ id: "1", name: "Sarah J.", role: "VIP Guest", company: "Wallen Club", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-stylish-businesswoman-coat-with-laptop-dreamily-looking-away-outdoor_574295-2169.jpg" },
{ id: "2", name: "Mike D.", role: "Member", company: "Wallen Club", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149890924.jpg" },
{ id: "3", name: "Emily R.", role: "Event Planner", company: "Wallen Club", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/people-having-fun-club_23-2151027901.jpg" },
{ id: "4", name: "David K.", role: "Regular", company: "Wallen Club", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/electronic-music-band-performing-club_482257-79431.jpg" },
{ id: "5", name: "Lisa B.", role: "VIP Guest", company: "Wallen Club", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-having-fun-party_23-2150188447.jpg" }
]}
title="Client Voices"
description="What our guests say."
@@ -348,18 +157,8 @@ export default function LandingPage() {
title="Contact Us"
description="Reserve your table or learn more."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
},
{
name: "email",
type: "email",
placeholder: "Email Address",
required: true,
},
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true }
]}
imageSrc="http://img.b2bpic.net/free-photo/young-male-performer-dancing-subway-station_23-2149344086.jpg"
/>
@@ -369,31 +168,17 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Company",
items: [
{
label: "About",
href: "#about",
},
{
label: "Contact",
href: "#contact",
},
],
title: "Company", items: [
{ label: "About", href: "#about" },
{ label: "Contact", href: "#contact" }
]
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
],
},
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" }
]
}
]}
logoText="CLUB WALLEN"
/>
@@ -401,4 +186,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}