Update src/app/page.tsx

This commit is contained in:
2026-03-04 20:53:27 +00:00
parent ade6127da3
commit 5780a66fad

View File

@@ -24,9 +24,9 @@ export default function HomePage() {
{
title: "Shop", items: [
{ label: "All Products", href: "/products" },
{ label: "Disposable Vapes", href: "/products" },
{ label: "Vapes", href: "/products" },
{ label: "Edibles", href: "/products" },
{ label: "Cannabis Oils", href: "/products" },
{ label: "Oils", href: "/products" },
{ label: "Concentrates", href: "/products" },
],
},
@@ -113,25 +113,25 @@ export default function HomePage() {
features={[
{
id: 1,
title: "Disposable Vapes", description: "Premium pre-filled vaporizers offering convenience, consistency, and rapid onset. Perfect for discreet, portable consumption.", 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"},
title: "Vapes", description: "Premium pre-filled disposable vaporizers offering convenience, consistency, and rapid onset. Perfect for discreet, portable consumption.", 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: 2,
title: "Edibles", description: "Precisely dosed gummies, chocolates, and infused treats. Ideal for extended relief with consistent dosing and longer-lasting effects.", imageSrc: "http://img.b2bpic.net/free-photo/cannabis-brownies-cannabis-leaves-put-white-floor_1150-28189.jpg"},
{
id: 3,
title: "Cannabis Oils & Tinctures", description: "Versatile liquid extracts for sublingual, topical, or culinary use. Offers precise dosing and rapid absorption.", imageSrc: "http://img.b2bpic.net/free-photo/cannabis-oil-cbd-oil-cannabis-extract-medical-cannabis-concept_1150-13455.jpg"},
title: "Oils", description: "Versatile liquid extracts for sublingual, topical, or culinary use. Offers precise dosing and rapid absorption.", imageSrc: "http://img.b2bpic.net/free-photo/cannabis-oil-cbd-oil-cannabis-extract-medical-cannabis-concept_1150-13455.jpg"},
{
id: 4,
title: "Hash & Hashish", description: "Traditional pressed and handcrafted hash from premium cultivars. Rich flavor profiles and potent effects.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-drugs-white-surface-with-beautiful-patterns_181624-8337.jpg"},
title: "Hash", description: "Traditional pressed and handcrafted hash from premium cultivars. Rich flavor profiles and potent effects.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-drugs-white-surface-with-beautiful-patterns_181624-8337.jpg"},
{
id: 5,
title: "Wax & Concentrates", description: "High-potency concentrates in various textures (budder, crumble, badder). Professional-grade for experienced users.", imageSrc: "http://img.b2bpic.net/free-photo/dried-yellow-flowers-glass-mug_114579-70438.jpg"},
title: "Concentrates", description: "High-potency concentrates in various textures (budder, crumble, badder). Professional-grade for experienced users.", imageSrc: "http://img.b2bpic.net/free-photo/dried-yellow-flowers-glass-mug_114579-70438.jpg"},
{
id: 6,
title: "Prerolls", description: "Expertly rolled joints using premium flower. Ready-to-use convenience with superior quality control.", imageSrc: "http://img.b2bpic.net/free-photo/medical-marijuana_93675-129021.jpg"},
{
id: 7,
title: "Cannabis in Cans", description: "Innovative sealed cans preserving freshness and potency. Modern packaging with precise strain information and terpene profiles.", imageSrc: "http://img.b2bpic.net/free-photo/cbd-treatment-arrangement-still-life_23-2151160278.jpg"},
title: "Cans", description: "Innovative sealed cans preserving freshness and potency. Modern packaging with precise strain information and terpene profiles.", imageSrc: "http://img.b2bpic.net/free-photo/cbd-treatment-arrangement-still-life_23-2151160278.jpg"},
]}
textboxLayout="default"
animationType="blur-reveal"
@@ -229,4 +229,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}