2 Commits

Author SHA1 Message Date
e61cca8923 Update src/app/page.tsx 2026-05-10 18:42:42 +00:00
8bf4d8e4cd Merge version_2 into main
Merge version_2 into main
2026-05-09 08:57:54 +00:00

View File

@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureBento from '@/components/sections/feature/FeatureBento';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroLogo from '@/components/sections/hero/HeroLogo';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
@@ -148,10 +148,24 @@ export default function LandingPage() {
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
<FooterBaseReveal
logoText="GoldFlow Plumbing"
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Contact Us", href: "#contact" }}
columns={[
{
title: "Services", items: [
{ label: "Leak Repair", href: "#services" },
{ label: "Drain Cleaning", href: "#services" },
{ label: "Water Heaters", href: "#services" }
]
},
{
title: "Company", items: [
{ label: "About Us", href: "#why-us" },
{ label: "Contact", href: "#contact" }
]
}
]}
copyrightText="© 2024 GoldFlow Plumbing. All rights reserved."
/>
</div>
</ReactLenis>