From 6c44cb5b607e3b4041948e779aee553982635706 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 05:35:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c0627e0..489af78 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."}, + 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: "f2", title: "How can I contact you?", content: "You can reach us at 0417 017 164."}, { @@ -181,7 +181,7 @@ export default function LandingPage() { variant: "plain"}} tag="Get in Touch" title="Ready for your next service?" - description="Maurice and the team are ready to help with your vehicle. Give us a call or stop by the shop today." + description="Maurice and the team are ready to help with your vehicle. Give us a call or stop by the shop today. We are located at 7 Norfolk Ct, Coburg North VIC 3058." buttons={[ { text: "Call 0417 017 164", href: "tel:0417017164"}, @@ -220,4 +220,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1