Merge version_2 into main #4

Merged
bender merged 5 commits from version_2 into main 2026-04-09 05:42:44 +00:00
5 changed files with 12 additions and 12 deletions

View File

@@ -49,10 +49,10 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="R Reynolds Plumbing"
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Contact Us", href: "/contact" }}
rightLink={{ text: "Contact: 04177 551 408 | 2 Hudson CT, Ashburton VIC 3147", href: "#" }}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -42,9 +42,9 @@ export default function LandingPage() {
background={{ variant: "plain" }}
tag="Get in touch"
title="Need a Plumber You Can Trust?"
description="Call us today or request a call back through our form."
description="Call us today at 04177 551 408 or request a call back through our form. Visit us at 2 Hudson CT, Ashburton VIC 3147."
buttons={[
{ text: "Call Now", href: "tel:+1234567890" },
{ text: "Call Now", href: "tel:04177551408" },
{ text: "Request a Quote", href: "#" },
]}
/>
@@ -54,10 +54,10 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="R Reynolds Plumbing"
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Contact Us", href: "/contact" }}
rightLink={{ text: "Contact: 04177 551 408 | 2 Hudson CT, Ashburton VIC 3147", href: "#" }}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -119,10 +119,10 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="R Reynolds Plumbing"
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Contact Us", href: "/contact" }}
rightLink={{ text: "Contact: 04177 551 408 | 2 Hudson CT, Ashburton VIC 3147", href: "#" }}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -55,10 +55,10 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="R Reynolds Plumbing"
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Contact Us", href: "/contact" }}
rightLink={{ text: "Contact: 04177 551 408 | 2 Hudson CT, Ashburton VIC 3147", href: "#" }}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -57,10 +57,10 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="R Reynolds Plumbing"
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Contact Us", href: "/contact" }}
rightLink={{ text: "Contact: 04177 551 408 | 2 Hudson CT, Ashburton VIC 3147", href: "#" }}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}