Merge version_1 into main #2
504
src/app/page.tsx
504
src/app/page.tsx
@@ -29,381 +29,153 @@ export default function LandingPage() {
|
||||
headingFontWeight="semibold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="Cigar King"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Cigar King"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlayTestimonial
|
||||
title="King of Fine Tobacco & Spirits"
|
||||
description="Experience an elite selection of hand-rolled cigars, premium spirits, and cutting-edge vaping technology. Your sanctuary for luxury living."
|
||||
testimonials={[
|
||||
{
|
||||
name: "James W.",
|
||||
handle: "@jamesw",
|
||||
testimonial: "Exceptional quality and expert guidance. The best selection in town.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1074.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Sarah D.",
|
||||
handle: "@sarahd",
|
||||
testimonial: "The shop ambiance is unmatched, perfect for finding high-end gifts.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-with-arms-crossed_23-2148170961.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Mark L.",
|
||||
handle: "@markl",
|
||||
testimonial: "Professional service and always the freshest products available.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-white-scarf-smiling-broadly-showing-teeth_141793-55062.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Elena R.",
|
||||
handle: "@elenar",
|
||||
testimonial: "Top-tier vape selection, truly premium experience.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "David S.",
|
||||
handle: "@davids",
|
||||
testimonial: "An incredible collection of rare spirits and cigars.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Collection",
|
||||
href: "#products",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/client-dark-vip-cinema-studio_23-2149500648.jpg?_wi=1"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/retro-theatre-scene-celebrate-world-theatre-day_23-2151211472.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/lifestyle-night-city-with-young-woman_23-2149124061.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/elderly-person-is-serving-boot-service-his-own-personal-workshop_613910-17411.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-adult-with-transgender-scar_23-2149488859.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-looks-thoughtful-sitting-table-with-old-photos-cafe_8353-1384.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
]}
|
||||
avatarText="Trusted by 10,000+ connoisseurs"
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlayTestimonial
|
||||
title="King of Fine Tobacco & Spirits"
|
||||
description="Experience an elite selection of hand-rolled cigars, premium spirits, and cutting-edge vaping technology. Your sanctuary for luxury living."
|
||||
testimonials={[
|
||||
{ name: "James W.", handle: "@jamesw", testimonial: "Exceptional quality and expert guidance. The best selection in town.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1074.jpg" },
|
||||
{ name: "Sarah D.", handle: "@sarahd", testimonial: "The shop ambiance is unmatched, perfect for finding high-end gifts.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-with-arms-crossed_23-2148170961.jpg" },
|
||||
{ name: "Mark L.", handle: "@markl", testimonial: "Professional service and always the freshest products available.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-white-scarf-smiling-broadly-showing-teeth_141793-55062.jpg" },
|
||||
{ name: "Elena R.", handle: "@elenar", testimonial: "Top-tier vape selection, truly premium experience.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg" },
|
||||
{ name: "David S.", handle: "@davids", testimonial: "An incredible collection of rare spirits and cigars.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg" },
|
||||
]}
|
||||
buttons={[{ text: "Explore Collection", href: "#products" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/client-dark-vip-cinema-studio_23-2149500648.jpg"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/retro-theatre-scene-celebrate-world-theatre-day_23-2151211472.jpg", alt: "Customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/lifestyle-night-city-with-young-woman_23-2149124061.jpg", alt: "Customer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/elderly-person-is-serving-boot-service-his-own-personal-workshop_613910-17411.jpg", alt: "Customer 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-adult-with-transgender-scar_23-2149488859.jpg", alt: "Customer 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-looks-thoughtful-sitting-table-with-old-photos-cafe_8353-1384.jpg", alt: "Customer 5" },
|
||||
]}
|
||||
avatarText="Trusted by 10,000+ connoisseurs"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
useInvertedBackground={false}
|
||||
title="A Legacy of Refinement"
|
||||
description={[
|
||||
"At Cigar King, we believe in the art of the savor. Founded on the principles of quality and exclusivity, we curate only the finest cigars, spirits, and vaping gear for our distinguished clientele.",
|
||||
"Our commitment is to provide a curated shopping experience where every item tells a story of craftsmanship and excellence. Step into our world and redefine your standards of pleasure.",
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
useInvertedBackground={false}
|
||||
title="A Legacy of Refinement"
|
||||
description={[
|
||||
"At Cigar King, we believe in the art of the savor. Founded on the principles of quality and exclusivity, we curate only the finest cigars, spirits, and vaping gear for our distinguished clientele.", "Our commitment is to provide a curated shopping experience where every item tells a story of craftsmanship and excellence. Step into our world and redefine your standards of pleasure."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Reserve Cuban Blend",
|
||||
price: "$120",
|
||||
variant: "Cigar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/6-cigarettes-coming-out-its-box_1057-4333.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Aged Single Malt",
|
||||
price: "$250",
|
||||
variant: "Alcohol",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/exclusive-cognac-bottle_1385-1125.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Titanium Vape Kit",
|
||||
price: "$85",
|
||||
variant: "Vape",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-cup-coffee-outdoor-city-street-sunset-with-electronic-cigarette-catching-sun-rays-enjoying-smoking_343596-7138.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Artisan Gold Band",
|
||||
price: "$95",
|
||||
variant: "Cigar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-whiskey-with-ice-cigar_23-2148673723.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Limited Edition Scotch",
|
||||
price: "$450",
|
||||
variant: "Alcohol",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vintage-cups-thrift-shop-arrangement_23-2150269060.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Sub-Ohm Mod",
|
||||
price: "$110",
|
||||
variant: "Vape",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/excited-young-woman-testing-new-perfume_1262-5023.jpg",
|
||||
},
|
||||
]}
|
||||
title="Our Curated Collection"
|
||||
description="From rare tobacco blends to world-class aged spirits and state-of-the-art vaping solutions, our inventory meets the highest standards of luxury."
|
||||
/>
|
||||
</div>
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "p1", name: "Reserve Cuban Blend", price: "$120", variant: "Cigar", imageSrc: "http://img.b2bpic.net/free-photo/6-cigarettes-coming-out-its-box_1057-4333.jpg" },
|
||||
{ id: "p2", name: "Aged Single Malt", price: "$250", variant: "Alcohol", imageSrc: "http://img.b2bpic.net/free-photo/exclusive-cognac-bottle_1385-1125.jpg" },
|
||||
{ id: "p3", name: "Titanium Vape Kit", price: "$85", variant: "Vape", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-cup-coffee-outdoor-city-street-sunset-with-electronic-cigarette-catching-sun-rays-enjoying-smoking_343596-7138.jpg" },
|
||||
{ id: "p4", name: "Artisan Gold Band", price: "$95", variant: "Cigar", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-whiskey-with-ice-cigar_23-2148673723.jpg" },
|
||||
{ id: "p5", name: "Limited Edition Scotch", price: "$450", variant: "Alcohol", imageSrc: "http://img.b2bpic.net/free-photo/vintage-cups-thrift-shop-arrangement_23-2150269060.jpg" },
|
||||
{ id: "p6", name: "Sub-Ohm Mod", price: "$110", variant: "Vape", imageSrc: "http://img.b2bpic.net/free-photo/excited-young-woman-testing-new-perfume_1262-5023.jpg" },
|
||||
]}
|
||||
title="Our Curated Collection"
|
||||
description="From rare tobacco blends to world-class aged spirits and state-of-the-art vaping solutions, our inventory meets the highest standards of luxury."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardNine
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Expert Curation",
|
||||
description: "Every item is vetted by connoisseurs for maximum quality.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hookah-still-life-assortment_23-2149213296.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pastry-nuts-wooden-board_114579-20688.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/client-dark-vip-cinema-studio_23-2149500648.jpg?_wi=2",
|
||||
imageAlt: "premium cigar box isolated",
|
||||
},
|
||||
{
|
||||
title: "Exclusive Access",
|
||||
description: "Get early access to new releases and limited edition batches.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-trendy-stylish-glasses-bright-orange-oversized-jacket-white-background-smokes-electronic-cigarette_343596-8180.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-metallic-cigar-ring_23-2151113173.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-scratching-his-beard-near-mirror_171337-16540.jpg",
|
||||
imageAlt: "premium cigar box isolated",
|
||||
},
|
||||
{
|
||||
title: "Luxury Concierge",
|
||||
description: "Custom orders and specialized advice for every client.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-colorful-cold-alcohol-drink-whiskey-with-ice-glass-wooden-table_1220-1228.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shampoo-bottle_187299-47620.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/6-cigarettes-coming-out-its-box_1057-4333.jpg?_wi=2",
|
||||
imageAlt: "premium cigar box isolated",
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
title="Why Choose Cigar King?"
|
||||
description="We stand by our products and our customers. Enjoy unparalleled quality control and a community built on respect."
|
||||
/>
|
||||
</div>
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardNine
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
showStepNumbers={true}
|
||||
title="Why Choose Cigar King?"
|
||||
description="We stand by our products and our customers. Enjoy unparalleled quality control and a community built on respect."
|
||||
features={[
|
||||
{ title: "Expert Curation", description: "Every item is vetted by connoisseurs for maximum quality.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/hookah-still-life-assortment_23-2149213296.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/pastry-nuts-wooden-board_114579-20688.jpg" } },
|
||||
{ title: "Exclusive Access", description: "Get early access to new releases and limited edition batches.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/young-woman-trendy-stylish-glasses-bright-orange-oversized-jacket-white-background-smokes-electronic-cigarette_343596-8180.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-metallic-cigar-ring_23-2151113173.jpg" } },
|
||||
{ title: "Luxury Concierge", description: "Custom orders and specialized advice for every client.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/tasty-colorful-cold-alcohol-drink-whiskey-with-ice-glass-wooden-table_1220-1228.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/shampoo-bottle_187299-47620.jpg" } },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Award,
|
||||
title: "Rare Labels",
|
||||
value: "500+",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Star,
|
||||
title: "Satisfied Kings",
|
||||
value: "10k+",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Shield,
|
||||
title: "Quality Checked",
|
||||
value: "100%",
|
||||
},
|
||||
]}
|
||||
title="The Numbers Speak"
|
||||
description="Proven satisfaction and growth through dedicated curation."
|
||||
/>
|
||||
</div>
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{ id: "m1", icon: Award, title: "Rare Labels", value: "500+" },
|
||||
{ id: "m2", icon: Star, title: "Satisfied Kings", value: "10k+" },
|
||||
{ id: "m3", icon: Shield, title: "Quality Checked", value: "100%" },
|
||||
]}
|
||||
title="The Numbers Speak"
|
||||
description="Proven satisfaction and growth through dedicated curation."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTen
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Perfect Selection",
|
||||
quote: "The whiskey selection is absolutely world-class.",
|
||||
name: "James W.",
|
||||
role: "CEO",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1074.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Great Experience",
|
||||
quote: "I appreciate the expert cigar recommendations every time.",
|
||||
name: "Sarah D.",
|
||||
role: "Director",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-with-arms-crossed_23-2148170961.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Top Quality",
|
||||
quote: "Always finding the latest vape models here before anyone else.",
|
||||
name: "Mark L.",
|
||||
role: "Tech Lead",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-white-scarf-smiling-broadly-showing-teeth_141793-55062.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Premium Shop",
|
||||
quote: "My go-to spot for gifts and self-indulgence.",
|
||||
name: "Elena R.",
|
||||
role: "Creative",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Exceptional Service",
|
||||
quote: "The staff really knows their craft. Impeccable.",
|
||||
name: "David S.",
|
||||
role: "Founder",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
title="Testimonials of the Elite"
|
||||
description="Hear what our distinguished patrons are saying."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTen
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", title: "Perfect Selection", quote: "The whiskey selection is absolutely world-class.", name: "James W.", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1074.jpg" },
|
||||
{ id: "t2", title: "Great Experience", quote: "I appreciate the expert cigar recommendations every time.", name: "Sarah D.", role: "Director", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-with-arms-crossed_23-2148170961.jpg" },
|
||||
{ id: "t3", title: "Top Quality", quote: "Always finding the latest vape models here before anyone else.", name: "Mark L.", role: "Tech Lead", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-white-scarf-smiling-broadly-showing-teeth_141793-55062.jpg" },
|
||||
{ id: "t4", title: "Premium Shop", quote: "My go-to spot for gifts and self-indulgence.", name: "Elena R.", role: "Creative", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg" },
|
||||
{ id: "t5", title: "Exceptional Service", quote: "The staff really knows their craft. Impeccable.", name: "David S.", role: "Founder", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg" },
|
||||
]}
|
||||
title="Testimonials of the Elite"
|
||||
description="Hear what our distinguished patrons are saying."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Can I request specific brands?",
|
||||
content: "Absolutely. Contact our concierge to inquire about special orders.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you offer shipping?",
|
||||
content: "Yes, we ship premium tobacco and goods securely nationwide.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "What is the age requirement?",
|
||||
content: "You must be 21+ to purchase tobacco and alcohol products.",
|
||||
},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Answers for our discerning customers."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{ id: "f1", title: "Can I request specific brands?", content: "Absolutely. Contact our concierge to inquire about special orders." },
|
||||
{ id: "f2", title: "Do you offer shipping?", content: "Yes, we ship premium tobacco and goods securely nationwide." },
|
||||
{ id: "f3", title: "What is the age requirement?", content: "You must be 21+ to purchase tobacco and alcohol products." },
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Answers for our discerning customers."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
tag="Stay Informed"
|
||||
title="Join the Elite List"
|
||||
description="Sign up for exclusive release updates and invite-only events."
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Stay Informed"
|
||||
title="Join the Elite List"
|
||||
description="Sign up for exclusive release updates and invite-only events."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Cigar King"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
{
|
||||
label: "Shop",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms & Conditions",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Cigar King"
|
||||
columns={[
|
||||
{ title: "Navigation", items: [{ label: "Shop", href: "#products" }, { label: "About", href: "#about" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms & Conditions", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user