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