diff --git a/src/app/page.tsx b/src/app/page.tsx index 574cd7a..94a5728 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" }