Update src/app/blog/page.tsx

This commit is contained in:
2026-02-25 18:44:47 +00:00
parent 663688bb62
commit 5babd2055b

View File

@@ -63,8 +63,8 @@ export default function BlogPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterLogoReveal <FooterLogoReveal
logoText="Montana Plumbing" logoText="Montana Plumbing"
leftLink={{ label: "Privacy Policy", href: "#" }} leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ label: "License #12345", href: "#" }} rightLink={{ text: "License #12345", href: "#" }}
/> />
</div> </div>
</ReactLenis> </ReactLenis>