Merge version_1 into main #1
184
src/app/page.tsx
184
src/app/page.tsx
@@ -28,47 +28,25 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Hideout Lounge"
|
||||
button={{ text: "Reservations", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
logoText="Hideout Lounge"
|
||||
description="Your sanctuary for premium cocktails, curated music, and intimate conversations in an upscale atmosphere."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
text: "Book Table",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
{ text: "Book Table", href: "#contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/neoclassical-style-interior-design-with-decor-furnishings_23-2151199414.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -82,18 +60,9 @@ export default function LandingPage() {
|
||||
title="A Hidden Gem in the City"
|
||||
description="Hideout Lounge offers an unparalleled experience, blending minimalist luxury with warm service. Discover a place where every detail is designed for comfort."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Premium Selection",
|
||||
description: "Hand-picked spirits and ingredients.",
|
||||
},
|
||||
{
|
||||
title: "Curated Ambiance",
|
||||
description: "Atmosphere crafted for relaxation.",
|
||||
},
|
||||
{
|
||||
title: "Impeccable Service",
|
||||
description: "Dedicated staff ensuring excellence.",
|
||||
},
|
||||
{ title: "Premium Selection", description: "Hand-picked spirits and ingredients." },
|
||||
{ title: "Curated Ambiance", description: "Atmosphere crafted for relaxation." },
|
||||
{ title: "Impeccable Service", description: "Dedicated staff ensuring excellence." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-friends-hugging_23-2149239040.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -107,42 +76,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "d1",
|
||||
name: "Midnight Classic",
|
||||
price: "$18",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-cookies-ice-cream_23-2149637217.jpg",
|
||||
},
|
||||
{
|
||||
id: "d2",
|
||||
name: "Smoked Old Fashioned",
|
||||
price: "$22",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337762.jpg",
|
||||
},
|
||||
{
|
||||
id: "d3",
|
||||
name: "Velvet Martini",
|
||||
price: "$20",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337726.jpg",
|
||||
},
|
||||
{
|
||||
id: "d4",
|
||||
name: "Citrus Infusion",
|
||||
price: "$16",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/oktoberfest-celebration-with-beer-still-life_23-2151639983.jpg",
|
||||
},
|
||||
{
|
||||
id: "d5",
|
||||
name: "Botanical Bliss",
|
||||
price: "$19",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-caipirinha-cocktail_23-2149407449.jpg",
|
||||
},
|
||||
{
|
||||
id: "d6",
|
||||
name: "Spiced Rum Punch",
|
||||
price: "$17",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/red-cocktail-with-lemon-berries_140725-9710.jpg",
|
||||
},
|
||||
{ id: "d1", name: "Midnight Classic", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cookies-ice-cream_23-2149637217.jpg" },
|
||||
{ id: "d2", name: "Smoked Old Fashioned", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337762.jpg" },
|
||||
{ id: "d3", name: "Velvet Martini", price: "$20", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337726.jpg" },
|
||||
{ id: "d4", name: "Citrus Infusion", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/oktoberfest-celebration-with-beer-still-life_23-2151639983.jpg" },
|
||||
{ id: "d5", name: "Botanical Bliss", price: "$19", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-caipirinha-cocktail_23-2149407449.jpg" },
|
||||
{ id: "d6", name: "Spiced Rum Punch", price: "$17", imageSrc: "http://img.b2bpic.net/free-photo/red-cocktail-with-lemon-berries_140725-9710.jpg" },
|
||||
]}
|
||||
title="Crafted Perfection"
|
||||
description="Savor our signature collection, from time-honored classics to experimental creations."
|
||||
@@ -155,46 +94,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
handle: "@sarah_m",
|
||||
testimonial: "The perfect atmosphere for a relaxing evening. Drinks are incredible!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-girl-stylish-striped-dress-having-fun-cafe-drinking-cocktail-laughing-blonde-caucasian-woman-playing-with-her-hair-while-posing-restaurant_197531-9597.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "James Chen",
|
||||
handle: "@j_chen",
|
||||
testimonial: "Best service in the city. Truly a hidden gem.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-smiling-woman-sitting-hipster-cafe-sofa-wearing-shirt-blue-sunglasses-drinking-coffee_285396-271.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Davis",
|
||||
handle: "@e_davis",
|
||||
testimonial: "The Smoked Old Fashioned is life-changing. Highly recommend.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-men-drinking-beer-pub_329181-18308.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Alex Rivera",
|
||||
handle: "@a_rivera",
|
||||
testimonial: "Intimate, warm, and sophisticated. My favorite local lounge.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-girl-standing-summer-city_1157-23107.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Liam Scott",
|
||||
handle: "@l_scott",
|
||||
testimonial: "Impeccable attention to detail. A must-visit.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/european-handsome-bearded-man-drinks-mango-smoothie-summer-cafe-tropical-wall_343596-110.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah Miller", handle: "@sarah_m", testimonial: "The perfect atmosphere for a relaxing evening. Drinks are incredible!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-girl-stylish-striped-dress-having-fun-cafe-drinking-cocktail-laughing-blonde-caucasian-woman-playing-with-her-hair-while-posing-restaurant_197531-9597.jpg" },
|
||||
{ id: "2", name: "James Chen", handle: "@j_chen", testimonial: "Best service in the city. Truly a hidden gem.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-smiling-woman-sitting-hipster-cafe-sofa-wearing-shirt-blue-sunglasses-drinking-coffee_285396-271.jpg" },
|
||||
{ id: "3", name: "Emily Davis", handle: "@edavis", testimonial: "The Smoked Old Fashioned is life-changing. Highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-men-drinking-beer-pub_329181-18308.jpg" },
|
||||
{ id: "4", name: "Alex Rivera", handle: "@arivera", testimonial: "Intimate, warm, and sophisticated. My favorite local lounge.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fashion-girl-standing-summer-city_1157-23107.jpg" },
|
||||
{ id: "5", name: "Liam Scott", handle: "@lscott", testimonial: "Impeccable attention to detail. A must-visit.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/european-handsome-bearded-man-drinks-mango-smoothie-summer-cafe-tropical-wall_343596-110.jpg" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="Guest Stories"
|
||||
@@ -205,9 +109,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Reserve Now"
|
||||
title="Join Us Tonight"
|
||||
description="Sign up for updates on special events and reserve your table in advance for the best experience."
|
||||
@@ -218,41 +120,9 @@ export default function LandingPage() {
|
||||
<FooterBaseCard
|
||||
logoText="Hideout Lounge"
|
||||
columns={[
|
||||
{
|
||||
title: "Location",
|
||||
items: [
|
||||
{
|
||||
label: "123 Elegance St, City",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Location", items: [{ label: "123 Elegance St, City", href: "#" }] },
|
||||
{ title: "Social", items: [{ label: "Instagram", href: "#" }, { label: "Twitter", href: "#" }] },
|
||||
{ title: "Support", items: [{ label: "Contact", href: "#contact" }, { label: "Menu", href: "#menu" }] },
|
||||
]}
|
||||
copyrightText="© 2025 Hideout Lounge. All rights reserved."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user