Update src/app/page.tsx

This commit is contained in:
2026-05-28 11:51:54 +00:00
parent 78208716aa
commit 0a60aeebaf

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroSplit from '@/components/sections/hero/HeroSplit';
@@ -228,17 +228,19 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactCTA
<ContactSplit
useInvertedBackground={true}
background={{
variant: "plain"}}
tag="Connect With Us"
title="Begin Your Luxury Journey Today"
description="Connect with our sales team to schedule a private tour, explore floor plans, and receive personalized guidance on finding your ideal home at Phirst Park Homes."
buttons={[
{
text: "Schedule a Visit", href: "#"},
]}
tag="Get in Touch"
title="Contact Our Sales Team"
description="Have questions or ready to schedule a visit? Fill out the form below or find us on the map. Our team is eager to assist you."
imageSrc="http://img.b2bpic.net/free-photo/map-pin-road_1167-285.jpg"
imageAlt="Location map of Phirst Park Homes"
inputPlaceholder="Your Email"
buttonText="Send Inquiry"
termsText="By sending an inquiry, you agree to our Privacy Policy."
mediaPosition="right"
/>
</div>
@@ -267,13 +269,29 @@ export default function LandingPage() {
],
},
{
title: "Contact", items: [
title: "Contact Us", items: [
{
label: "Schedule a Tour", href: "#contact"},
label: "General Inquiries", href: "#contact"},
{
label: "Inquire Now", href: "#contact"},
label: "Sales Office", href: "#contact"},
{
label: "Location", href: "#"},
label: "(555) 123-4567", href: "tel:+15551234567"},
{
label: "info@phirstparkhomes.com", href: "mailto:info@phirstparkhomes.com"},
{
label: "Location", href: "#contact"}
],
},
{
title: "Company", items: [
{
label: "Our Story", href: "#about"},
{
label: "Careers", href: "/#"},
{
label: "Privacy Policy", href: "/#"},
{
label: "Terms of Service", href: "/#"}
],
},
]}