Update src/app/merch/page.tsx
This commit is contained in:
@@ -19,11 +19,14 @@ export default function MerchPage() {
|
||||
|
||||
const products = [
|
||||
{
|
||||
id: "1", name: "Classic T-Shirt", price: "€19,99", imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-beautiful-girl-sits-table-with-makeup-tools-applying-powder-blush-isolated-olive-green-wall_141793-106162.jpg", imageAlt: "ASBEST Classic T-Shirt"},
|
||||
id: "1", name: "Classic T-Shirt", price: "€19,99", imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-beautiful-girl-sits-table-with-makeup-tools-applying-powder-blush-isolated-olive-green-wall_141793-106162.jpg", imageAlt: "ASBEST Classic T-Shirt"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Festival Hat", price: "€14,99", imageSrc: "http://img.b2bpic.net/free-photo/young-female-holding-hand-head-see-clearly-while-keeping-hand-waist-t-shirt-cap-looking-focused-front-view_176474-54638.jpg", imageAlt: "ASBEST Festival Hat"},
|
||||
id: "2", name: "Festival Hat", price: "€14,99", imageSrc: "http://img.b2bpic.net/free-photo/young-female-holding-hand-head-see-clearly-while-keeping-hand-waist-t-shirt-cap-looking-focused-front-view_176474-54638.jpg", imageAlt: "ASBEST Festival Hat"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Logo Hoodie", price: "€44,99", imageSrc: "http://img.b2bpic.net/free-photo/grunge-style-fashion-editorial_23-2151925541.jpg", imageAlt: "ASBEST Logo Hoodie"},
|
||||
id: "3", name: "Logo Hoodie", price: "€44,99", imageSrc: "http://img.b2bpic.net/free-photo/grunge-style-fashion-editorial_23-2151925541.jpg", imageAlt: "ASBEST Logo Hoodie"
|
||||
},
|
||||
];
|
||||
|
||||
const footerColumns = [
|
||||
@@ -96,7 +99,7 @@ export default function MerchPage() {
|
||||
tag="Orders"
|
||||
title="Get Your ASBEST Gear"
|
||||
description="Limited stock available. Rock the official merchandise and show your support for true Dutch boerenrock."
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
useInvertedBackground={true}
|
||||
inputPlaceholder="Your email"
|
||||
buttonText="Order Now"
|
||||
|
||||
Reference in New Issue
Block a user