diff --git a/src/app/page.tsx b/src/app/page.tsx index 0580d6a..1ef9171 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -164,7 +164,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { id: "1", title: "What are your opening hours?", content: "We are open daily and close at 1 AM." }, + { id: "1", title: "What are your opening hours?", content: "We are open at 6AM daily and close at 1 AM." }, { id: "2", title: "Where are you located?", content: "We are located in the heart of Al Olaya, Riyadh (https://maps.app.goo.gl/qpiqicXJz5tqJnQa6)." }, { id: "3", title: "Do you offer delivery?", content: "Yes, we support no-contact delivery options." }, ]}