Merge version_3 into main #11

Merged
bender merged 4 commits from version_3 into main 2026-03-23 21:47:12 +00:00
4 changed files with 8 additions and 8 deletions

View File

@@ -159,4 +159,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -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>
);
}
}

View File

@@ -1,6 +1,6 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { ThemeProvider } = "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
@@ -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>
);
}
}

View File

@@ -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 */}