Update src/app/competitions/page.tsx

This commit is contained in:
2026-03-02 19:58:21 +00:00
parent efb4564f3e
commit db77d56692

View File

@@ -34,9 +34,7 @@ export default function CompetitionsPage() {
{ name: "Contact", id: "contact" },
]}
button={{
text: "Enter Competition",
href: "/competitions",
}}
text: "Enter Competition", href: "/competitions"}}
/>
</div>
@@ -53,36 +51,16 @@ export default function CompetitionsPage() {
animationType="slide-up"
products={[
{
id: "comp-1",
name: "Luxury Swiss Chronograph Watch",
price: "£49",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-man-accessories_1328-2271.jpg?_wi=2",
imageAlt: "Premium Swiss watch",
initialQuantity: 1,
id: "comp-1", name: "Luxury Swiss Chronograph Watch", price: "£49", imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-man-accessories_1328-2271.jpg", imageAlt: "Premium Swiss watch", initialQuantity: 1,
},
{
id: "comp-2",
name: "Diamond Engagement Ring Collection",
price: "£89",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-wildlife-insecta-summer-bug_1232-3548.jpg?_wi=2",
imageAlt: "Luxury diamond ring",
initialQuantity: 1,
id: "comp-2", name: "Diamond Engagement Ring Collection", price: "£89", imageSrc: "http://img.b2bpic.net/free-photo/fresh-wildlife-insecta-summer-bug_1232-3548.jpg", imageAlt: "Luxury diamond ring", initialQuantity: 1,
},
{
id: "comp-3",
name: "Luxury Weekend Getaway Package",
price: "£129",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-car-interior-brown-black-colors_181624-31177.jpg?_wi=2",
imageAlt: "Premium vacation experience",
initialQuantity: 1,
id: "comp-3", name: "Luxury Weekend Getaway Package", price: "£129", imageSrc: "http://img.b2bpic.net/free-photo/luxury-car-interior-brown-black-colors_181624-31177.jpg", imageAlt: "Premium vacation experience", initialQuantity: 1,
},
{
id: "comp-4",
name: "Designer Handbag & Accessories",
price: "£199",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-man-accessories_1328-2271.jpg?_wi=3",
imageAlt: "Luxury designer bag",
initialQuantity: 1,
id: "comp-4", name: "Designer Handbag & Accessories", price: "£199", imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-man-accessories_1328-2271.jpg", imageAlt: "Luxury designer bag", initialQuantity: 1,
},
]}
gridVariant="bento-grid"