diff --git a/src/app/page.tsx b/src/app/page.tsx index 21a550b..44cc733 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -116,7 +116,7 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "classic-burger", name: "Classic Cheeseburger", price: "2,500 ₸", imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-meat-cheeseburger-dark-background-snack-fast-food-sandwich-burger-toast-salad-dish_140725-159201.jpg", imageAlt: "Classic beef burger with melted cheese", isFavorited: false, + id: "classic-burger", name: "Classic Cheeseburger", price: "2,500 ₸", imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-meat-cheeseburger-dark-background-snack-fast-food-sandwich-burger-toast-salad-dish_140725-159201.jpg?_wi=1", imageAlt: "Classic beef burger with melted cheese", isFavorited: false, initialQuantity: 1 }, { @@ -136,7 +136,7 @@ export default function LandingPage() { initialQuantity: 1 }, { - id: "combo", name: "Premium Combo Deal", price: "4,200 ₸", imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-meat-cheeseburger-dark-background-snack-fast-food-sandwich-burger-toast-salad-dish_140725-159201.jpg", imageAlt: "Complete meal combo package", isFavorited: false, + id: "combo", name: "Premium Combo Deal", price: "4,200 ₸", imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-meat-cheeseburger-dark-background-snack-fast-food-sandwich-burger-toast-salad-dish_140725-159201.jpg?_wi=2", imageAlt: "Complete meal combo package", isFavorited: false, initialQuantity: 1 } ]} @@ -174,7 +174,7 @@ export default function LandingPage() {