Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 128392e252 | |||
| b07ae343ab | |||
| 8acd22750b | |||
| cf8723417c | |||
| 3eb7268f05 | |||
| 600fbf3ea0 | |||
| 648b83b454 | |||
| 27ad13c598 | |||
| 3350c11bd2 | |||
| 376964475a | |||
| 4c5a041cfb | |||
| bd9447c41d |
@@ -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,25 +138,33 @@ 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>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -39,7 +39,7 @@ export default function LandingPage() {
|
|||||||
<ContactText
|
<ContactText
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
text="Contact us for more information."
|
text="Contact Logen directly at 715-409-1863 or email us at ThePropertyWhale@gmail.com for more information."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Send Message", href: "/contact" }
|
{ text: "Send Message", href: "/contact" }
|
||||||
]}
|
]}
|
||||||
@@ -71,4 +71,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -87,7 +87,7 @@ export default function FaqPage() {
|
|||||||
<div id="contact-faq-section" data-section="contact-faq-section">
|
<div id="contact-faq-section" data-section="contact-faq-section">
|
||||||
<ContactFaq
|
<ContactFaq
|
||||||
ctaTitle="Still Have Questions?"
|
ctaTitle="Still Have Questions?"
|
||||||
ctaDescription="Don't hesitate to reach out! Call us directly at (800) 123-4567 or visit our contact page to fill out a form. Our team is ready to answer all your queries and provide a no-obligation cash offer for your property."
|
ctaDescription="Don't hesitate to reach out! Call Logen directly at 715-409-1863 or email us at ThePropertyWhale@gmail.com. Our team is ready to answer all your queries and provide a no-obligation cash offer for your property."
|
||||||
ctaButton={{ text: "Request Cash Offer", href: "/contact" }}
|
ctaButton={{ text: "Request Cash Offer", href: "/contact" }}
|
||||||
ctaIcon={Phone}
|
ctaIcon={Phone}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -127,4 +127,4 @@ export default function FaqPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -117,9 +117,9 @@ export default function HowItWorksPage() {
|
|||||||
<ContactText
|
<ContactText
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
text="Get Your Cash Offer Today. Ready to take the first step towards a fast and easy home sale? Fill out the form below, and we'll get back to you with a no-obligation cash offer. Alternatively, give us a call to speak directly with one of our specialists!"
|
text="Get Your Cash Offer Today. Ready to take the first step towards a fast and easy home sale? Fill out the form below, and we'll get back to you with a no-obligation cash offer. Alternatively, give Logen a call directly at 715-409-1863 or email us at ThePropertyWhale@gmail.com to speak with one of our specialists!"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Call Now", href: "tel:+18001234567" }
|
{ text: "Call Now", href: "tel:715-409-1863" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
{/* Custom form previously embedded in ContactCTA, now placed adjacent to ContactText */}
|
{/* Custom form previously embedded in ContactCTA, now placed adjacent to ContactText */}
|
||||||
|
|||||||
Reference in New Issue
Block a user