Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-11 18:10:24 +00:00

View File

@@ -19,17 +19,17 @@ export default function StorePage() {
const allProducts = [
{
id: "1", name: "Sourdough Loaf", price: "Rs 350", imageSrc: "http://img.b2bpic.net/free-photo/oatmeal-cookies-with-black-cumin-with-glass-coffee_114579-16082.jpg", imageAlt: "Fresh sourdough loaf"},
id: "1", name: "Sourdough Loaf", price: "Rs 350", imageSrc: "http://img.b2bpic.net/free-photo/oatmeal-cookies-with-black-cumin-with-glass-coffee_114579-16082.jpg?_wi=1", imageAlt: "Fresh sourdough loaf"},
{
id: "2", name: "Butter Croissant", price: "Rs 200", imageSrc: "http://img.b2bpic.net/free-photo/close-up-roissants-near-drink-book_23-2147886002.jpg", imageAlt: "Buttery croissant"},
id: "2", name: "Butter Croissant", price: "Rs 200", imageSrc: "http://img.b2bpic.net/free-photo/close-up-roissants-near-drink-book_23-2147886002.jpg?_wi=1", imageAlt: "Buttery croissant"},
{
id: "3", name: "NY Cheesecake", price: "Rs 450", imageSrc: "http://img.b2bpic.net/free-photo/variety-pastries-buns-wooden-board_114579-12903.jpg", imageAlt: "Fresh cheesecake slice"},
id: "3", name: "NY Cheesecake", price: "Rs 450", imageSrc: "http://img.b2bpic.net/free-photo/variety-pastries-buns-wooden-board_114579-12903.jpg?_wi=1", imageAlt: "Fresh cheesecake slice"},
{
id: "4", name: "Whole Wheat Bread", price: "Rs 300", imageSrc: "http://img.b2bpic.net/free-photo/oatmeal-cookies-with-black-cumin-with-glass-coffee_114579-16082.jpg", imageAlt: "Whole wheat bread loaf"},
id: "4", name: "Whole Wheat Bread", price: "Rs 300", imageSrc: "http://img.b2bpic.net/free-photo/oatmeal-cookies-with-black-cumin-with-glass-coffee_114579-16082.jpg?_wi=2", imageAlt: "Whole wheat bread loaf"},
{
id: "5", name: "Almond Croissant", price: "Rs 250", imageSrc: "http://img.b2bpic.net/free-photo/close-up-roissants-near-drink-book_23-2147886002.jpg", imageAlt: "Almond-filled croissant"},
id: "5", name: "Almond Croissant", price: "Rs 250", imageSrc: "http://img.b2bpic.net/free-photo/close-up-roissants-near-drink-book_23-2147886002.jpg?_wi=2", imageAlt: "Almond-filled croissant"},
{
id: "6", name: "Chocolate Cake", price: "Rs 500", imageSrc: "http://img.b2bpic.net/free-photo/variety-pastries-buns-wooden-board_114579-12903.jpg", imageAlt: "Chocolate cake slice"},
id: "6", name: "Chocolate Cake", price: "Rs 500", imageSrc: "http://img.b2bpic.net/free-photo/variety-pastries-buns-wooden-board_114579-12903.jpg?_wi=2", imageAlt: "Chocolate cake slice"},
];
return (