Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bd90536442 |
285
src/app/page.tsx
285
src/app/page.tsx
@@ -33,33 +33,21 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "#hero"},
|
||||||
id: "#hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "#about"},
|
||||||
id: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Products",
|
name: "Products", id: "#products"},
|
||||||
id: "#products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "FAQs",
|
name: "FAQs", id: "#faq"},
|
||||||
id: "#faq",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "#contact"},
|
||||||
id: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
logoSrc="http://img.b2bpic.net/free-vector/flat-design-farmers-market-logo_23-2149325906.jpg"
|
logoSrc="http://img.b2bpic.net/free-vector/flat-design-farmers-market-logo_23-2149325906.jpg"
|
||||||
logoAlt="Bucktown Organics Logo"
|
logoAlt="Bucktown Organics Logo"
|
||||||
brandName="Bucktown Organics"
|
brandName="Bucktown Organics"
|
||||||
button={{
|
button={{
|
||||||
text: "Shop Now",
|
text: "Shop Now", href: "#products"}}
|
||||||
href: "#products",
|
|
||||||
}}
|
|
||||||
animateOnLoad={true}
|
animateOnLoad={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -70,13 +58,9 @@ export default function LandingPage() {
|
|||||||
description="Discover the purest cannabis products, cultivated with care on our reservation. Experience natural wellness and unparalleled quality tailored to your needs."
|
description="Discover the purest cannabis products, cultivated with care on our reservation. Experience natural wellness and unparalleled quality tailored to your needs."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Explore Our Strains",
|
text: "Explore Our Strains", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Learn More",
|
text: "Learn More", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/cannabis-hemp-plant-leaves-alternative-medicine-concept_342744-673.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/cannabis-hemp-plant-leaves-alternative-medicine-concept_342744-673.jpg"
|
||||||
@@ -90,15 +74,8 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
title="Our Commitment to Organic Wellness"
|
title="Our Commitment to Organic Wellness"
|
||||||
description={[
|
description={[
|
||||||
"At Bucktown Organics, we believe in the power of nature. Located on sovereign land, our dispensary is dedicated to cultivating and sourcing the highest quality organic cannabis. We prioritize sustainable practices and ethical stewardship of the earth.",
|
"At Bucktown Organics, we believe in the power of nature. Located on sovereign land, our dispensary is dedicated to cultivating and sourcing the highest quality organic cannabis. We prioritize sustainable practices and ethical stewardship of the earth.", "Our mission is to provide safe, effective, and natural wellness solutions to our community. Every product on our shelves is meticulously selected, ensuring purity, potency, and a transparent journey from seed to sale. Experience the difference of true organic care."]}
|
||||||
"Our mission is to provide safe, effective, and natural wellness solutions to our community. Every product on our shelves is meticulously selected, ensuring purity, potency, and a transparent journey from seed to sale. Experience the difference of true organic care.",
|
buttons={[]}
|
||||||
]}
|
|
||||||
buttons={[
|
|
||||||
{
|
|
||||||
text: "Our Story",
|
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
buttonAnimation="blur-reveal"
|
buttonAnimation="blur-reveal"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -110,30 +87,15 @@ export default function LandingPage() {
|
|||||||
description="We're more than just a dispensary; we're a community dedicated to natural healing and education. Our unique approach ensures you receive the best in organic cannabis and personalized care."
|
description="We're more than just a dispensary; we're a community dedicated to natural healing and education. Our unique approach ensures you receive the best in organic cannabis and personalized care."
|
||||||
accordionItems={[
|
accordionItems={[
|
||||||
{
|
{
|
||||||
id: "feature-1",
|
id: "feature-1", title: "Organic Cultivation", content: "We employ 100% organic growing methods, free from pesticides and harmful chemicals, ensuring the purest product."},
|
||||||
title: "Organic Cultivation",
|
|
||||||
content: "We employ 100% organic growing methods, free from pesticides and harmful chemicals, ensuring the purest product.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "feature-2",
|
id: "feature-2", title: "Expert Guidance", content: "Our knowledgeable staff provides personalized recommendations and education to help you find the perfect product."},
|
||||||
title: "Expert Guidance",
|
|
||||||
content: "Our knowledgeable staff provides personalized recommendations and education to help you find the perfect product.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "feature-3",
|
id: "feature-3", title: "Community Focused", content: "As a reservation-based dispensary, we are deeply rooted in and committed to the well-being and prosperity of our local community."},
|
||||||
title: "Community Focused",
|
|
||||||
content: "As a reservation-based dispensary, we are deeply rooted in and committed to the well-being and prosperity of our local community.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "feature-4",
|
id: "feature-4", title: "Sustainable Practices", content: "From water conservation to renewable energy, we integrate sustainable practices throughout our operations."},
|
||||||
title: "Sustainable Practices",
|
|
||||||
content: "From water conservation to renewable energy, we integrate sustainable practices throughout our operations.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "feature-5",
|
id: "feature-5", title: "Diverse Product Range", content: "Explore a wide selection of flower, edibles, concentrates, and more, all rigorously tested for quality and safety."},
|
||||||
title: "Diverse Product Range",
|
|
||||||
content: "Explore a wide selection of flower, edibles, concentrates, and more, all rigorously tested for quality and safety.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/farmers-hold-marijuana-cannabis-trees-their-farms_1150-12310.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/farmers-hold-marijuana-cannabis-trees-their-farms_1150-12310.jpg"
|
||||||
imageAlt="Close up of organic cannabis plant"
|
imageAlt="Close up of organic cannabis plant"
|
||||||
@@ -149,69 +111,21 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "prod-1",
|
id: "prod-1", name: "Organic Indica Flower", price: "$50", variant: "Relaxing indica strain with earthy notes.", imageSrc: "http://img.b2bpic.net/free-photo/dried-chrysanthemum-flowers-wooden-bowl_114579-70409.jpg", imageAlt: "Organic Indica Flower buds"},
|
||||||
name: "Organic Indica Flower",
|
|
||||||
price: "$50",
|
|
||||||
variant: "Relaxing indica strain with earthy notes.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/dried-chrysanthemum-flowers-wooden-bowl_114579-70409.jpg",
|
|
||||||
imageAlt: "Organic Indica Flower buds",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "prod-2",
|
id: "prod-2", name: "Sativa Sunshine Buds", price: "$55", variant: "Energizing sativa for daytime use, citrus aroma.", imageSrc: "http://img.b2bpic.net/free-photo/tea-with-spices-orange-lemon-dried-herbs-mug-blue-cutting-board-high-angle-view_176474-9930.jpg", imageAlt: "Sativa Sunshine Buds"},
|
||||||
name: "Sativa Sunshine Buds",
|
|
||||||
price: "$55",
|
|
||||||
variant: "Energizing sativa for daytime use, citrus aroma.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/tea-with-spices-orange-lemon-dried-herbs-mug-blue-cutting-board-high-angle-view_176474-9930.jpg",
|
|
||||||
imageAlt: "Sativa Sunshine Buds",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "prod-3",
|
id: "prod-3", name: "Hybrid Harmony Strain", price: "$48", variant: "Balanced effects, perfect for any time of day.", imageSrc: "http://img.b2bpic.net/free-photo/dried-flower-petals-wooden-board_114579-83721.jpg", imageAlt: "Hybrid Harmony Strain"},
|
||||||
name: "Hybrid Harmony Strain",
|
|
||||||
price: "$48",
|
|
||||||
variant: "Balanced effects, perfect for any time of day.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/dried-flower-petals-wooden-board_114579-83721.jpg",
|
|
||||||
imageAlt: "Hybrid Harmony Strain",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "prod-4",
|
id: "prod-4", name: "Gourmet Gummy Bears", price: "$30", variant: "Delicious and discreet, consistent dosing.", imageSrc: "http://img.b2bpic.net/free-photo/raw-pasta-filling_23-2147771987.jpg", imageAlt: "Gourmet Gummy Bears"},
|
||||||
name: "Gourmet Gummy Bears",
|
|
||||||
price: "$30",
|
|
||||||
variant: "Delicious and discreet, consistent dosing.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/raw-pasta-filling_23-2147771987.jpg",
|
|
||||||
imageAlt: "Gourmet Gummy Bears",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "prod-5",
|
id: "prod-5", name: "Artisanal Chocolate Bar", price: "$35", variant: "Rich dark chocolate infused with premium cannabis.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-cup-with-cinnamon-chocolate_176474-561.jpg", imageAlt: "Artisanal Chocolate Bar"},
|
||||||
name: "Artisanal Chocolate Bar",
|
|
||||||
price: "$35",
|
|
||||||
variant: "Rich dark chocolate infused with premium cannabis.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-cup-with-cinnamon-chocolate_176474-561.jpg",
|
|
||||||
imageAlt: "Artisanal Chocolate Bar",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "prod-6",
|
id: "prod-6", name: "Full Spectrum CBD Oil", price: "$60", variant: "Natural relief and wellness, easy sublingual application.", imageSrc: "http://img.b2bpic.net/free-photo/cannabis-leaves-oil-wooden-background_93675-129013.jpg", imageAlt: "Full Spectrum CBD Oil"},
|
||||||
name: "Full Spectrum CBD Oil",
|
|
||||||
price: "$60",
|
|
||||||
variant: "Natural relief and wellness, easy sublingual application.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/cannabis-leaves-oil-wooden-background_93675-129013.jpg",
|
|
||||||
imageAlt: "Full Spectrum CBD Oil",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "prod-7",
|
id: "prod-7", name: "Pure THC Vape Cartridge", price: "$45", variant: "Clean and potent, smooth vapor.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-man-sitting-cafe-with-vape_1157-34782.jpg", imageAlt: "Pure THC Vape Cartridge"},
|
||||||
name: "Pure THC Vape Cartridge",
|
|
||||||
price: "$45",
|
|
||||||
variant: "Clean and potent, smooth vapor.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-man-sitting-cafe-with-vape_1157-34782.jpg",
|
|
||||||
imageAlt: "Pure THC Vape Cartridge",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "prod-8",
|
id: "prod-8", name: "Soothing Muscle Balm", price: "$40", variant: "Targeted relief for aches and pains.", imageSrc: "http://img.b2bpic.net/free-photo/boomers-using-cbd-oil-cream-treating-body-pain_23-2151263437.jpg", imageAlt: "Soothing Muscle Balm"},
|
||||||
name: "Soothing Muscle Balm",
|
|
||||||
price: "$40",
|
|
||||||
variant: "Targeted relief for aches and pains.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/boomers-using-cbd-oil-cream-treating-body-pain_23-2151263437.jpg",
|
|
||||||
imageAlt: "Soothing Muscle Balm",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Explore Our Premium Selection"
|
title="Explore Our Premium Selection"
|
||||||
description="From carefully cultivated flower to delicious edibles and potent concentrates, find the perfect organic product for your wellness journey."
|
description="From carefully cultivated flower to delicious edibles and potent concentrates, find the perfect organic product for your wellness journey."
|
||||||
@@ -225,29 +139,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "metric-1",
|
id: "metric-1", icon: Leaf,
|
||||||
icon: Leaf,
|
title: "Organic Certified", value: "100%"},
|
||||||
title: "Organic Certified",
|
|
||||||
value: "100%",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "metric-2",
|
id: "metric-2", icon: Users,
|
||||||
icon: Users,
|
title: "Satisfied Customers", value: "98%"},
|
||||||
title: "Satisfied Customers",
|
|
||||||
value: "98%",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "metric-3",
|
id: "metric-3", icon: Feather,
|
||||||
icon: Feather,
|
title: "Strains Available", value: "25+"},
|
||||||
title: "Strains Available",
|
|
||||||
value: "25+",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "metric-4",
|
id: "metric-4", icon: Award,
|
||||||
icon: Award,
|
title: "Community Initiatives", value: "3+"},
|
||||||
title: "Community Initiatives",
|
|
||||||
value: "3+",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Impact in Numbers"
|
title="Our Impact in Numbers"
|
||||||
description="Dedicated to excellence and community, our growth reflects our commitment to quality and service."
|
description="Dedicated to excellence and community, our growth reflects our commitment to quality and service."
|
||||||
@@ -260,65 +162,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Sarah J.", date: "May 2024", title: "Exceptional Quality", quote: "Bucktown Organics consistently delivers the highest quality products. Their organic flower is unparalleled, and the staff is incredibly knowledgeable.", tag: "Flower", avatarSrc: "http://img.b2bpic.net/free-photo/stylish-young-redhead-woman-wearing-grey-checkered-shirt-laughing-out-loud-while-having-fun-indoors_273609-9041.jpg", avatarAlt: "Sarah J. avatar", imageSrc: "http://img.b2bpic.net/free-photo/organic-cbd-skincare-product_23-2149013603.jpg", imageAlt: "Organic cannabis flower"},
|
||||||
name: "Sarah J.",
|
|
||||||
date: "May 2024",
|
|
||||||
title: "Exceptional Quality",
|
|
||||||
quote: "Bucktown Organics consistently delivers the highest quality products. Their organic flower is unparalleled, and the staff is incredibly knowledgeable.",
|
|
||||||
tag: "Flower",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/stylish-young-redhead-woman-wearing-grey-checkered-shirt-laughing-out-loud-while-having-fun-indoors_273609-9041.jpg",
|
|
||||||
avatarAlt: "Sarah J. avatar",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/organic-cbd-skincare-product_23-2149013603.jpg",
|
|
||||||
imageAlt: "Organic cannabis flower",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Michael K.", date: "April 2024", title: "Knowledgeable Staff", quote: "I'm new to cannabis, and the team at Bucktown made me feel so comfortable. They patiently answered all my questions and helped me find exactly what I needed.", tag: "First-timer", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-lovely-energetic-woman-winks-eyes-raises-eyebrows-clenches-fists-with-success-feels-very-happy_273609-33939.jpg", avatarAlt: "Michael K. avatar", imageSrc: "http://img.b2bpic.net/free-photo/delicious-seaweed-snacks_23-2150872559.jpg", imageAlt: "Dispensary staff assisting customer"},
|
||||||
name: "Michael K.",
|
|
||||||
date: "April 2024",
|
|
||||||
title: "Knowledgeable Staff",
|
|
||||||
quote: "I'm new to cannabis, and the team at Bucktown made me feel so comfortable. They patiently answered all my questions and helped me find exactly what I needed.",
|
|
||||||
tag: "First-timer",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-lovely-energetic-woman-winks-eyes-raises-eyebrows-clenches-fists-with-success-feels-very-happy_273609-33939.jpg",
|
|
||||||
avatarAlt: "Michael K. avatar",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-seaweed-snacks_23-2150872559.jpg",
|
|
||||||
imageAlt: "Dispensary staff assisting customer",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Emily R.", date: "March 2024", title: "Amazing Edibles", quote: "Their organic edibles are a game-changer! Discreet, delicious, and consistently potent. Bucktown Organics is my go-to for all my needs.", tag: "Edibles", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-with-short-curly-hair-happy-excited-with-raised-hands-standing-pink-wall_141793-29149.jpg", avatarAlt: "Emily R. avatar", imageSrc: "http://img.b2bpic.net/free-photo/pieces-different-professional-baked-breads-presented-wooden-table-as-samples-sale-pistachio_346278-825.jpg", imageAlt: "Assortment of cannabis edibles"},
|
||||||
name: "Emily R.",
|
|
||||||
date: "March 2024",
|
|
||||||
title: "Amazing Edibles",
|
|
||||||
quote: "Their organic edibles are a game-changer! Discreet, delicious, and consistently potent. Bucktown Organics is my go-to for all my needs.",
|
|
||||||
tag: "Edibles",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-with-short-curly-hair-happy-excited-with-raised-hands-standing-pink-wall_141793-29149.jpg",
|
|
||||||
avatarAlt: "Emily R. avatar",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/pieces-different-professional-baked-breads-presented-wooden-table-as-samples-sale-pistachio_346278-825.jpg",
|
|
||||||
imageAlt: "Assortment of cannabis edibles",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "David L.", date: "February 2024", title: "Community Focused", quote: "It's great to support a local, reservation-based business that truly cares about its customers and community. Highly recommend!", tag: "Community", avatarSrc: "http://img.b2bpic.net/free-photo/african-american-girl-posing-with-sincere-smile-studio-shot-cheerful-curly-young-woman-isolated-beige-background_197531-28951.jpg", avatarAlt: "David L. avatar", imageSrc: "http://img.b2bpic.net/free-photo/wellness-practices-self-care-world-health-day_23-2151256759.jpg", imageAlt: "Indigenous community gathering"},
|
||||||
name: "David L.",
|
|
||||||
date: "February 2024",
|
|
||||||
title: "Community Focused",
|
|
||||||
quote: "It's great to support a local, reservation-based business that truly cares about its customers and community. Highly recommend!",
|
|
||||||
tag: "Community",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/african-american-girl-posing-with-sincere-smile-studio-shot-cheerful-curly-young-woman-isolated-beige-background_197531-28951.jpg",
|
|
||||||
avatarAlt: "David L. avatar",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/wellness-practices-self-care-world-health-day_23-2151256759.jpg",
|
|
||||||
imageAlt: "Indigenous community gathering",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Jessica M.", date: "January 2024", title: "Pure & Potent", quote: "The purity of their products is evident. I always feel confident in what I'm getting from Bucktown Organics. Truly premium.", tag: "Purity", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-adult-woman-leaning-wall_1262-1759.jpg", avatarAlt: "Jessica M. avatar", imageSrc: "http://img.b2bpic.net/free-photo/doctor-hand-hold-offer-patient-medical-marijuana-oil_1150-16912.jpg", imageAlt: "Cannabis testing lab"},
|
||||||
name: "Jessica M.",
|
|
||||||
date: "January 2024",
|
|
||||||
title: "Pure & Potent",
|
|
||||||
quote: "The purity of their products is evident. I always feel confident in what I'm getting from Bucktown Organics. Truly premium.",
|
|
||||||
tag: "Purity",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-adult-woman-leaning-wall_1262-1759.jpg",
|
|
||||||
avatarAlt: "Jessica M. avatar",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-hand-hold-offer-patient-medical-marijuana-oil_1150-16912.jpg",
|
|
||||||
imageAlt: "Cannabis testing lab",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Voices of Our Valued Customers"
|
title="Voices of Our Valued Customers"
|
||||||
description="Hear directly from those who have experienced the Bucktown Organics difference."
|
description="Hear directly from those who have experienced the Bucktown Organics difference."
|
||||||
@@ -331,25 +183,13 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "faq-1",
|
id: "faq-1", title: "Are your products truly organic?", content: "Yes, all our products are cultivated using strict organic methods, free from pesticides, herbicides, and synthetic fertilizers. We are committed to natural purity and quality."},
|
||||||
title: "Are your products truly organic?",
|
|
||||||
content: "Yes, all our products are cultivated using strict organic methods, free from pesticides, herbicides, and synthetic fertilizers. We are committed to natural purity and quality.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq-2",
|
id: "faq-2", title: "What types of products do you offer?", content: "We offer a wide range including organic flower (Indica, Sativa, Hybrid), edibles, concentrates, tinctures, and topicals. Our selection is curated for quality and variety to meet diverse needs."},
|
||||||
title: "What types of products do you offer?",
|
|
||||||
content: "We offer a wide range including organic flower (Indica, Sativa, Hybrid), edibles, concentrates, tinctures, and topicals. Our selection is curated for quality and variety to meet diverse needs.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq-3",
|
id: "faq-3", title: "What are your operating hours and location?", content: "Our dispensary is conveniently located on the reservation at [Your Address Here]. We are open [Days of Week] from [Start Time] to [End Time]. Please check our contact section for current details."},
|
||||||
title: "What are your operating hours and location?",
|
|
||||||
content: "Our dispensary is conveniently located on the reservation at [Your Address Here]. We are open [Days of Week] from [Start Time] to [End Time]. Please check our contact section for current details.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq-4",
|
id: "faq-4", title: "Do you offer delivery or curbside pickup?", content: "Currently, we offer in-store pickup only. You can call ahead to place your order for a seamless experience. We are actively exploring delivery options to serve you better in the future."},
|
||||||
title: "Do you offer delivery or curbside pickup?",
|
|
||||||
content: "Currently, we offer in-store pickup only. You can call ahead to place your order for a seamless experience. We are actively exploring delivery options to serve you better in the future.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Frequently Asked Questions"
|
title="Frequently Asked Questions"
|
||||||
description="Find quick answers to common questions about our products, services, and policies."
|
description="Find quick answers to common questions about our products, services, and policies."
|
||||||
@@ -361,20 +201,15 @@ export default function LandingPage() {
|
|||||||
<ContactCTA
|
<ContactCTA
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "radial-gradient",
|
variant: "radial-gradient"}}
|
||||||
}}
|
|
||||||
tag="Connect With Us"
|
tag="Connect With Us"
|
||||||
title="Visit Bucktown Organics"
|
title="Visit Bucktown Organics"
|
||||||
description="Experience our organic selection firsthand. Our friendly team is ready to assist you. Find us easily on the reservation."
|
description="Experience our organic selection firsthand. Our friendly team is ready to assist you. Find us easily on the reservation."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Get Directions",
|
text: "Get Directions", href: "https://maps.google.com/?q=Bucktown+Organics+Dispensary"},
|
||||||
href: "https://maps.google.com/?q=Bucktown+Organics+Dispensary",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Call Us",
|
text: "Call Us", href: "tel:+15551234567"},
|
||||||
href: "tel:+15551234567",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -385,41 +220,25 @@ export default function LandingPage() {
|
|||||||
logoText="Bucktown Organics"
|
logoText="Bucktown Organics"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Navigation",
|
title: "Navigation", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Home",
|
label: "Home", href: "#hero"},
|
||||||
href: "#hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "About Us", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Products",
|
label: "Products", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "FAQs",
|
label: "FAQs", href: "#faq"},
|
||||||
href: "#faq",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Contact",
|
label: "Contact", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Legal", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Privacy Policy",
|
label: "Privacy Policy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Terms of Service",
|
label: "Terms of Service", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user