From db77d56692eae4adf2e9bf5d72480124ad97aee9 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 19:58:21 +0000 Subject: [PATCH] Update src/app/competitions/page.tsx --- src/app/competitions/page.tsx | 32 +++++--------------------------- 1 file changed, 5 insertions(+), 27 deletions(-) diff --git a/src/app/competitions/page.tsx b/src/app/competitions/page.tsx index 1b6fba9..ddca1eb 100644 --- a/src/app/competitions/page.tsx +++ b/src/app/competitions/page.tsx @@ -34,9 +34,7 @@ export default function CompetitionsPage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "Enter Competition", - href: "/competitions", - }} + text: "Enter Competition", href: "/competitions"}} /> @@ -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"