From 25b1eeccb9d0e540b7f34f30efc178e970008b46 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:38:43 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 32 +++++++++++--------------------- 1 file changed, 11 insertions(+), 21 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 1fbc4ed..d6d406a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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" /> @@ -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" /> @@ -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() {