3 Commits

Author SHA1 Message Date
128392e252 Update src/app/about/page.tsx 2026-03-23 21:53:46 +00:00
b07ae343ab Merge version_3 into main
Merge version_3 into main
2026-03-23 21:47:31 +00:00
cf8723417c Merge version_3 into main
Merge version_3 into main
2026-03-23 21:47:12 +00:00

View File

@@ -3,7 +3,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA'; import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterBase from '@/components/sections/footer/FooterBase'; import FooterSimple from '@/components/sections/footer/FooterSimple';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import SplitAbout from '@/components/sections/about/SplitAbout'; import SplitAbout from '@/components/sections/about/SplitAbout';
@@ -129,7 +129,7 @@ export default function LandingPage() {
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBase <FooterSimple
columns={[ columns={[
{ {
title: "Company", items: [ title: "Company", items: [
@@ -138,22 +138,30 @@ export default function LandingPage() {
{ {
label: "How It Works", href: "/how-it-works"}, label: "How It Works", href: "/how-it-works"},
{ {
label: "Sell Your House Fast", href: "/sell-your-house-fast"}, label: "Careers", href: "#"},
], ],
}, },
{ {
title: "Support", items: [ title: "Services", items: [
{
label: "Sell Your House Fast", href: "/sell-your-house-fast"},
{
label: "Service Areas", href: "/sell-your-house-fast"},
{ {
label: "FAQ", href: "/faq"}, label: "FAQ", href: "/faq"},
],
},
{
title: "Legal", items: [
{ {
label: "Contact Us", href: "/contact"}, label: "Privacy Policy", href: "#"},
{ {
label: "Privacy Policy", href: "/privacy"}, label: "Terms of Service", href: "#"},
], ],
}, },
]} ]}
logoText="Property Whale" bottomLeftText="© 2024 Property Whale. All rights reserved."
copyrightText="© 2024 Property Whale. All rights reserved." bottomRightText="Made with ❤️"
/> />
</div> </div>
</ReactLenis> </ReactLenis>