Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 128392e252 | |||
| b07ae343ab | |||
| cf8723417c |
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user