Update src/app/cakes/page.tsx
This commit is contained in:
@@ -56,21 +56,21 @@ export default function CakesPage() {
|
||||
id: "tres-leches",
|
||||
name: "Tres Leches Cake",
|
||||
price: "$24.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sweet-cake-with-basket-roses-marble-surface_114579-21578.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sweet-cake-with-basket-roses-marble-surface_114579-21578.jpg?_wi=2",
|
||||
imageAlt: "Traditional tres leches cake with cream and fruit"
|
||||
},
|
||||
{
|
||||
id: "chocolate",
|
||||
name: "Chocolate Celebration Cake",
|
||||
price: "$22.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/epiphany-day-dessert-with-paper-crown-tablecloth_23-2148740590.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/epiphany-day-dessert-with-paper-crown-tablecloth_23-2148740590.jpg?_wi=5",
|
||||
imageAlt: "Rich chocolate celebration cake"
|
||||
},
|
||||
{
|
||||
id: "vanilla",
|
||||
name: "Vanilla Dream Cake",
|
||||
price: "$20.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-frame_23-2148708269.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-frame_23-2148708269.jpg?_wi=4",
|
||||
imageAlt: "Classic vanilla dream cake with fresh toppings"
|
||||
}
|
||||
]}
|
||||
@@ -88,37 +88,37 @@ export default function CakesPage() {
|
||||
{
|
||||
id: "1",
|
||||
name: "Maria Lopez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confectioner-uniform-decorates-cake_1157-33465.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confectioner-uniform-decorates-cake_1157-33465.jpg?_wi=2",
|
||||
imageAlt: "Maria Lopez celebration photo"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "James Wilson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-bakery-shop-owner-taking-phone-order_23-2148028001.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-bakery-shop-owner-taking-phone-order_23-2148028001.jpg?_wi=2",
|
||||
imageAlt: "James Wilson celebration photo"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sofia Garcia",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg?_wi=2",
|
||||
imageAlt: "Sofia Garcia celebration photo"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Carlos Mendez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/queer-couple-celebrating-birthday-together_23-2149570899.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/queer-couple-celebrating-birthday-together_23-2149570899.jpg?_wi=2",
|
||||
imageAlt: "Carlos Mendez celebration photo"
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Isabella Santos",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shop-assistant-preparing-croissant-bag_23-2147985156.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shop-assistant-preparing-croissant-bag_23-2147985156.jpg?_wi=2",
|
||||
imageAlt: "Isabella Santos celebration photo"
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Diego Ruiz",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-showing-approval_23-2148334512.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-showing-approval_23-2148334512.jpg?_wi=2",
|
||||
imageAlt: "Diego Ruiz celebration photo"
|
||||
}
|
||||
]}
|
||||
@@ -134,7 +134,7 @@ export default function CakesPage() {
|
||||
description="Whether it's a birthday, anniversary, wedding, or special occasion, our cakes bring joy to every celebration. Contact us to order your custom cake or visit us to explore more options. We also offer custom decorations and flavors to make your moment uniquely yours."
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-selecting-packed-food-food-counter_107420-63658.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-selecting-packed-food-food-counter_107420-63658.jpg?_wi=3"
|
||||
imageAlt="International Bakery cake selection counter"
|
||||
mediaPosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user