Merge version_1 into main #2
350
src/app/page.tsx
350
src/app/page.tsx
@@ -27,261 +27,115 @@ export default function LandingPage() {
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Products",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="Exotic Smoke Shop"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Products", id: "features" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Exotic Smoke Shop"
|
||||
button={{ text: "Visit Us" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "rotated-rays-static-grid",
|
||||
}}
|
||||
title="Exotic Smoke Shop & More"
|
||||
description="Tampa’s 24/7 destination for premium vapes, cigars, kratom, and luxury lifestyle goods."
|
||||
tag="Open 24 Hours"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-smoke-electronic-cigarette-vape-bar-vape-shop_639032-1909.jpg?_wi=1",
|
||||
imageAlt: "Exotic Smoke Shop Interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/men-looking-out-window-cafe_23-2147775903.jpg?_wi=1",
|
||||
imageAlt: "Smoke Shop Merchandise",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/retro-vhs-packaging-indoors_23-2150172409.jpg",
|
||||
imageAlt: "Retro vhs packaging indoors",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mature-woman-having-fun-time_23-2149232855.jpg",
|
||||
imageAlt: "Beautiful mature woman having a fun time",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-fun-together_23-2149560772.jpg",
|
||||
imageAlt: "Young friends having fun together",
|
||||
},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
ratingText="Rated 5/5 stars by Tampa locals"
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{ variant: "rotated-rays-static-grid" }}
|
||||
title="Exotic Smoke Shop & More"
|
||||
description="Tampa’s 24/7 destination for premium vapes, cigars, kratom, and luxury lifestyle goods."
|
||||
tag="Open 24 Hours"
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-smoke-electronic-cigarette-vape-bar-vape-shop_639032-1909.jpg", imageAlt: "Exotic Smoke Shop Interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/men-looking-out-window-cafe_23-2147775903.jpg", imageAlt: "Smoke Shop Merchandise" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
ratingText="Rated 5/5 stars by Tampa locals"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<AboutMetric
|
||||
useInvertedBackground={false}
|
||||
title="Tampa's Favorite Hub"
|
||||
metrics={[
|
||||
{
|
||||
icon: Clock,
|
||||
label: "Service",
|
||||
value: "24/7",
|
||||
},
|
||||
{
|
||||
icon: Building2,
|
||||
label: "Location",
|
||||
value: "Kennedy Blvd",
|
||||
},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Quality",
|
||||
value: "Premium",
|
||||
},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<AboutMetric
|
||||
useInvertedBackground={false}
|
||||
title="Tampa's Favorite Hub"
|
||||
metrics={[
|
||||
{ icon: Clock, label: "Service", value: "24/7" },
|
||||
{ icon: Building2, label: "Location", value: "Kennedy Blvd" },
|
||||
{ icon: Award, label: "Quality", value: "Premium" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentyFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Vapes",
|
||||
author: "Selection",
|
||||
description: "Latest disposables & pods.",
|
||||
tags: [
|
||||
"Premium",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-soft-drink_23-2151281701.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Hookah",
|
||||
author: "Setups",
|
||||
description: "Luxury hookah accessories.",
|
||||
tags: [
|
||||
"Stylish",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hookah-ready-smoke_23-2149173607.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Wellness",
|
||||
author: "Kratom",
|
||||
description: "Organic kratom and kava.",
|
||||
tags: [
|
||||
"Trusted",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cbd-oil-dropper-assortment_23-2149013552.jpg",
|
||||
},
|
||||
]}
|
||||
title="Premium Selection"
|
||||
description="Our curated inventory includes everything from the latest disposables to exclusive streetwear."
|
||||
/>
|
||||
</div>
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentyFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ id: "f1", title: "Vapes", author: "Selection", description: "Latest disposables & pods.", tags: ["Premium"], imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-soft-drink_23-2151281701.jpg" },
|
||||
{ id: "f2", title: "Hookah", author: "Setups", description: "Luxury hookah accessories.", tags: ["Stylish"], imageSrc: "http://img.b2bpic.net/free-photo/close-up-hookah-ready-smoke_23-2149173607.jpg" },
|
||||
{ id: "f3", title: "Wellness", author: "Kratom", description: "Organic kratom and kava.", tags: ["Trusted"], imageSrc: "http://img.b2bpic.net/free-photo/cbd-oil-dropper-assortment_23-2149013552.jpg" },
|
||||
]}
|
||||
title="Premium Selection"
|
||||
description="Our curated inventory includes everything from the latest disposables to exclusive streetwear."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
handle: "@sarah",
|
||||
testimonial: "Best prices in Tampa!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pink-smoke-background_23-2149440166.jpg",
|
||||
imageAlt: "Pink smoke background",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mark D.",
|
||||
handle: "@mark",
|
||||
testimonial: "Friendly staff, always helpful.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-smoke-electronic-cigarette-vape-bar-vape-shop_639032-1909.jpg?_wi=2",
|
||||
imageAlt: "Pink smoke background",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily R.",
|
||||
handle: "@emily",
|
||||
testimonial: "Everything I need in one stop.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/men-looking-out-window-cafe_23-2147775903.jpg?_wi=2",
|
||||
imageAlt: "Pink smoke background",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Chris P.",
|
||||
handle: "@chris",
|
||||
testimonial: "Fast and clean shop.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-soft-drink_23-2151281701.jpg?_wi=2",
|
||||
imageAlt: "Pink smoke background",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Lisa K.",
|
||||
handle: "@lisa",
|
||||
testimonial: "Awesome variety and vibe.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hookah-ready-smoke_23-2149173607.jpg?_wi=2",
|
||||
imageAlt: "Pink smoke background",
|
||||
},
|
||||
]}
|
||||
title="Tampa Loves Us"
|
||||
description="Don't take our word for it — hear what our customers say."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Sarah J.", handle: "@sarah", testimonial: "Best prices in Tampa!", imageSrc: "http://img.b2bpic.net/free-photo/pink-smoke-background_23-2149440166.jpg" },
|
||||
{ id: "t2", name: "Mark D.", handle: "@mark", testimonial: "Friendly staff, always helpful.", imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-smoke-electronic-cigarette-vape-bar-vape-shop_639032-1909.jpg" },
|
||||
{ id: "t3", name: "Emily R.", handle: "@emily", testimonial: "Everything I need in one stop.", imageSrc: "http://img.b2bpic.net/free-photo/men-looking-out-window-cafe_23-2147775903.jpg" }
|
||||
]}
|
||||
title="Tampa Loves Us"
|
||||
description="Don't take our word for it — hear what our customers say."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardEleven
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100%",
|
||||
title: "Satisfaction",
|
||||
description: "Customer first approach.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-playing-amusement-park_23-2148287884.jpg",
|
||||
},
|
||||
]}
|
||||
title="Excellence in Service"
|
||||
description="We strive to deliver the best experience for every guest."
|
||||
/>
|
||||
</div>
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardEleven
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "m1", value: "100%", title: "Satisfaction", description: "Customer first approach.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-playing-amusement-park_23-2148287884.jpg" },
|
||||
]}
|
||||
title="Excellence in Service"
|
||||
description="We strive to deliver the best experience for every guest."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Get In Touch"
|
||||
description="Have questions or want to check stock? Call us at 813-879-7001 or send a message."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email",
|
||||
required: true,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/yong-women-posing-near-modern-wall_23-2147771315.jpg"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Get In Touch"
|
||||
description="Have questions or want to check stock? Call us at 813-879-7001 or send a message."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email", required: true },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/yong-women-posing-near-modern-wall_23-2147771315.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/girl-with-hookah_1157-5251.jpg"
|
||||
logoText="Exotic Smoke Shop"
|
||||
columns={[
|
||||
{
|
||||
title: "Location",
|
||||
items: [
|
||||
{
|
||||
label: "3601 W Kennedy Blvd",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Links",
|
||||
items: [
|
||||
{
|
||||
label: "Products",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#testimonials",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/girl-with-hookah_1157-5251.jpg"
|
||||
logoText="Exotic Smoke Shop"
|
||||
columns={[
|
||||
{ title: "Location", items: [{ label: "3601 W Kennedy Blvd", href: "#" }] },
|
||||
{ title: "Links", items: [{ label: "Products", href: "#features" }, { label: "Reviews", href: "#testimonials" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user