Update src/app/page.tsx

This commit is contained in:
2026-05-09 14:11:05 +00:00
parent a9af3b735b
commit f58341565b

View File

@@ -113,17 +113,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "p1", name: "Chicken Makhani", price: "Check Menu", variant: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/green-curry-with-eggs-black-cups-with-lemon-lemongrass-chili-tomatoes_1150-25742.jpg"},
id: "p1", name: "Chicken Makhani", price: "PKR 1250", variant: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/green-curry-with-eggs-black-cups-with-lemon-lemongrass-chili-tomatoes_1150-25742.jpg"},
{
id: "p2", name: "Caesar Salad", price: "Check Menu", variant: "Healthy", imageSrc: "http://img.b2bpic.net/free-photo/front-view-caesar-salad-with-chicken_141793-2818.jpg"},
id: "p2", name: "Caesar Salad", price: "PKR 750", variant: "Healthy", imageSrc: "http://img.b2bpic.net/free-photo/front-view-caesar-salad-with-chicken_141793-2818.jpg"},
{
id: "p3", name: "Roti", price: "Check Menu", variant: "Traditional", imageSrc: "http://img.b2bpic.net/free-photo/fried-qutabs-with-dried-berries_140725-4018.jpg"},
id: "p3", name: "Roti", price: "PKR 50", variant: "Traditional", imageSrc: "http://img.b2bpic.net/free-photo/fried-qutabs-with-dried-berries_140725-4018.jpg"},
{
id: "p4", name: "Gurr Wali Chaye", price: "Check Menu", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-indian-drinks-arrangement_23-2149312367.jpg"},
id: "p4", name: "Gurr Wali Chaye", price: "PKR 150", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-indian-drinks-arrangement_23-2149312367.jpg"},
{
id: "p5", name: "Dal Makhani", price: "Check Menu", variant: "Veg", imageSrc: "http://img.b2bpic.net/free-photo/tomato-soup-pepper-garlic-lemon-beans-mixed-color-table_140725-86409.jpg"},
id: "p5", name: "Dal Makhani", price: "PKR 600", variant: "Veg", imageSrc: "http://img.b2bpic.net/free-photo/tomato-soup-pepper-garlic-lemon-beans-mixed-color-table_140725-86409.jpg"},
{
id: "p6", name: "Zinger Burger", price: "Check Menu", variant: "Fast Food", imageSrc: "http://img.b2bpic.net/free-photo/top-view-french-fries-with-chicken-slices-brown-table_140725-104015.jpg"},
id: "p6", name: "Zinger Burger", price: "PKR 450", variant: "Fast Food", imageSrc: "http://img.b2bpic.net/free-photo/top-view-french-fries-with-chicken-slices-brown-table_140725-104015.jpg"},
]}
title="Menu Highlights"
description="Our most loved dishes prepared with fresh, premium ingredients."
@@ -218,4 +218,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}