Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8acd22750b | |||
| 3eb7268f05 | |||
| 600fbf3ea0 | |||
| 648b83b454 | |||
| 27ad13c598 | |||
| 3350c11bd2 | |||
| 376964475a | |||
| 4c5a041cfb | |||
| bd9447c41d |
@@ -159,4 +159,4 @@ export default function LandingPage() {
|
|||||||
</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