Merge version_1 into main #1
@@ -50,13 +50,13 @@ export default function BakeryPage() {
|
|||||||
imageSrc: "http://img.b2bpic.net/free-photo/baker-with-flour-hand_169016-1422.jpg", imageAlt: "Fresh baked goods display"
|
imageSrc: "http://img.b2bpic.net/free-photo/baker-with-flour-hand_169016-1422.jpg", imageAlt: "Fresh baked goods display"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-croissant-with-ham-cheese-butter-wooden-board-kitchen_613910-6448.jpg", imageAlt: "Golden croissant"
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-croissant-with-ham-cheese-butter-wooden-board-kitchen_613910-6448.jpg?_wi=1", imageAlt: "Golden croissant"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/sliced-loaf-artisan-sourdough-bread-cutting-board-top-view-vertical-frame_166373-2967.jpg", imageAlt: "Artisan sourdough loaf"
|
imageSrc: "http://img.b2bpic.net/free-photo/sliced-loaf-artisan-sourdough-bread-cutting-board-top-view-vertical-frame_166373-2967.jpg?_wi=1", imageAlt: "Artisan sourdough loaf"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/vegan-austrian-sachertorte-cake_181624-61440.jpg", imageAlt: "Rich chocolate cake"
|
imageSrc: "http://img.b2bpic.net/free-photo/vegan-austrian-sachertorte-cake_181624-61440.jpg?_wi=1", imageAlt: "Rich chocolate cake"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-delicious-cinnamon-rolls-covered-white-glaze-black-table_181624-20360.jpg", imageAlt: "Warm cinnamon roll"
|
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-delicious-cinnamon-rolls-covered-white-glaze-black-table_181624-20360.jpg", imageAlt: "Warm cinnamon roll"
|
||||||
@@ -79,13 +79,13 @@ export default function BakeryPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Classic Croissants", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-croissant-with-ham-cheese-butter-wooden-board-kitchen_613910-6448.jpg", imageAlt: "Golden croissants", initialQuantity: 1
|
id: "1", name: "Classic Croissants", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-croissant-with-ham-cheese-butter-wooden-board-kitchen_613910-6448.jpg?_wi=2", imageAlt: "Golden croissants", initialQuantity: 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", name: "Sourdough Loaf", price: "$6.99", imageSrc: "http://img.b2bpic.net/free-photo/sliced-loaf-artisan-sourdough-bread-cutting-board-top-view-vertical-frame_166373-2967.jpg", imageAlt: "Artisan sourdough", initialQuantity: 1
|
id: "2", name: "Sourdough Loaf", price: "$6.99", imageSrc: "http://img.b2bpic.net/free-photo/sliced-loaf-artisan-sourdough-bread-cutting-board-top-view-vertical-frame_166373-2967.jpg?_wi=2", imageAlt: "Artisan sourdough", initialQuantity: 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", name: "Chocolate Dream Cake", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/vegan-austrian-sachertorte-cake_181624-61440.jpg", imageAlt: "Chocolate cake", initialQuantity: 1
|
id: "3", name: "Chocolate Dream Cake", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/vegan-austrian-sachertorte-cake_181624-61440.jpg?_wi=2", imageAlt: "Chocolate cake", initialQuantity: 1
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user