4 Commits

Author SHA1 Message Date
9372207d3f Merge version_3 into main
Merge version_3 into main
2026-03-09 20:40:47 +00:00
d6b3d87cc3 Update src/app/page.tsx 2026-03-09 20:40:43 +00:00
bb60916eca Update src/app/menu/page.tsx 2026-03-09 20:40:43 +00:00
f8149503ff Merge version_2 into main
Merge version_2 into main
2026-03-09 20:36:09 +00:00
2 changed files with 7 additions and 7 deletions

View File

@@ -55,13 +55,13 @@ export default function MenuPage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "conchas", name: "Mexican Conchas", price: "$3.99", imageSrc: "http://img.b2bpic.net/free-photo/epiphany-day-dessert-with-paper-crown-tablecloth_23-2148740590.jpg?_wi=3", imageAlt: "Colorful Mexican concha pastries", initialQuantity: 1,
id: "conchas", name: "Mexican Conchas", price: "$3.99", imageSrc: "http://img.b2bpic.net/free-photo/colorful-fresh-concha-pastries-display_23-2149015732.jpg?_wi=3", imageAlt: "Colorful Mexican concha pastries", initialQuantity: 1,
},
{
id: "empanadas", name: "Empanadas", price: "$4.49", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-frame_23-2148708269.jpg?_wi=2", imageAlt: "Golden baked empanadas", initialQuantity: 1,
id: "bread", name: "Mexican Bread", price: "$4.99", imageSrc: "http://img.b2bpic.net/free-photo/fresh-baked-traditional-mexican-bread-display_23-2149015733.jpg?_wi=2", imageAlt: "Traditional Mexican bread varieties", initialQuantity: 1,
},
{
id: "cream-buns", name: "Cream Cheese Buns", price: "$2.99", imageSrc: "http://img.b2bpic.net/free-photo/event-wedding-buffet-snack-meat_1203-5102.jpg?_wi=2", imageAlt: "Fresh cream cheese buns", initialQuantity: 1,
id: "empanadas", name: "Empanadas", price: "$4.49", imageSrc: "http://img.b2bpic.net/free-photo/golden-baked-empanadas-pastries_23-2149015734.jpg?_wi=2", imageAlt: "Golden baked empanadas", initialQuantity: 1,
},
]}
/>

View File

@@ -108,16 +108,16 @@ export default function HomePage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "conchas", name: "Mexican Conchas", price: "$3.99", imageSrc: "http://img.b2bpic.net/free-photo/epiphany-day-dessert-with-paper-crown-tablecloth_23-2148740590.jpg?_wi=2", imageAlt: "Colorful Mexican concha pastries", initialQuantity: 1,
id: "conchas", name: "Mexican Conchas", price: "$3.99", imageSrc: "http://img.b2bpic.net/free-photo/colorful-fresh-concha-pastries-display_23-2149015732.jpg?_wi=2", imageAlt: "Colorful Mexican concha pastries", initialQuantity: 1,
},
{
id: "conchas-2", name: "Mexican Conchas", price: "$3.99", imageSrc: "http://img.b2bpic.net/free-photo/epiphany-day-dessert-with-paper-crown-tablecloth_23-2148740590.jpg?_wi=2", imageAlt: "Colorful Mexican concha pastries", initialQuantity: 1,
id: "bread", name: "Mexican Bread", price: "$4.99", imageSrc: "http://img.b2bpic.net/free-photo/fresh-baked-traditional-mexican-bread-display_23-2149015733.jpg?_wi=2", imageAlt: "Traditional Mexican bread varieties", initialQuantity: 1,
},
{
id: "empanadas", name: "Empanadas", price: "$4.49", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-frame_23-2148708269.jpg?_wi=1", imageAlt: "Golden baked empanadas", initialQuantity: 1,
id: "empanadas", name: "Empanadas", price: "$4.49", imageSrc: "http://img.b2bpic.net/free-photo/golden-baked-empanadas-pastries_23-2149015734.jpg?_wi=1", imageAlt: "Golden baked empanadas", initialQuantity: 1,
},
{
id: "cream-buns", name: "Cream Cheese Buns", price: "$2.99", imageSrc: "http://img.b2bpic.net/free-photo/event-wedding-buffet-snack-meat_1203-5102.jpg?_wi=1", imageAlt: "Fresh cream cheese buns", initialQuantity: 1,
id: "cream-buns", name: "Cream Cheese Buns", price: "$2.99", imageSrc: "http://img.b2bpic.net/free-photo/fresh-cream-cheese-buns-bakery_23-2149015735.jpg?_wi=1", imageAlt: "Fresh cream cheese buns", initialQuantity: 1,
},
]}
/>