From 4873552be620872dd6762882cf2cf8789bdb4604 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 03:17:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9e014e5..324d752 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -132,9 +132,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { id: "f1", title: "Do you offer home delivery?", content: "Yes, we offer local home delivery services for your convenience. Please visit the store for more details." }, - { id: "f2", title: "Are you open on weekends?", content: "Yes, we are open 7 days a week to serve you." }, - { id: "f3", title: "How can I check stock for an item?", content: "You can call our store directly or visit us in-person to check current availability." } + { id: "f1", title: "Do you offer home delivery?", content: "Yes, we offer local home delivery services to your doorstep for your convenience. Please contact us at 0630073002 to order." }, + { id: "f2", title: "Where are you located?", content: "We are located at Boulevard Al Moukhtar Sousi, Sidi Maarouf, right next to Hammam Charaf. We look forward to welcoming you!" }, + { id: "f3", title: "How can I check stock for an item?", content: "You can call our store directly at 0630073002 or visit us in-person to check current availability." } ]} imageSrc="http://img.b2bpic.net/free-photo/portrait-female-cashier-supermarket-scanning-bar-code-products-sale_342744-1084.jpg" mediaAnimation="slide-up" @@ -148,7 +148,7 @@ export default function LandingPage() { -- 2.49.1