Update src/app/custom-cakes/page.tsx

This commit is contained in:
2026-03-11 22:33:32 +00:00
parent db4ae2698b
commit 7f4e3ef006

View File

@@ -52,7 +52,7 @@ export default function CustomCakesPage() {
{ text: "Request Quote", href: "tel:+213" },
{ text: "Start Design", href: "#featured-desserts" },
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-fancy-dessert_23-2150527582.jpg"
imageSrc="http://img.b2bpic.net/free-photo/close-up-fancy-dessert_23-2150527582.jpg?_wi=2"
imageAlt="Beautiful custom cake display"
mediaAnimation="opacity"
/>
@@ -73,7 +73,7 @@ export default function CustomCakesPage() {
id: "1",
name: "Lotus Cheesecake Base",
price: "1,500 DA",
imageSrc: "http://img.b2bpic.net/free-photo/slice-vanilla-cheesecake-plate-against-rustic-brown-wood-table_114579-23.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/slice-vanilla-cheesecake-plate-against-rustic-brown-wood-table_114579-23.jpg?_wi=4",
imageAlt: "Lotus Biscoff Cheesecake Base",
initialQuantity: 1,
},
@@ -81,7 +81,7 @@ export default function CustomCakesPage() {
id: "2",
name: "Dark Chocolate Foundation",
price: "1,200 DA",
imageSrc: "http://img.b2bpic.net/free-photo/slice-cake-with-orange-slices-marmalades-black-plate-high-quality-photo_114579-78039.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/slice-cake-with-orange-slices-marmalades-black-plate-high-quality-photo_114579-78039.jpg?_wi=4",
imageAlt: "Rich Dark Chocolate Layer Foundation",
initialQuantity: 1,
},
@@ -89,7 +89,7 @@ export default function CustomCakesPage() {
id: "3",
name: "Strawberry Sponge Layer",
price: "1,000 DA",
imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cakes-appetizing-cake-strawberries-pomegranate-lemon-bowls-berries-cookies-table_140725-123555.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cakes-appetizing-cake-strawberries-pomegranate-lemon-bowls-berries-cookies-table_140725-123555.jpg?_wi=4",
imageAlt: "Fresh Strawberry Sponge Layer",
initialQuantity: 1,
},
@@ -110,25 +110,25 @@ export default function CustomCakesPage() {
id: "1",
title: "Expert Cake Designers",
tags: ["Skilled", "Creative"],
imageSrc: "http://img.b2bpic.net/free-psd/instagram-posts-collection-elegant-fancy-restaurant_23-2150229106.jpg",
imageSrc: "http://img.b2bpic.net/free-psd/instagram-posts-collection-elegant-fancy-restaurant_23-2150229106.jpg?_wi=4",
},
{
id: "2",
title: "Premium Custom Flavors",
tags: ["Gourmet", "Personalized"],
imageSrc: "http://img.b2bpic.net/free-photo/close-up-fancy-dessert_23-2150527582.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-fancy-dessert_23-2150527582.jpg?_wi=3",
},
{
id: "3",
title: "Fast Turnaround",
tags: ["48 Hours", "Reliable"],
imageSrc: "http://img.b2bpic.net/free-psd/instagram-posts-collection-elegant-fancy-restaurant_23-2150229106.jpg",
imageSrc: "http://img.b2bpic.net/free-psd/instagram-posts-collection-elegant-fancy-restaurant_23-2150229106.jpg?_wi=5",
},
{
id: "4",
title: "Artistic Presentation",
tags: ["Instagram-Ready", "Elegant"],
imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-hot-coffee-cup_1150-10432.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-hot-coffee-cup_1150-10432.jpg?_wi=5",
},
]}
/>