Update src/app/faq/page.tsx

This commit is contained in:
2026-03-23 21:47:09 +00:00
parent 648b83b454
commit 600fbf3ea0

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