diff --git a/src/app/page.tsx b/src/app/page.tsx index 197fce8..60d58f6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -121,6 +121,7 @@ export default function LandingPage() { id: "1", name: "Classic Espresso", price: "$3.50", + rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766920190905-afgbf22n.jpg", imageAlt: "Bold and rich espresso shot" }, @@ -128,6 +129,7 @@ export default function LandingPage() { id: "2", name: "Silky Cappuccino", price: "$5.00", + rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766504472539-8fcfbdrv.jpg", imageAlt: "Creamy cappuccino with perfect foam" }, @@ -135,6 +137,7 @@ export default function LandingPage() { id: "3", name: "Smooth Latte", price: "$5.50", + rating: 4, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766920191959-azsx4ig5.jpg", imageAlt: "Smooth and creamy latte" }, @@ -142,6 +145,7 @@ export default function LandingPage() { id: "4", name: "Cold Brew", price: "$4.50", + rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766920192796-cd28tqbs.jpg", imageAlt: "Refreshing iced cold brew" }