From a22b5e373221c7a3a7df3c63673050ec4dcd1451 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 00:56:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 239 ++++++++++++----------------------------------- 1 file changed, 59 insertions(+), 180 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index be93a25..e1d8c4f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -56,107 +48,62 @@ export default function LandingPage() { @@ -169,29 +116,17 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "1", - icon: Star, - title: "Google Rating", - value: "4.6★", - }, + id: "1", icon: Star, + title: "Google Rating", value: "4.6★"}, { - id: "2", - icon: MessageSquare, - title: "Reviews", - value: "320+", - }, + id: "2", icon: MessageSquare, + title: "Reviews", value: "320+"}, { - id: "3", - icon: Smile, - title: "Happy Customers", - value: "10K+", - }, + id: "3", icon: Smile, + title: "Happy Customers", value: "10K+"}, { - id: "4", - icon: Trophy, - title: "Nazimabad Favorite", - value: "#1", - }, + id: "4", icon: Trophy, + title: "Nazimabad Favorite", value: "#1"}, ]} title="Why Our Guests Love Us" description="Delivering excellence one dish at a time." @@ -200,24 +135,19 @@ export default function LandingPage() {
@@ -262,25 +184,13 @@ export default function LandingPage() { membersAnimation="slide-up" members={[ { - id: "1", - name: "Head Chef Ahmed", - imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1349.jpg", - }, + id: "1", name: "Head Chef Ahmed", imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1349.jpg"}, { - id: "2", - name: "Manager Sarah", - imageSrc: "http://img.b2bpic.net/free-photo/concierge-assists-with-checkin-hotel_482257-90464.jpg", - }, + id: "2", name: "Manager Sarah", imageSrc: "http://img.b2bpic.net/free-photo/concierge-assists-with-checkin-hotel_482257-90464.jpg"}, { - id: "3", - name: "Chef Bilal", - imageSrc: "http://img.b2bpic.net/free-photo/gourmet-cuisine-expert-standing-restaurant-professional-kitchen-with-arms-crossed-while-smiling-camera-confident-woman-cook-with-culinary-skills-preparing-ingredients-dinner-service_482257-43345.jpg", - }, + id: "3", name: "Chef Bilal", imageSrc: "http://img.b2bpic.net/free-photo/gourmet-cuisine-expert-standing-restaurant-professional-kitchen-with-arms-crossed-while-smiling-camera-confident-woman-cook-with-culinary-skills-preparing-ingredients-dinner-service_482257-43345.jpg"}, { - id: "4", - name: "Server Maria", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-stretching-cupped-hands_176474-95396.jpg", - }, + id: "4", name: "Server Maria", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-stretching-cupped-hands_176474-95396.jpg"}, ]} memberVariant="card" /> @@ -292,25 +202,13 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "1", - title: "Are reservations required?", - content: "While walk-ins are welcome, we recommend reservations for weekends.", - }, + id: "1", title: "Are reservations required?", content: "While walk-ins are welcome, we recommend reservations for weekends."}, { - id: "2", - title: "Do you offer delivery?", - content: "Yes, we offer local delivery through our website.", - }, + id: "2", title: "Do you offer delivery?", content: "Yes, we offer local delivery through our website."}, { - id: "3", - title: "Is parking available?", - content: "We offer dedicated valet parking for all our guests.", - }, + id: "3", title: "Is parking available?", content: "We offer dedicated valet parking for all our guests."}, { - id: "4", - title: "Are there vegetarian options?", - content: "Yes, we have a variety of traditional vegetarian dishes.", - }, + id: "4", title: "Are there vegetarian options?", content: "Yes, we have a variety of traditional vegetarian dishes."}, ]} title="Common Questions" description="Everything you need to know about dining with us." @@ -325,22 +223,13 @@ export default function LandingPage() { description="Open daily from 7 PM — Experience Karachi's most talked-about desi dining destination." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, + name: "email", type: "email", placeholder: "Your Email", required: true, }, { - name: "phone", - type: "tel", - placeholder: "Phone Number", - required: true, + name: "phone", type: "tel", placeholder: "Phone Number", required: true, }, ]} imageSrc="http://img.b2bpic.net/free-photo/two-storey-restaurant-hall-with-cream-walls_140725-2682.jpg" @@ -353,29 +242,19 @@ export default function LandingPage() { { items: [ { - label: "About Us", - href: "#why-us", - }, + label: "About Us", href: "#why-us"}, { - label: "Menu", - href: "#dishes", - }, + label: "Menu", href: "#dishes"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, { items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]} -- 2.49.1