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() {