Compare commits

2 Commits

Author SHA1 Message Date
e403d1f695 Merge version_3 into main
Merge version_3 into main
2025-12-25 16:20:14 +00:00
674a6cf9a2 Update src/app/page.tsx 2025-12-25 16:20:09 +00:00

View File

@@ -152,6 +152,7 @@ export default function CoffeePage() {
id: "1",
name: "Morning Croissant",
price: "$5.99",
rating: 4.8,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766573458620-djq2znw8.jpg",
imageAlt: "Butter Croissant"
},
@@ -159,6 +160,7 @@ export default function CoffeePage() {
id: "2",
name: "Caprese Sandwich",
price: "$9.99",
rating: 4.9,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766414396263-ecaeakat.jpg",
imageAlt: "Fresh Caprese Sandwich"
},
@@ -166,6 +168,7 @@ export default function CoffeePage() {
id: "3",
name: "Chocolate Cake",
price: "$6.99",
rating: 4.7,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766573460458-6fck1vod.jpg",
imageAlt: "Rich Chocolate Cake"
}