From aeb8b6cb6f0ffe9a1c56a6472f81b42fc0f5edab Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 21:28:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 317 ++++++++++------------------------------------- 1 file changed, 66 insertions(+), 251 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6270109..4068dcb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -54,112 +46,60 @@ export default function LandingPage() { @@ -169,10 +109,7 @@ export default function LandingPage() { useInvertedBackground={true} title="Our Story" description={[ - "Cafe Leto’s is a family-friendly restaurant in Shahdara, Lahore, offering a modern café experience.", - "We pride ourselves on our delicious food, premium ambiance, and comfortable seating for families and friends.", - "Enjoy a clean environment, excellent customer service, and an affordable menu that brings everyone together.", - ]} + "Cafe Leto’s is a family-friendly restaurant in Shahdara, Lahore, offering a modern café experience.", "We pride ourselves on our delicious food, premium ambiance, and comfortable seating for families and friends.", "Enjoy a clean environment, excellent customer service, and an affordable menu that brings everyone together."]} /> @@ -184,47 +121,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - name: "Pizza (Signature)", - price: "PKR 1290", - variant: "Signature", - imageSrc: "http://img.b2bpic.net/free-photo/view-decoration-with-pizza-sauce_23-2148308831.jpg", - }, + id: "1", name: "Pizza (Signature)", price: "PKR 1290", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/view-decoration-with-pizza-sauce_23-2148308831.jpg"}, { - id: "2", - name: "Pasta (Alfredo)", - price: "PKR 850", - variant: "Italian", - imageSrc: "http://img.b2bpic.net/free-photo/pasta-meal-pan-with-raw-pasta-mushroom-pepper-tomato_176474-6906.jpg", - }, + id: "2", name: "Pasta (Alfredo)", price: "PKR 850", variant: "Italian", imageSrc: "http://img.b2bpic.net/free-photo/pasta-meal-pan-with-raw-pasta-mushroom-pepper-tomato_176474-6906.jpg"}, { - id: "3", - name: "Loaded Fries", - price: "PKR 450", - variant: "Appetizer", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-full-delicious-food-assortment_23-2149141335.jpg", - }, + id: "3", name: "Loaded Fries", price: "PKR 450", variant: "Appetizer", imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-full-delicious-food-assortment_23-2149141335.jpg"}, { - id: "4", - name: "Manchurian & Rice", - price: "PKR 950", - variant: "Chinese", - imageSrc: "http://img.b2bpic.net/free-photo/chopsticks-near-noodles-soup_23-2147747058.jpg", - }, + id: "4", name: "Manchurian & Rice", price: "PKR 950", variant: "Chinese", imageSrc: "http://img.b2bpic.net/free-photo/chopsticks-near-noodles-soup_23-2147747058.jpg"}, { - id: "5", - name: "Cappuccino Coffee", - price: "PKR 350", - variant: "Cafe", - imageSrc: "http://img.b2bpic.net/free-photo/jars-with-fresh-fruits-drinks_23-2148606472.jpg", - }, + id: "5", name: "Cappuccino Coffee", price: "PKR 350", variant: "Cafe", imageSrc: "http://img.b2bpic.net/free-photo/jars-with-fresh-fruits-drinks_23-2148606472.jpg"}, { - id: "6", - name: "Gourmet Burger", - price: "PKR 650", - variant: "Fast Food", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-burger-fries-with-salad-table_613910-7497.jpg", - }, + id: "6", name: "Gourmet Burger", price: "PKR 650", variant: "Fast Food", imageSrc: "http://img.b2bpic.net/free-photo/delicious-burger-fries-with-salad-table_613910-7497.jpg"}, ]} title="Explore Our Menu" description="Savor our freshly prepared dishes, from signature pizzas to artisanal coffee." @@ -233,38 +140,21 @@ export default function LandingPage() { @@ -400,20 +230,15 @@ export default function LandingPage() { @@ -424,29 +249,19 @@ export default function LandingPage() { logoText="Cafe Leto's" columns={[ { - title: "Explore", - items: [ + title: "Explore", items: [ { - label: "Menu", - href: "#menu", - }, + label: "Menu", href: "#menu"}, { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { - label: "WhatsApp", - href: "https://wa.me/923293933330", - }, + label: "WhatsApp", href: "https://wa.me/923293933330"}, { - label: "Foodpanda", - href: "https://foodpanda.pk", - }, + label: "Foodpanda", href: "https://foodpanda.pk"}, ], }, ]} -- 2.49.1