Merge version_1 into main #2
@@ -18,8 +18,7 @@ export default function AboutPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{ label: "All Products", href: "/products" },
|
||||
{ label: "Disposable Vapes", href: "/products" },
|
||||
{ label: "Edibles", href: "/products" },
|
||||
@@ -28,8 +27,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Brands", href: "/brands" },
|
||||
{ label: "Blog", href: "/contact" },
|
||||
@@ -38,8 +36,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
@@ -81,9 +78,10 @@ export default function AboutPage() {
|
||||
{ value: "24/7", title: "Online Support" },
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/still-life-loose-tea_169016-2071.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/still-life-loose-tea_169016-2071.jpg"
|
||||
imageAlt="Curated premium cannabis collection"
|
||||
mediaAnimation="opacity"
|
||||
metricsAnimation="opacity"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -97,9 +95,10 @@ export default function AboutPage() {
|
||||
{ value: "18+", title: "Age Verification Required" },
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/doctor-hand-hold-offer-patient-medical-marijuana-oil_1150-16910.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/doctor-hand-hold-offer-patient-medical-marijuana-oil_1150-16910.jpg"
|
||||
imageAlt="Laboratory testing and compliance certification"
|
||||
mediaAnimation="opacity"
|
||||
metricsAnimation="opacity"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -111,22 +110,13 @@ export default function AboutPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Quality First",
|
||||
description: "Every product undergoes rigorous quality control and independent lab testing. We reject anything below our exacting standards.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-mystery-box-concept_23-2149516467.jpg?_wi=2",
|
||||
},
|
||||
title: "Quality First", description: "Every product undergoes rigorous quality control and independent lab testing. We reject anything below our exacting standards.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-mystery-box-concept_23-2149516467.jpg"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Regulatory Excellence",
|
||||
description: "Full compliance with UK cannabis retail regulations. Transparent operations with robust age verification and documentation.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-man-working-with-tablet_23-2147717389.jpg?_wi=2",
|
||||
},
|
||||
title: "Regulatory Excellence", description: "Full compliance with UK cannabis retail regulations. Transparent operations with robust age verification and documentation.", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-man-working-with-tablet_23-2147717389.jpg"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Customer Privacy",
|
||||
description: "Your privacy is sacred. Discreet packaging, secure delivery, and encrypted personal data. Never shared with third parties.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-hands-putting-shipping-label-package-arranging-online-customers-orders_662251-2114.jpg?_wi=2",
|
||||
},
|
||||
title: "Customer Privacy", description: "Your privacy is sacred. Discreet packaging, secure delivery, and encrypted personal data. Never shared with third parties.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-hands-putting-shipping-label-package-arranging-online-customers-orders_662251-2114.jpg"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
@@ -136,7 +126,7 @@ export default function AboutPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/heaps-marijuana-leaves_1150-25567.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/heaps-marijuana-leaves_1150-25567.jpg"
|
||||
imageAlt="Premium cannabis retail footer background"
|
||||
columns={footerColumns}
|
||||
logoText="ELEVATE"
|
||||
|
||||
@@ -18,8 +18,7 @@ export default function BrandsPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{ label: "All Products", href: "/products" },
|
||||
{ label: "Disposable Vapes", href: "/products" },
|
||||
{ label: "Edibles", href: "/products" },
|
||||
@@ -28,8 +27,7 @@ export default function BrandsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Brands", href: "/brands" },
|
||||
{ label: "Blog", href: "/contact" },
|
||||
@@ -38,8 +36,7 @@ export default function BrandsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
@@ -95,15 +92,16 @@ export default function BrandsPage() {
|
||||
{ value: "100%", title: "Compliance Certified" },
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/still-life-loose-tea_169016-2071.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/still-life-loose-tea_169016-2071.jpg"
|
||||
imageAlt="Premium cannabis brand collection"
|
||||
mediaAnimation="opacity"
|
||||
metricsAnimation="opacity"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/heaps-marijuana-leaves_1150-25567.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/heaps-marijuana-leaves_1150-25567.jpg"
|
||||
imageAlt="Premium cannabis retail footer background"
|
||||
columns={footerColumns}
|
||||
logoText="ELEVATE"
|
||||
|
||||
106
src/app/page.tsx
106
src/app/page.tsx
@@ -22,8 +22,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{ label: "All Products", href: "/products" },
|
||||
{ label: "Disposable Vapes", href: "/products" },
|
||||
{ label: "Edibles", href: "/products" },
|
||||
@@ -32,8 +31,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Brands", href: "/brands" },
|
||||
{ label: "Blog", href: "/contact" },
|
||||
@@ -42,8 +40,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
@@ -116,46 +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: "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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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: "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"},
|
||||
{
|
||||
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 & 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"},
|
||||
{
|
||||
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: "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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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: "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"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="blur-reveal"
|
||||
@@ -173,9 +149,10 @@ export default function HomePage() {
|
||||
{ value: "18+", title: "Age Verification Required" },
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/doctor-hand-hold-offer-patient-medical-marijuana-oil_1150-16910.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/doctor-hand-hold-offer-patient-medical-marijuana-oil_1150-16910.jpg"
|
||||
imageAlt="Laboratory testing and compliance certification"
|
||||
mediaAnimation="opacity"
|
||||
metricsAnimation="opacity"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -189,9 +166,10 @@ export default function HomePage() {
|
||||
{ value: "24/7", title: "Online Support" },
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/still-life-loose-tea_169016-2071.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/still-life-loose-tea_169016-2071.jpg"
|
||||
imageAlt="Curated premium cannabis collection"
|
||||
mediaAnimation="opacity"
|
||||
metricsAnimation="opacity"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -206,53 +184,23 @@ export default function HomePage() {
|
||||
animationType="blur-reveal"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "James M.",
|
||||
handle: "@jamesmcannabis",
|
||||
testimonial: "Finally, a dispensary that treats cannabis retail professionally. The product selection is outstanding and the staff really knows their stuff. Highly recommend.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "James M.", handle: "@jamesmcannabis", testimonial: "Finally, a dispensary that treats cannabis retail professionally. The product selection is outstanding and the staff really knows their stuff. Highly recommend.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sophie R.",
|
||||
handle: "@sophieloves_wellness",
|
||||
testimonial: "ELEVATE has transformed how I approach cannabis consumption. The detailed product information and personalized recommendations are exceptional. Worth every penny.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg",
|
||||
},
|
||||
id: "2", name: "Sophie R.", handle: "@sophieloves_wellness", testimonial: "ELEVATE has transformed how I approach cannabis consumption. The detailed product information and personalized recommendations are exceptional. Worth every penny.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "David K.",
|
||||
handle: "@davidk_london",
|
||||
testimonial: "The quality control here is unmatched. Every product is exactly as described. I've been a regular customer for months and have never been disappointed.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
|
||||
},
|
||||
id: "3", name: "David K.", handle: "@davidk_london", testimonial: "The quality control here is unmatched. Every product is exactly as described. I've been a regular customer for months and have never been disappointed.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Emma T.",
|
||||
handle: "@emmatheconnoisseur",
|
||||
testimonial: "A premium experience from start to finish. Discreet packaging, fast delivery, and outstanding customer service. This is how cannabis retail should be done.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg",
|
||||
},
|
||||
id: "4", name: "Emma T.", handle: "@emmatheconnoisseur", testimonial: "A premium experience from start to finish. Discreet packaging, fast delivery, and outstanding customer service. This is how cannabis retail should be done.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Marcus P.",
|
||||
handle: "@marcusp_wellness",
|
||||
testimonial: "ELEVATE restored my faith in online cannabis retail. Professional, discreet, and reliable. The variety is impressive and prices are competitive for the quality.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3",
|
||||
},
|
||||
id: "5", name: "Marcus P.", handle: "@marcusp_wellness", testimonial: "ELEVATE restored my faith in online cannabis retail. Professional, discreet, and reliable. The variety is impressive and prices are competitive for the quality.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Lisa N.",
|
||||
handle: "@lisanaturally",
|
||||
testimonial: "Outstanding selection of cannabis oils and edibles. The customer support team is incredibly helpful in choosing the right products for my needs.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg",
|
||||
},
|
||||
id: "6", name: "Lisa N.", handle: "@lisanaturally", testimonial: "Outstanding selection of cannabis oils and edibles. The customer support team is incredibly helpful in choosing the right products for my needs.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -272,7 +220,7 @@ export default function HomePage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/heaps-marijuana-leaves_1150-25567.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/heaps-marijuana-leaves_1150-25567.jpg"
|
||||
imageAlt="Premium cannabis retail footer background"
|
||||
columns={footerColumns}
|
||||
logoText="ELEVATE"
|
||||
|
||||
Reference in New Issue
Block a user