Update src/app/shop/page.tsx

This commit is contained in:
2026-03-16 16:04:28 +00:00
parent 62a29708e4
commit bfbc6046d7

View File

@@ -48,15 +48,15 @@ export default function ShopPage() {
description="Discover our complete collection of handcrafted artisan chocolate. From single bars to luxury gift collections, every product is made with passion and the finest ingredients."
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-cupcakes_23-2149234832.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-cupcakes_23-2149234832.jpg?_wi=2",
imageAlt: "Premium chocolate bars collection",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-romantic-box-with-lights-gold-ribbon-muffin_181624-33669.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-romantic-box-with-lights-gold-ribbon-muffin_181624-33669.jpg?_wi=2",
imageAlt: "Luxury chocolate gift sets",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-sweets-plate-chocolate-truffles-bowl_23-2148542450.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-sweets-plate-chocolate-truffles-bowl_23-2148542450.jpg?_wi=2",
imageAlt: "Artisan chocolate selection",
},
]}
@@ -89,7 +89,7 @@ export default function ShopPage() {
name: "Dark Chocolate 70%",
price: "£8.99",
variant: "Single Bar",
imageSrc: "http://img.b2bpic.net/free-photo/sweet-jaggery-dessert-arrangement_23-2149335544.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sweet-jaggery-dessert-arrangement_23-2149335544.jpg?_wi=2",
imageAlt: "Dark chocolate 70%",
},
{
@@ -97,7 +97,7 @@ export default function ShopPage() {
name: "Silk Truffle Collection",
price: "£14.99",
variant: "6 Pieces",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-selection-plate_23-2148019469.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-selection-plate_23-2148019469.jpg?_wi=2",
imageAlt: "Silk truffles luxury collection",
},
{
@@ -105,7 +105,7 @@ export default function ShopPage() {
name: "Ruby Pink Chocolate",
price: "£12.99",
variant: "Single Bar",
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-candies-raspberry-white_176420-7474.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-candies-raspberry-white_176420-7474.jpg?_wi=2",
imageAlt: "Ruby pink chocolate bar",
},
{
@@ -113,7 +113,7 @@ export default function ShopPage() {
name: "Sea Salt & Caramel",
price: "£9.99",
variant: "Single Bar",
imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-cookies-black-platter_114579-44852.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-cookies-black-platter_114579-44852.jpg?_wi=2",
imageAlt: "Sea salt caramel chocolate",
},
{
@@ -121,7 +121,7 @@ export default function ShopPage() {
name: "White Coconut Dream",
price: "£10.99",
variant: "Single Bar",
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-sweets-plate-chocolate-truffles-bowl_23-2148542450.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-sweets-plate-chocolate-truffles-bowl_23-2148542450.jpg?_wi=3",
imageAlt: "White chocolate coconut bar",
},
{
@@ -129,7 +129,7 @@ export default function ShopPage() {
name: "Espresso Blend",
price: "£11.99",
variant: "Single Bar",
imageSrc: "http://img.b2bpic.net/free-photo/spices-near-ground-coffee_23-2147747264.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/spices-near-ground-coffee_23-2147747264.jpg?_wi=2",
imageAlt: "Espresso blend chocolate",
},
{
@@ -137,7 +137,7 @@ export default function ShopPage() {
name: "Deluxe Gift Box",
price: "£29.99",
variant: "12 Pieces",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-romantic-box-with-lights-gold-ribbon-muffin_181624-33669.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-romantic-box-with-lights-gold-ribbon-muffin_181624-33669.jpg?_wi=3",
imageAlt: "Deluxe gift box assortment",
},
{
@@ -145,7 +145,7 @@ export default function ShopPage() {
name: "Premium Selection Box",
price: "£39.99",
variant: "20 Pieces",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-cupcakes_23-2149234832.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-cupcakes_23-2149234832.jpg?_wi=3",
imageAlt: "Premium selection chocolate box",
},
]}