diff --git a/src/app/page.tsx b/src/app/page.tsx
index 69ec94c..5fb8e70 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -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() {
@@ -57,107 +42,34 @@ export default function LandingPage() {
@@ -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() {
@@ -342,30 +169,8 @@ export default function LandingPage() {