Update src/app/bakery-snacks/page.tsx
This commit is contained in:
@@ -95,7 +95,7 @@ export default function BakerySnacksPage() {
|
||||
id: "1",
|
||||
name: "Artisan Whole Wheat Bread",
|
||||
price: "$5.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-basket-with-bread_23-2147717751.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-basket-with-bread_23-2147717751.jpg?_wi=4",
|
||||
imageAlt: "Fresh baked whole wheat bread",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -103,7 +103,7 @@ export default function BakerySnacksPage() {
|
||||
id: "2",
|
||||
name: "Assorted Cookies Pack",
|
||||
price: "$6.49",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-different-kind-snacks-as-nuts-crackers-cookies-bowls-white-wooden-surface-horizontal_176474-935.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-different-kind-snacks-as-nuts-crackers-cookies-bowls-white-wooden-surface-horizontal_176474-935.jpg?_wi=3",
|
||||
imageAlt: "Assorted cookies collection",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -111,7 +111,7 @@ export default function BakerySnacksPage() {
|
||||
id: "3",
|
||||
name: "Croissants Selection Box (6 pieces)",
|
||||
price: "$7.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-basket-with-bread_23-2147717751.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-basket-with-bread_23-2147717751.jpg?_wi=5",
|
||||
imageAlt: "Fresh croissants selection",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -119,7 +119,7 @@ export default function BakerySnacksPage() {
|
||||
id: "4",
|
||||
name: "Granola & Cereal Mix",
|
||||
price: "$4.49",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-different-kind-snacks-as-nuts-crackers-cookies-bowls-white-wooden-surface-horizontal_176474-935.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-different-kind-snacks-as-nuts-crackers-cookies-bowls-white-wooden-surface-horizontal_176474-935.jpg?_wi=4",
|
||||
imageAlt: "Healthy granola and cereal",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -127,7 +127,7 @@ export default function BakerySnacksPage() {
|
||||
id: "5",
|
||||
name: "Premium Chocolate Brownies",
|
||||
price: "$8.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-basket-with-bread_23-2147717751.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-basket-with-bread_23-2147717751.jpg?_wi=6",
|
||||
imageAlt: "Premium chocolate brownies",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -135,7 +135,7 @@ export default function BakerySnacksPage() {
|
||||
id: "6",
|
||||
name: "Sourdough Bread Loaf",
|
||||
price: "$6.49",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-basket-with-bread_23-2147717751.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-basket-with-bread_23-2147717751.jpg?_wi=7",
|
||||
imageAlt: "Artisan sourdough loaf",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -162,7 +162,7 @@ export default function BakerySnacksPage() {
|
||||
title: "Fresh Bread",
|
||||
description: "Daily baked artisan and whole wheat breads",
|
||||
tag: "Daily Fresh",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-basket-with-bread_23-2147717751.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-basket-with-bread_23-2147717751.jpg?_wi=8",
|
||||
buttons: [{ text: "Shop Bread", href: "#" }],
|
||||
},
|
||||
{
|
||||
@@ -170,7 +170,7 @@ export default function BakerySnacksPage() {
|
||||
title: "Sweet Pastries",
|
||||
description: "Croissants, danishes, and sweet treats",
|
||||
tag: "Sweet Delights",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-basket-with-bread_23-2147717751.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-basket-with-bread_23-2147717751.jpg?_wi=9",
|
||||
buttons: [{ text: "Shop Pastries", href: "#" }],
|
||||
},
|
||||
{
|
||||
@@ -178,7 +178,7 @@ export default function BakerySnacksPage() {
|
||||
title: "Savory Snacks",
|
||||
description: "Crackers, chips, and savory bites",
|
||||
tag: "Savory Picks",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-different-kind-snacks-as-nuts-crackers-cookies-bowls-white-wooden-surface-horizontal_176474-935.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-different-kind-snacks-as-nuts-crackers-cookies-bowls-white-wooden-surface-horizontal_176474-935.jpg?_wi=5",
|
||||
buttons: [{ text: "Shop Snacks", href: "#" }],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user