Update src/app/corporate-gifts/page.tsx

This commit is contained in:
2026-03-16 16:04:25 +00:00
parent 1bf25c75bc
commit 36280b8c6d

View File

@@ -78,7 +78,7 @@ export default function CorporateGiftsPage() {
name: "Executive Selection Box",
price: "£45.00",
variant: "12 Piece Assortment",
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=3",
imageAlt: "Executive chocolate selection box",
},
{
@@ -86,7 +86,7 @@ export default function CorporateGiftsPage() {
name: "Artisan Collection",
price: "£35.00",
variant: "8 Piece Premium Set",
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=3",
imageAlt: "Artisan chocolate collection",
},
{
@@ -94,7 +94,7 @@ export default function CorporateGiftsPage() {
name: "Luxury Gift Set",
price: "£65.00",
variant: "24 Piece Deluxe",
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=4",
imageAlt: "Luxury chocolate gift set",
},
{
@@ -102,7 +102,7 @@ export default function CorporateGiftsPage() {
name: "Seasonal Corporate Bundle",
price: "£55.00",
variant: "Limited Edition Mix",
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=3",
imageAlt: "Seasonal corporate chocolate bundle",
},
]}
@@ -123,19 +123,19 @@ export default function CorporateGiftsPage() {
id: 1,
title: "Custom Branding & Packaging",
description: "Add your company logo and messaging to chocolate boxes. Elevate your brand presence with bespoke packaging and personalized gift cards.",
imageSrc: "http://img.b2bpic.net/free-photo/small-paper-bag-packed-chocolate-bar-with-cocoa-beans-table_23-2147873723.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/small-paper-bag-packed-chocolate-bar-with-cocoa-beans-table_23-2147873723.jpg?_wi=3",
},
{
id: 2,
title: "Bulk Order Discounts",
description: "Scale your gifting with volume discounts for orders of 50+ units. Dedicated account manager for seamless ordering and delivery coordination.",
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=4",
},
{
id: 3,
title: "Flexible Delivery & Timing",
description: "Strategic delivery scheduling for conferences, holidays, and special events. Expedited options available for last-minute needs.",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cookies-table_23-2149681890.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cookies-table_23-2149681890.jpg?_wi=3",
},
]}
/>