|
|
|
@@ -78,10 +78,13 @@ export default function LandingPage() {
|
|
|
|
products={[
|
|
|
|
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: "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: "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?_wi=2" },
|
|
|
|
{ id: "p3", name: "Classic Pepperoni Pizza", price: "Rs. 1,800", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/pepperoni-pizza-with-salami-tomatoes-olive-dark-surface_140725-1200.jpg" },
|
|
|
|
|
|
|
|
{ id: "p4", name: "Double Cheese Burger", price: "Rs. 1,100", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cheeseburger-with-lettuce-tomato-onion-sauce_1203-1256.jpg" },
|
|
|
|
|
|
|
|
{ id: "p5", name: "BBQ Chicken Pizza", price: "Rs. 2,400", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/bbq-chicken-pizza-with-onions-cilantro-wooden-board_140725-1234.jpg" },
|
|
|
|
|
|
|
|
{ id: "p6", name: "Crispy Chicken Strips", price: "Rs. 750", variant: "Appetizer", 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"
|
|
|
|
title="Our Full Menu"
|
|
|
|
description="Hand-crafted flavors designed for those who appreciate the finer side of fast food."
|
|
|
|
description="Discover our wide variety of handcrafted pizzas, gourmet burgers, and signature sides."
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
@@ -167,4 +170,4 @@ export default function LandingPage() {
|
|
|
|
</ReactLenis>
|
|
|
|
</ReactLenis>
|
|
|
|
</ThemeProvider>
|
|
|
|
</ThemeProvider>
|
|
|
|
);
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|