7 Commits

Author SHA1 Message Date
265940ce1b Merge version_4 into main
Merge version_4 into main
2026-04-17 05:54:51 +00:00
8f2a932064 Update src/app/page.tsx 2026-04-17 05:54:48 +00:00
0a7470b7e2 Merge version_3 into main
Merge version_3 into main
2026-04-17 05:35:38 +00:00
bc556c157a Update src/app/page.tsx 2026-04-17 05:35:35 +00:00
cdcc97d86c Merge version_3 into main
Merge version_3 into main
2026-04-17 05:35:08 +00:00
6c44cb5b60 Update src/app/page.tsx 2026-04-17 05:35:05 +00:00
8c0a8faae1 Merge version_2 into main
Merge version_2 into main
2026-04-17 05:34:04 +00:00

View File

@@ -181,12 +181,12 @@ 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"},
{
text: "Get Directions", href: "https://maps.google.com/?q=7+Norfolk+Ct,Coburg+North+VIC+3058"},
text: "Get Directions", href: "https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3154.5457492198083!2d144.96068217585093!3d-37.72886757196656!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x6ad64426573e86c9%3A0x88ec856b3b55a822!2s7%20Norfolk%20Ct%2C%20Coburg%20North%20VIC%203058%2C%20Australia!5e0!3m2!1sen!2sus!4v1727768233519!5m2!1sen!2sus"},
]}
/>
</div>
@@ -220,4 +220,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}