From 73b431eb9f4f59cd2c09408509fdf75b48c9ff9a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 13:35:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 243 ++++++++--------------------------------------- 1 file changed, 40 insertions(+), 203 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f5f950a..474fddc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,10 @@ export default function LandingPage() { @@ -269,21 +143,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "1", - title: "What are the timings?", - content: "Open Daily – Closes at 11:30 PM", - }, - { - id: "2", - title: "Do you have delivery?", - content: "Yes, we are available on major delivery platforms.", - }, - { - id: "3", - title: "Where are you located?", - content: "Mujahid Market, Street 49, G-9/1, Islamabad", - }, + { id: "1", title: "What are the timings?", content: "Open Daily – Closes at 11:30 PM" }, + { id: "2", title: "Do you have delivery?", content: "Yes, we are available on major delivery platforms." }, + { id: "3", title: "Where are you located?", content: "Mujahid Market, Street 49, G-9/1, Islamabad" }, ]} title="Common Questions" faqsAnimation="slide-up" @@ -294,19 +156,11 @@ export default function LandingPage() {
@@ -315,33 +169,16 @@ export default function LandingPage() { ); -} +} \ No newline at end of file