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