From bc556c157adbf6a3cc9ba29d87929ed659b9a47b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 05:35:35 +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 489af78..016a253 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -162,7 +162,7 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "f1", title: "Where are you located?", content: "We are located at 7 Norfolk Ct, Coburg North VIC 3058.", mapLink: "https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3154.582697693051!2d144.95462571275997!3d-37.72754663955635!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x6ad646c0e0e0e0e0%3A0x6ad646c0e0e0e0e0!2s7%20Norfolk%20Ct%2C%20Coburg%20North%20VIC%203058!5e0!3m2!1sen!2sau!4v1689254000000!5m2!1sen!2sau"}, + id: "f1", title: "Where are you located?", content: "We are located at 7 Norfolk Ct, Coburg North VIC 3058."}, { id: "f2", title: "How can I contact you?", content: "You can reach us at 0417 017 164."}, { -- 2.49.1