From fed707dbc21d824f221a29ddbc3ed341c737600b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 04:45:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 167 ++++++++--------------------------------------- 1 file changed, 29 insertions(+), 138 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 03377fc..34f2b6b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,22 +28,10 @@ export default function LandingPage() { @@ -183,26 +108,10 @@ export default function LandingPage() { description="Our chefs bring decades of passion to every plate." groups={[ { - id: "g1", - groupTitle: "Kitchen Experts", - members: [ - { - id: "m1", - title: "Head Chef", - subtitle: "BBQ Master", - detail: "Specializing in traditional Pakistani BBQ for over 15 years.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-restaurant_23-2148006700.jpg", - }, - { - id: "m2", - title: "Sous Chef", - subtitle: "Curry Specialist", - detail: "Expert in crafting rich, aromatic gravies and traditional karahis.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg", - }, + id: "g1", groupTitle: "Kitchen Experts", members: [ + { id: "m1", title: "Head Chef", subtitle: "BBQ Master", detail: "Specializing in traditional Pakistani BBQ for over 15 years.", imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-restaurant_23-2148006700.jpg" }, + { id: "m2", title: "Sous Chef", subtitle: "Curry Specialist", detail: "Expert in crafting rich, aromatic gravies and traditional karahis.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg" }, ], - imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-bright-color-sitting-furniturs-panoramic-windows_114579-1521.jpg?_wi=2", - imageAlt: "Woman eating in restaurant", }, ]} /> @@ -213,34 +122,16 @@ export default function LandingPage() { columns={[ { items: [ - { - label: "About Us", - href: "/about", - }, - { - label: "Menu", - href: "/menu", - }, - { - label: "Contact Us", - href: "/contact", - }, + { label: "About Us", href: "/about" }, + { label: "Menu", href: "/menu" }, + { label: "Contact Us", href: "/contact" }, ], }, { items: [ - { - label: "Call: +92 305 6212700", - href: "tel:+923056212700", - }, - { - label: "Open Daily till 11 PM", - href: "#", - }, - { - label: "Rail Bazar Rd, Narang Mandi", - href: "https://maps.google.com", - }, + { label: "Call: +92 305 6212700", href: "tel:+923056212700" }, + { label: "Open Daily till 11 PM", href: "#" }, + { label: "Rail Bazar Rd, Narang Mandi", href: "https://maps.google.com" }, ], }, ]} -- 2.49.1