304 lines
18 KiB
TypeScript
304 lines
18 KiB
TypeScript
"use client"
|
||
|
||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
|
||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||
import { Zap, Sparkles } from "lucide-react";
|
||
|
||
export default function LandingPage() {
|
||
return (
|
||
<ThemeProvider
|
||
defaultButtonVariant="text-shift"
|
||
defaultTextAnimation="entrance-slide"
|
||
borderRadius="soft"
|
||
contentWidth="mediumLarge"
|
||
sizing="largeSizeMediumTitles"
|
||
background="circleGradient"
|
||
cardStyle="subtle-shadow"
|
||
primaryButtonStyle="flat"
|
||
secondaryButtonStyle="radial-glow"
|
||
headingFontWeight="extrabold"
|
||
>
|
||
<div id="nav" data-section="nav">
|
||
<NavbarLayoutFloatingOverlay
|
||
brandName="Bigtime Bundles"
|
||
navItems={[
|
||
{ name: "Shop", id: "products" },
|
||
{ name: "About", id: "about" },
|
||
{ name: "Why Us", id: "features" },
|
||
{ name: "FAQ", id: "faq" },
|
||
{ name: "Contact", id: "contact" }
|
||
]}
|
||
button={{ text: "Order Now", href: "#products" }}
|
||
/>
|
||
</div>
|
||
|
||
<div id="hero" data-section="hero">
|
||
<HeroBillboard
|
||
title="Premium Cannabis Bundles, Delivered Bigtime"
|
||
description="Top-shelf flower, edibles, vapes, and more—curated and delivered across NYC in minutes, day or night. Stack more value with our signature bundles: trusted quality, fast delivery, zero hassle."
|
||
background={{ variant: "sparkles-gradient" }}
|
||
tag="Fast Delivery"
|
||
tagIcon={Zap}
|
||
tagAnimation="slide-up"
|
||
buttons={[
|
||
{ text: "Shop Bundles Now", href: "#products" },
|
||
{ text: "Learn More", href: "#about" }
|
||
]}
|
||
imageSrc="http://img.b2bpic.net/free-photo/craftswoman-working-workshop_107420-65255.jpg?_wi=1"
|
||
imageAlt="Premium cannabis bundles luxury packaging"
|
||
mediaAnimation="slide-up"
|
||
/>
|
||
</div>
|
||
|
||
<div id="products" data-section="products">
|
||
<ProductCardTwo
|
||
title="Signature Bundles"
|
||
description="Curated collections designed for every vibe and budget. Mix and match or go all-in on our expertly paired bundles."
|
||
tag="Best Sellers"
|
||
tagIcon={Sparkles}
|
||
textboxLayout="default"
|
||
useInvertedBackground={false}
|
||
animationType="slide-up"
|
||
gridVariant="three-columns-all-equal-width"
|
||
products={[
|
||
{
|
||
id: "bundle-1", brand: "Bigtime Bundles", name: "The Flower Stack", price: "$89.00", rating: 5,
|
||
reviewCount: "847", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-natural-medicinal-spices-herbs_23-2148776504.jpg?_wi=1", imageAlt: "Premium flower bundle"
|
||
},
|
||
{
|
||
id: "bundle-2", brand: "Bigtime Bundles", name: "The Vibe Mix", price: "$99.00", rating: 5,
|
||
reviewCount: "623", imageSrc: "http://img.b2bpic.net/free-photo/spoon-form-black-white-chocolates-side-view_141793-13070.jpg?_wi=1", imageAlt: "Mixed cannabis bundle"
|
||
},
|
||
{
|
||
id: "bundle-3", brand: "Bigtime Bundles", name: "The Edibles Explorer", price: "$79.00", rating: 5,
|
||
reviewCount: "512", imageSrc: "http://img.b2bpic.net/free-photo/delicious-terere-drink-still-life_23-2150219499.jpg?_wi=1", imageAlt: "Premium edibles bundle"
|
||
},
|
||
{
|
||
id: "product-1", brand: "Premium Cultivars", name: "Midnight Kush - Quarter Oz", price: "$45.00", rating: 5,
|
||
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-item-with-marijuana-leaves_23-2151336266.jpg", imageAlt: "Midnight Kush flower"
|
||
},
|
||
{
|
||
id: "product-2", brand: "Premium Cultivars", name: "Sunrise Sativa - Quarter Oz", price: "$48.00", rating: 5,
|
||
reviewCount: "956", imageSrc: "http://img.b2bpic.net/free-photo/planters-hold-cannabis-trees-gray-background_1150-9557.jpg", imageAlt: "Sunrise Sativa flower"
|
||
},
|
||
{
|
||
id: "product-3", brand: "Premium Cultivars", name: "Golden Hybrid - Eighth Oz", price: "$35.00", rating: 5,
|
||
reviewCount: "834", imageSrc: "http://img.b2bpic.net/free-photo/dr-jolly-s-dispensary-bend-oregon_181624-36524.jpg", imageAlt: "Golden Hybrid flower"
|
||
}
|
||
]}
|
||
/>
|
||
</div>
|
||
|
||
<div id="about" data-section="about">
|
||
<InlineImageSplitTextAbout
|
||
heading={[
|
||
{ type: "text", content: "Why Choose" },
|
||
{ type: "text", content: "Bigtime Bundles?" }
|
||
]}
|
||
useInvertedBackground={false}
|
||
buttons={[
|
||
{ text: "Explore More", href: "#features" }
|
||
]}
|
||
/>
|
||
</div>
|
||
|
||
<div id="features" data-section="features">
|
||
<FeatureCardMedia
|
||
title="Why Bigtime Bundles"
|
||
description="Everything you need for a seamless, premium cannabis experience in NYC."
|
||
textboxLayout="default"
|
||
useInvertedBackground={false}
|
||
animationType="slide-up"
|
||
features={[
|
||
{
|
||
id: "feature-1", tag: "Speed", title: "30-60 Minute Delivery", description: "Fast, reliable delivery across all five boroughs. Order day or night—we're here.", imageSrc: "http://img.b2bpic.net/free-photo/craftswoman-working-workshop_107420-65255.jpg?_wi=2", imageAlt: "Fast delivery service"
|
||
},
|
||
{
|
||
id: "feature-2", tag: "Curation", title: "Expert-Curated Selection", description: "Top-shelf flower, premium edibles, quality vapes, and more. No compromise on quality.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-natural-medicinal-spices-herbs_23-2148776504.jpg?_wi=2", imageAlt: "Premium curated products"
|
||
},
|
||
{
|
||
id: "feature-3", tag: "Trust", title: "Discreet & Legal", description: "Fully compliant NYC dispensary. Professional, confidential service every time.", imageSrc: "http://img.b2bpic.net/free-photo/spoon-form-black-white-chocolates-side-view_141793-13070.jpg?_wi=2", imageAlt: "Trusted service"
|
||
},
|
||
{
|
||
id: "feature-4", tag: "Value", title: "Bundle Savings", description: "Stack more value with our signature bundles. Premium products, better pricing.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-terere-drink-still-life_23-2150219499.jpg?_wi=2", imageAlt: "Value bundles"
|
||
}
|
||
]}
|
||
/>
|
||
</div>
|
||
|
||
<div id="metrics" data-section="metrics">
|
||
<MetricCardSeven
|
||
title="By The Numbers"
|
||
description="Bigtime Bundles is the trusted choice for NYC cannabis delivery."
|
||
textboxLayout="default"
|
||
useInvertedBackground={false}
|
||
animationType="slide-up"
|
||
metrics={[
|
||
{
|
||
id: "metric-1", value: "10k+", title: "Happy Customers", items: [
|
||
"Served across NYC", "5-star reviews", "Repeat delivery rate 92%"
|
||
]
|
||
},
|
||
{
|
||
id: "metric-2", value: "45 min", title: "Average Delivery Time", items: [
|
||
"30–60 minutes guaranteed", "Day and night service", "All 5 boroughs covered"
|
||
]
|
||
},
|
||
{
|
||
id: "metric-3", value: "500+", title: "Premium Products", items: [
|
||
"Curated flower strains", "Premium edibles & vapes", "Expert curation"
|
||
]
|
||
},
|
||
{
|
||
id: "metric-4", value: "100%", title: "Legally Compliant", items: [
|
||
"NYC dispensary licensed", "Age-gate verification", "Discreet packaging"
|
||
]
|
||
}
|
||
]}
|
||
/>
|
||
</div>
|
||
|
||
<div id="testimonials" data-section="testimonials">
|
||
<TestimonialCardTen
|
||
title="Loved by NYC"
|
||
description="See what our customers are saying about Bigtime Bundles."
|
||
textboxLayout="default"
|
||
useInvertedBackground={false}
|
||
testimonials={[
|
||
{
|
||
id: "testimonial-1", title: "Fast, Professional, Reliable", quote: "I've tried other services, but Bigtime's speed and quality are unmatched. Arrived in 40 minutes with perfectly curated products. This is my go-to now.", name: "Jordan M.", role: "Manhattan Professional", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-therapy_23-2148928886.jpg", imageAlt: "Jordan M."
|
||
},
|
||
{
|
||
id: "testimonial-2", title: "Discrete and Premium", quote: "The discreet packaging is perfect for my lifestyle. Everything arrives in pristine condition. Worth every penny for the peace of mind.", name: "Alex R.", role: "Brooklyn Resident", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-successful-young-businesswoman_1262-5844.jpg", imageAlt: "Alex R."
|
||
},
|
||
{
|
||
id: "testimonial-3", title: "Best Bundles in the City", quote: "Their bundles are actually thoughtfully paired. I save money AND discover new products. Best value in NYC cannabis delivery.", name: "Casey T.", role: "Queens Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/successful-young-businessman-formal-outfit-using-tablet_181624-27455.jpg", imageAlt: "Casey T."
|
||
},
|
||
{
|
||
id: "testimonial-4", title: "Late Night Lifesaver", quote: "Late night availability is huge for my schedule. Professional, legal, fast. Bigtime Bundles is exactly what I needed.", name: "Morgan K.", role: "Midtown Professional", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-smiling-looking-confident-happy-standing-suit-street-leans-her_1258-193996.jpg", imageAlt: "Morgan K."
|
||
}
|
||
]}
|
||
/>
|
||
</div>
|
||
|
||
<div id="social-proof" data-section="social-proof">
|
||
<SocialProofOne
|
||
title="Trusted Delivery Partner"
|
||
description="Partnered with NYC's leading cannabis brands and retailers."
|
||
textboxLayout="default"
|
||
useInvertedBackground={false}
|
||
names={[
|
||
"Premium Cultivars", "Harvest Labs", "Brooklyn Cannabis Co", "Manhattan Extracts", "Queens Organics", "Bronx Premium", "Staten Island Select"
|
||
]}
|
||
logos={[
|
||
"http://img.b2bpic.net/free-vector/detailed-holistic-logo-template_23-2148856528.jpg", "http://img.b2bpic.net/free-vector/black-white-business-card_1057-448.jpg", "http://img.b2bpic.net/free-vector/gradient-rounded-abstract-business-logotype_23-2148199344.jpg", "http://img.b2bpic.net/free-vector/corporate-business-card-template-design_742173-29450.jpg", "http://img.b2bpic.net/free-vector/abstract-business-card-template-theme_23-2148457457.jpg", "http://img.b2bpic.net/free-vector/colorful-minimal-business-card-template_52683-29861.jpg", "http://img.b2bpic.net/free-vector/influencers-logo-template-design_742173-15118.jpg"
|
||
]}
|
||
speed={40}
|
||
showCard={true}
|
||
/>
|
||
</div>
|
||
|
||
<div id="faq" data-section="faq">
|
||
<FaqSplitMedia
|
||
title="Frequently Asked Questions"
|
||
description="Everything you need to know about Bigtime Bundles."
|
||
textboxLayout="default"
|
||
useInvertedBackground={false}
|
||
mediaAnimation="slide-up"
|
||
faqsAnimation="slide-up"
|
||
mediaPosition="right"
|
||
imageSrc="http://img.b2bpic.net/free-photo/cannabis-brownies-cannabis-leaves-put-dark-floor_1150-28186.jpg"
|
||
imageAlt="Customer support"
|
||
faqs={[
|
||
{
|
||
id: "faq-1", title: "Is Bigtime Bundles legal?", content: "Yes. We're a fully licensed NYC dispensary operating under all New York cannabis regulations. Age verification is required (21+), and all packaging is discreet and compliant."
|
||
},
|
||
{
|
||
id: "faq-2", title: "How fast is delivery?", content: "Our average delivery time is 30–60 minutes across all five NYC boroughs. We deliver day and night for your convenience. Exact times depend on location and current order volume."
|
||
},
|
||
{
|
||
id: "faq-3", title: "What payment methods do you accept?", content: "We accept all major credit cards, debit cards, and select digital payment methods. All transactions are secure and processed through compliant cannabis payment processors."
|
||
},
|
||
{
|
||
id: "faq-4", title: "Are your bundles customizable?", content: "Our signature bundles are expertly curated for maximum value and discovery. You can also build your own order by selecting individual products from our catalog at checkout."
|
||
},
|
||
{
|
||
id: "faq-5", title: "What areas do you deliver to?", content: "We deliver throughout Manhattan, Brooklyn, Queens, the Bronx, and Staten Island. Check availability by entering your zip code at checkout."
|
||
},
|
||
{
|
||
id: "faq-6", title: "Is packaging discreet?", content: "Absolutely. All orders arrive in unmarked, professional packaging with no branding visible. Your privacy and discretion are our priority."
|
||
}
|
||
]}
|
||
/>
|
||
</div>
|
||
|
||
<div id="contact" data-section="contact">
|
||
<ContactSplit
|
||
tag="Newsletter"
|
||
title="Stay Updated on New Drops"
|
||
description="Be the first to know about new products, exclusive bundles, and limited-time offers."
|
||
background={{ variant: "sparkles-gradient" }}
|
||
useInvertedBackground={false}
|
||
imageSrc="http://img.b2bpic.net/free-photo/craftswoman-working-workshop_107420-65255.jpg?_wi=3"
|
||
imageAlt="New cannabis products"
|
||
mediaAnimation="slide-up"
|
||
mediaPosition="right"
|
||
inputPlaceholder="Enter your email"
|
||
buttonText="Subscribe"
|
||
termsText="We'll only send you product updates and exclusive offers. Unsubscribe anytime."
|
||
/>
|
||
</div>
|
||
|
||
<div id="footer" data-section="footer">
|
||
<FooterBaseCard
|
||
logoText="Bigtime Bundles"
|
||
columns={[
|
||
{
|
||
title: "Shop", items: [
|
||
{ label: "All Products", href: "#products" },
|
||
{ label: "Bundles", href: "#products" },
|
||
{ label: "Flower", href: "#" },
|
||
{ label: "Edibles", href: "#" }
|
||
]
|
||
},
|
||
{
|
||
title: "Company", items: [
|
||
{ label: "About", href: "#about" },
|
||
{ label: "Why Us", href: "#features" },
|
||
{ label: "Contact", href: "#contact" },
|
||
{ label: "Careers", href: "#" }
|
||
]
|
||
},
|
||
{
|
||
title: "Support", items: [
|
||
{ label: "FAQ", href: "#faq" },
|
||
{ label: "Delivery Info", href: "#" },
|
||
{ label: "Track Order", href: "#" },
|
||
{ label: "Legal", href: "#" }
|
||
]
|
||
},
|
||
{
|
||
title: "Legal", items: [
|
||
{ label: "Privacy Policy", href: "#" },
|
||
{ label: "Terms of Service", href: "#" },
|
||
{ label: "Age Verification", href: "#" },
|
||
{ label: "Compliance", href: "#" }
|
||
]
|
||
}
|
||
]}
|
||
copyrightText="© 2025 Bigtime Bundles. NYC Cannabis Delivery. Licensed & Compliant."
|
||
/>
|
||
</div>
|
||
</ThemeProvider>
|
||
);
|
||
} |