Update src/app/about/page.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user