From 61ea4ab5adbafe1a037e3593933be5fb39c9a8c6 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 09:36:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 178 +++++++++++------------------------------------ 1 file changed, 42 insertions(+), 136 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7cb934f..40464d0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,25 +30,15 @@ export default function LandingPage() { @@ -57,8 +47,7 @@ export default function LandingPage() {
@@ -196,20 +133,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "f1", - title: "Do you offer home delivery?", - content: "Yes, we offer convenient home delivery services so you can enjoy our food from the comfort of your home.", - }, + id: "f1", title: "Do you offer home delivery?", content: "Yes, we offer convenient home delivery services so you can enjoy our food from the comfort of your home."}, { - id: "f2", - title: "Is parking available?", - content: "Yes, we provide parking space for at least 4 cars for our dine-in customers.", - }, + id: "f2", title: "Is parking available?", content: "Yes, we provide parking space for at least 4 cars for our dine-in customers."}, { - id: "f3", - title: "What are your most popular dishes?", - content: "Our Chicken Biriyani, Al Fahm, Beef Curry, and fresh Grape Lime Juice are all customer favorites.", - }, + id: "f3", title: "What are your most popular dishes?", content: "Our Chicken Biriyani, Al Fahm, Beef Curry, and fresh Grape Lime Juice are all customer favorites."}, ]} title="Common Questions" description="Here is everything you need to know about dining or ordering from Sree's Cafe & Resto." @@ -221,20 +149,15 @@ export default function LandingPage() {
@@ -245,46 +168,29 @@ export default function LandingPage() { logoText="Sree's Cafe & Resto" columns={[ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { - label: "Menu", - href: "#products", - }, + label: "Menu", href: "#products"}, { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, { - title: "Services", - items: [ + title: "Services", items: [ { - label: "Home Delivery", - href: "#", - }, + label: "Home Delivery", href: "#"}, { - label: "Dine In", - href: "#", - }, + label: "Dine In", href: "#"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]} -- 2.49.1