From 3b95945a2cfc53bfd7faf803a54b16f5e3f80221 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 04:51:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0d15c91..0580d6a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -165,7 +165,7 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { id: "1", title: "What are your opening hours?", content: "We are open daily and close at 1 AM." }, - { id: "2", title: "Where are you located?", content: "We are located in the heart of Al Olaya, Riyadh." }, + { 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." }, ]} title="Frequently Asked Questions" -- 2.49.1