3 Commits

Author SHA1 Message Date
bc556c157a Update src/app/page.tsx 2026-04-17 05:35:35 +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,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>
);
}
}