diff --git a/src/app/page.tsx b/src/app/page.tsx index e43461e..7a21aeb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -92,11 +92,15 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", name: "Signature Grilled Salmon", price: "₹400", variant: "Main Course", imageSrc: "http://img.b2bpic.net/free-photo/front-view-bruschetta-with-sesame-seeds-tomatoes_141793-4581.jpg?_wi=2"}, + id: "p1", name: "Signature Grilled Salmon", price: "₹400", variant: "Main Course", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BkGVDrJEUcwi6pAwSw8WGChizj/uploaded-1775026098855-jso5s9y3.jpg"}, { - id: "p2", name: "Mediterranean Pasta", price: "₹350", variant: "Main Course", imageSrc: "http://img.b2bpic.net/free-photo/top-view-avocado-salad-with-raddish-yellow-bell-pepper-fresh-herbs_140725-1462.jpg"}, + id: "p2", name: "Mediterranean Pasta", price: "₹350", variant: "Main Course", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BkGVDrJEUcwi6pAwSw8WGChizj/uploaded-1775026098855-bnfyazkk.jpg"}, { - id: "p3", name: "Artisanal Dessert Platter", price: "₹200", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/beef-with-pistachio-topping-served-with-fruits-berries_7502-7390.jpg"}, + id: "p3", name: "Artisanal Dessert Platter", price: "₹200", variant: "Dessert", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BkGVDrJEUcwi6pAwSw8WGChizj/uploaded-1775026098855-5ecpvw2x.jpg"}, + { + id: "p4", name: "Fresh Garden Salad", price: "₹250", variant: "Appetizer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BkGVDrJEUcwi6pAwSw8WGChizj/uploaded-1775026098855-yzyxfzcu.jpg"}, + { + id: "p5", name: "Gourmet Fusion Bowl", price: "₹450", variant: "Main Course", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BkGVDrJEUcwi6pAwSw8WGChizj/uploaded-1775026098855-0iji9xos.jpg"}, ]} title="Our Signature Dishes" description="Taste the craft and passion in every bite. Explore our curated multi-cuisine menu." @@ -149,4 +153,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file