From fa6b3dd9834d4f48dc600810eec96d0b13e87e31 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 21:59:26 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 139 ++++++++++++++++++++++++++++++++++++--- 1 file changed, 129 insertions(+), 10 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 73aee4b..7c0bf52 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -1,12 +1,19 @@ -"use client"; - import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; -import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import FooterBase from '@/components/sections/footer/FooterBase'; +import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; +import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; +import ContactText from '@/components/sections/contact/ContactText'; +import Input from '@/components/form/Input'; +import Textarea from '@/components/form/Textarea'; +import ButtonElasticEffect from '@/components/button/ButtonElasticEffect/ButtonElasticEffect'; +import { Phone, Mail } from "lucide-react"; -export default function LandingPage() { +export const metadata = { + title: "Contact Property Whale", description: "Contact Property Whale to sell your house fast for cash. Get a no-obligation offer or ask questions about our quick home selling process."}; + +export default function ContactUsPage() { return ( -
- + +
+ +
+
+ {/* Contact Information */} +
+

Reach Out To Us

+

+ Our team is ready to assist you with any questions about selling your property. +

+
+

+ Contact: Logen +

+

+ + 715-409-1863 +

+

+ + ThePropertyWhale@gmail.com +

+
+
+ + {/* Contact Form */} +
+

Get Your No-Obligation Cash Offer

+
+ {}} value="" required ariaLabel="Full Name" /> + {}} value="" required ariaLabel="Phone Number" /> + {}} value="" required ariaLabel="Email Address" /> +