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