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 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,25 +138,33 @@ 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>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -39,7 +39,7 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
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={[
|
||||
{ text: "Send Message", href: "/contact" }
|
||||
]}
|
||||
@@ -71,4 +71,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -87,7 +87,7 @@ export default function FaqPage() {
|
||||
<div id="contact-faq-section" data-section="contact-faq-section">
|
||||
<ContactFaq
|
||||
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" }}
|
||||
ctaIcon={Phone}
|
||||
animationType="slide-up"
|
||||
@@ -127,4 +127,4 @@ export default function FaqPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -117,9 +117,9 @@ export default function HowItWorksPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
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={[
|
||||
{ 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 */}
|
||||
|
||||
Reference in New Issue
Block a user