diff --git a/src/app/page.tsx b/src/app/page.tsx index 259febe..3d5e57c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,16 +86,19 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "1", name: "Spicy Honey Garlic Wings", price: "Fresh Daily", imageSrc: "http://img.b2bpic.net/free-photo/buffalo-spicy-chicken-wings-with-cayenne-pepper-sauce-isolated-white-background_123827-29083.jpg", imageAlt: "Spicy honey garlic wings" + id: "1", name: "Spicy Honey Garlic Wings", price: "Fresh Daily", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AotlanrO6Nk1cglBufIaJoSPxd/uploaded-1773332463171-72bjl39m.png", imageAlt: "Spicy honey garlic wings" }, { - id: "2", name: "Buffalo Chicken Fries", price: "Signature Dish", imageSrc: "http://img.b2bpic.net/free-photo/group-cheerful-friends-eating-donuts-cafe_637285-7978.jpg", imageAlt: "Buffalo chicken fries with sauce" + id: "2", name: "Buffalo Chicken Fries", price: "Signature Dish", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AotlanrO6Nk1cglBufIaJoSPxd/uploaded-1773332463171-v75v6fd8.png", imageAlt: "Buffalo chicken fries with sauce" }, { - id: "3", name: "Whiting Fish & Fries", price: "House Special", imageSrc: "http://img.b2bpic.net/free-photo/chicken-schnitzel-served-with-lettuce-greens_141793-569.jpg", imageAlt: "Crispy fried whiting fish basket" + id: "3", name: "Whiting Fish & Fries", price: "House Special", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AotlanrO6Nk1cglBufIaJoSPxd/uploaded-1773332463171-9axm48uf.png", imageAlt: "Crispy fried whiting fish basket" }, { - id: "4", name: "Chicken, Salmon & Shrimp Tacos", price: "Made Fresh", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-taco-plate_23-2148764324.jpg", imageAlt: "Gourmet seafood and chicken tacos" + id: "4", name: "Chicken, Salmon & Shrimp Tacos", price: "Made Fresh", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AotlanrO6Nk1cglBufIaJoSPxd/uploaded-1773332463171-kmn3y8pn.png", imageAlt: "Gourmet seafood and chicken tacos" + }, + { + id: "5", name: "Featured Special", price: "Chef's Pick", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AotlanrO6Nk1cglBufIaJoSPxd/uploaded-1773332463171-svke6qie.png", imageAlt: "Chef's special dish" } ]} />