Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-12 06:00:40 +00:00

View File

@@ -10,7 +10,7 @@ import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleC
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import { Shield, Wine } from "lucide-react";
import { Shield, Wine, Thermometer } from "lucide-react";
export default function LandingPage() {
return (
@@ -30,26 +30,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Our Lounge",
id: "about",
},
{
name: "Experiences",
id: "features",
},
{
name: "Reviews",
id: "testimonials",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "Our Lounge", id: "about" },
{ name: "Experiences", id: "features" },
{ name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" }
]}
brandName="Embers & Ashes"
/>
@@ -57,107 +42,34 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
background={{
variant: "radial-gradient",
}}
background={{ variant: "radial-gradient" }}
title="Timeless Refinement in Every Puff"
description="Experience the ultimate sanctuary for cigar enthusiasts. Immerse yourself in a curated selection of world-class cigars, fine spirits, and an unparalleled atmosphere of elegance."
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/mature-shoe-designer-is-sitting-armchair-his-workshop-holding-shoe-from-his-last-collection_613910-3372.jpg?_wi=1",
imageAlt: "Luxurious lounge interior",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-hookah_1157-5251.jpg",
imageAlt: "Leather seating arrangement",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/empty-leather-sofa_107420-95909.jpg",
imageAlt: "Atmospheric lounge lighting",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-hookah-bar-with-fog-around_23-2149194178.jpg",
imageAlt: "Comfortable lounge space",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/portrait-shot-intelligent-businessman-holding-whiskey-his-hand-smiling-confidently_181624-46152.jpg",
imageAlt: "Elegant decor details",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/mature-shoe-designer-is-sitting-armchair-his-workshop-holding-shoe-from-his-last-collection_613910-3372.jpg", imageAlt: "Luxurious lounge interior" },
{ imageSrc: "http://img.b2bpic.net/free-photo/girl-with-hookah_1157-5251.jpg", imageAlt: "Leather seating arrangement" },
{ imageSrc: "http://img.b2bpic.net/free-photo/empty-leather-sofa_107420-95909.jpg", imageAlt: "Atmospheric lounge lighting" },
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-hookah-bar-with-fog-around_23-2149194178.jpg", imageAlt: "Comfortable lounge space" },
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-shot-intelligent-businessman-holding-whiskey-his-hand-smiling-confidently_181624-46152.jpg", imageAlt: "Elegant decor details" }
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-cigarette-zippo-lighter_181624-11768.jpg?_wi=1",
imageAlt: "Cigar collection",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/elderly-shoes-designer-is-making-laces-shoes-from-his-new-handmade-collection_613910-17415.jpg",
imageAlt: "Premium cigars",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-metallic-cigar-ring_23-2151113173.jpg",
imageAlt: "Hand-rolled tobacco",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/hookah-still-life-assortment_23-2149213296.jpg",
imageAlt: "Refined spirit selection",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/secret-service-operative-conducing-anti-terrorism-mission-command-center-employing-radar_482257-134688.jpg",
imageAlt: "Expertly curated cigars",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-cigarette-zippo-lighter_181624-11768.jpg", imageAlt: "Cigar collection" },
{ imageSrc: "http://img.b2bpic.net/free-photo/elderly-shoes-designer-is-making-laces-shoes-from-his-new-handmade-collection_613910-17415.jpg", imageAlt: "Premium cigars" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-metallic-cigar-ring_23-2151113173.jpg", imageAlt: "Hand-rolled tobacco" },
{ imageSrc: "http://img.b2bpic.net/free-photo/hookah-still-life-assortment_23-2149213296.jpg", imageAlt: "Refined spirit selection" },
{ imageSrc: "http://img.b2bpic.net/free-photo/secret-service-operative-conducing-anti-terrorism-mission-command-center-employing-radar_482257-134688.jpg", imageAlt: "Expertly curated cigars" }
]}
tag="Since 2012"
buttons={[
{
text: "Visit Lounge",
href: "#contact",
},
]}
buttons={[{ text: "Visit Lounge", href: "#contact" }]}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-suit-posing-near-gray-wall_158538-9719.jpg",
alt: "Guest 1",
},
{
src: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6626.jpg",
alt: "Guest 2",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-hipster-businessman-model-wearing-casual-black-suit_158538-987.jpg",
alt: "Guest 3",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-young-hispanic-male-formal-outfit-with-happy-face-expression_181624-44778.jpg",
alt: "Guest 4",
},
{
src: "http://img.b2bpic.net/free-photo/pretty-young-woman-indoor_624325-3501.jpg",
alt: "Guest 5",
},
{ src: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-suit-posing-near-gray-wall_158538-9719.jpg", alt: "Guest 1" },
{ src: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6626.jpg", alt: "Guest 2" },
{ src: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-hipster-businessman-model-wearing-casual-black-suit_158538-987.jpg", alt: "Guest 3" },
{ src: "http://img.b2bpic.net/free-photo/portrait-young-hispanic-male-formal-outfit-with-happy-face-expression_181624-44778.jpg", alt: "Guest 4" },
{ src: "http://img.b2bpic.net/free-photo/pretty-young-woman-indoor_624325-3501.jpg", alt: "Guest 5" }
]}
avatarText="Join our community of over 500+ connoisseurs."
marqueeItems={[
{
type: "text",
text: "Premium Tobacco",
},
{
type: "text",
text: "Rare Spirits",
},
{
type: "text",
text: "Private Memberships",
},
{
type: "text",
text: "Expert Pairing",
},
{
type: "text",
text: "Event Hosting",
},
]}
marqueeItems={[{ type: "text", text: "Premium Tobacco" }, { type: "text", text: "Rare Spirits" }, { type: "text", text: "Private Memberships" }, { type: "text", text: "Expert Pairing" }, { type: "text", text: "Event Hosting" }]}
/>
</div>
@@ -168,18 +80,9 @@ export default function LandingPage() {
title="A Sanctuary for Connoisseurs"
description="Located in the heart of the city, Embers and Ashes is more than just a cigar lounge—it is a community of enthusiasts seeking relaxation and refinement. We offer climate-controlled lockers, premium humidors, and a full bar featuring rare spirits."
bulletPoints={[
{
title: "Premium Selection",
description: "Access to a global range of rare and boutique cigars.",
},
{
title: "Relaxed Atmosphere",
description: "The perfect place to unwind after a productive day.",
},
{
title: "Expert Guidance",
description: "Our tobacconists provide curated pairing recommendations.",
},
{ title: "Premium Selection", description: "Access to a global range of rare and boutique cigars." },
{ title: "Relaxed Atmosphere", description: "The perfect place to unwind after a productive day." },
{ title: "Expert Guidance", description: "Our tobacconists provide curated pairing recommendations." }
]}
imageSrc="http://img.b2bpic.net/free-photo/man-relaxing-by-vaping-from-hookah-bar_23-2149191827.jpg"
imageAlt="Embers and Ashes lounge space"
@@ -194,56 +97,22 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Humidor Services",
description: "Secure, climate-controlled storage for your private collection.",
bentoComponent: "icon-info-cards",
items: [
{
icon: Shield,
label: "Storage",
value: "Secure",
},
{
icon: Thermometer,
label: "Climate",
value: "Perfect",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/man-relaxing-by-vaping-from-hookah-bar_23-2149191816.jpg",
imageAlt: "luxury cigar lounge interior",
title: "Humidor Services", description: "Secure, climate-controlled storage for your private collection.", bentoComponent: "icon-info-cards", items: [
{ icon: Shield, label: "Storage", value: "Secure" },
{ icon: Thermometer, label: "Climate", value: "Perfect" }
]
},
{
title: "Pairing Mastery",
description: "Expertly paired spirits and cigars for a refined taste.",
bentoComponent: "reveal-icon",
icon: Wine,
imageSrc: "http://img.b2bpic.net/free-photo/mature-shoe-designer-is-sitting-armchair-his-workshop-holding-shoe-from-his-last-collection_613910-3372.jpg?_wi=2",
imageAlt: "luxury cigar lounge interior",
title: "Pairing Mastery", description: "Expertly paired spirits and cigars for a refined taste.", bentoComponent: "reveal-icon", icon: Wine
},
{
title: "Private Events",
description: "Host your corporate or private gathering in style.",
bentoComponent: "timeline",
heading: "Event Planning",
subheading: "Seamless hosting",
items: [
{
label: "Consultation",
detail: "Tailored packages",
},
{
label: "Setup",
detail: "Dedicated space",
},
{
label: "Execution",
detail: "Flawless service",
},
title: "Private Events", description: "Host your corporate or private gathering in style.", bentoComponent: "timeline", heading: "Event Planning", subheading: "Seamless hosting", items: [
{ label: "Consultation", detail: "Tailored packages" },
{ label: "Setup", detail: "Dedicated space" },
{ label: "Execution", detail: "Flawless service" }
],
completedLabel: "Event Success",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-cigarette-zippo-lighter_181624-11768.jpg?_wi=2",
imageAlt: "luxury cigar lounge interior",
},
completedLabel: "Event Success"
}
]}
title="Elevated Experience"
description="We offer more than just a smoke. Our services and amenities are designed for the truly discerning palate."
@@ -257,26 +126,11 @@ export default function LandingPage() {
rating={5}
author="Jonathan Sterling"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/man-black-suit-holding-hand-his-forehead_23-2148401453.jpg",
alt: "Customer",
},
{
src: "http://img.b2bpic.net/free-photo/relaxed-content-middle-aged-woman-leaning-wall_1262-1881.jpg",
alt: "Customer",
},
{
src: "http://img.b2bpic.net/free-photo/attractive-man-white-shirt-poses-velvet-wall_197531-23907.jpg",
alt: "Customer",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-businessman-with-folded-arms-looking-camera_23-2147955314.jpg",
alt: "Customer",
},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-senior-woman-posing_23-2149069166.jpg",
alt: "Customer",
},
{ src: "http://img.b2bpic.net/free-photo/man-black-suit-holding-hand-his-forehead_23-2148401453.jpg", alt: "Customer" },
{ src: "http://img.b2bpic.net/free-photo/relaxed-content-middle-aged-woman-leaning-wall_1262-1881.jpg", alt: "Customer" },
{ src: "http://img.b2bpic.net/free-photo/attractive-man-white-shirt-poses-velvet-wall_197531-23907.jpg", alt: "Customer" },
{ src: "http://img.b2bpic.net/free-photo/portrait-businessman-with-folded-arms-looking-camera_23-2147955314.jpg", alt: "Customer" },
{ src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-senior-woman-posing_23-2149069166.jpg", alt: "Customer" }
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -287,21 +141,9 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Do I need a membership?",
content: "While we welcome walk-ins, memberships provide exclusive perks like private lockers and discounted events.",
},
{
id: "f2",
title: "Can I bring my own cigars?",
content: "Yes, we charge a modest cutting fee for cigars brought in from outside the lounge.",
},
{
id: "f3",
title: "How do I book a private event?",
content: "Please contact us via the form on our website to discuss availability and event packages.",
},
{ id: "f1", title: "Do I need a membership?", content: "While we welcome walk-ins, memberships provide exclusive perks like private lockers and discounted events." },
{ id: "f2", title: "Can I bring my own cigars?", content: "Yes, we charge a modest cutting fee for cigars brought in from outside the lounge." },
{ id: "f3", title: "How do I book a private event?", content: "Please contact us via the form on our website to discuss availability and event packages." }
]}
sideTitle="Frequently Asked"
sideDescription="Questions about memberships, events, and our lounge policy."
@@ -315,25 +157,10 @@ export default function LandingPage() {
title="Join the Lounge"
description="Ready to reserve a table or learn more about membership? Get in touch today."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Full Name",
required: true,
},
{
name: "email",
type: "email",
placeholder: "Email Address",
required: true,
},
{ name: "name", type: "text", placeholder: "Your Full Name", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true }
]}
textarea={{
name: "message",
placeholder: "Tell us about your visit",
rows: 4,
required: true,
}}
textarea={{ name: "message", placeholder: "Tell us about your visit", rows: 4, required: true }}
imageSrc="http://img.b2bpic.net/free-photo/customer-holding-glass-whiskey-sits-chair-barbershop_627829-8286.jpg"
mediaPosition="right"
/>
@@ -342,30 +169,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Lounge Policy",
href: "#",
},
{
label: "Careers",
href: "#",
},
],
},
{
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
],
},
{ items: [{ label: "Lounge Policy", href: "#" }, { label: "Careers", href: "#" }] },
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }
]}
logoText="Embers & Ashes"
/>