From d77e094f55248b3ebdd983d025527b0443adf1b6 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 07:44:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d4e66df..4ba1e91 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { title="Bites by Usama" linkCards={[ { title: "Order Now", description: "Get your gourmet meal delivered", button: { text: "Order Now", onClick: handleOrder }, imageSrc: "http://img.b2bpic.net/free-photo/attractive-hipster-dressed-leather-jacket-eating-vegan-burger_613910-13879.jpg" }, - { title: "View Menu", description: "Browse our curated collection", button: { text: "Browse", onClick: () => document.getElementById("product")?.scrollIntoView({ behavior: "smooth" }) }, imageSrc: "http://img.b2bpic.net/free-photo/tasty-restaurant-appetizers-big-company-including-goldy-chicken-nuggets-fried-potatoes-green-salad-leaves-fresh-cucumbers-standing-white-table-looking-delicious-mouthwatering_132075-13076.jpg" } + { title: "View Menu", description: "Browse our curated collection", button: { text: "Browse", onClick: () => document.getElementById("product")?.scrollIntoView({ behavior: "smooth" }) }, imageSrc: "http://img.b2bpic.net/free-photo/tasty-restaurant-appetizers-big-company-including-goldy-chicken-nuggets-fried-potatoes-green-salad-leaves-fresh-cucumbers-standing-white-table-looking-delicious-mouthwatering_132075-13076.jpg?_wi=1" } ]} /> @@ -78,7 +78,7 @@ export default function LandingPage() { products={[ { id: "p1", name: "Usama's Special Pizza", price: "Rs. 2,200", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/tasty-sandwich-red-fork-wooden-board-dark-mix-color-surface-with-free-space_179666-42255.jpg" }, { id: "p2", name: "Crunchy Smash Burger", price: "Rs. 950", variant: "Bites", imageSrc: "http://img.b2bpic.net/free-photo/crispy-chicken-burger_23-2151950567.jpg" }, - { id: "p3", name: "Spicy BBQ Pizza", price: "Rs. 2,400", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/tasty-restaurant-appetizers-big-company-including-goldy-chicken-nuggets-fried-potatoes-green-salad-leaves-fresh-cucumbers-standing-white-table-looking-delicious-mouthwatering_132075-13076.jpg" }, + { id: "p3", name: "Spicy BBQ Pizza", price: "Rs. 2,400", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/tasty-restaurant-appetizers-big-company-including-goldy-chicken-nuggets-fried-potatoes-green-salad-leaves-fresh-cucumbers-standing-white-table-looking-delicious-mouthwatering_132075-13076.jpg?_wi=2" }, ]} title="Our Signature Creations" description="Hand-crafted flavors designed for those who appreciate the finer side of fast food." -- 2.49.1