Merge version_3 into main #2

Merged
bender merged 1 commits from version_3 into main 2026-04-17 05:35:08 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}