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 ReactLenis from "lenis/react";
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 NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import SplitAbout from '@/components/sections/about/SplitAbout';
@@ -129,7 +129,7 @@ export default function LandingPage() {
</div>
<div id="footer" data-section="footer">
<FooterBase
<FooterSimple
columns={[
{
title: "Company", items: [
@@ -138,22 +138,30 @@ export default function LandingPage() {
{
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"},
],
},
{
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"
copyrightText="© 2024 Property Whale. All rights reserved."
bottomLeftText="© 2024 Property Whale. All rights reserved."
bottomRightText="Made with ❤️"
/>
</div>
</ReactLenis>