Merge version_3 into main #7
@@ -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" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user