Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #2.
This commit is contained in:
2025-12-25 16:20:14 +00:00

View File

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