Compare commits
2 Commits
00bcc9325d
...
e403d1f695
| Author | SHA1 | Date | |
|---|---|---|---|
| e403d1f695 | |||
| 674a6cf9a2 |
@@ -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"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user