Update src/app/reviews/page.tsx

This commit is contained in:
2026-04-09 05:42:40 +00:00
parent 714e6f128e
commit 34e7e48498

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>
);
}
}