Update src/app/page.tsx

This commit is contained in:
2026-03-04 21:58:13 +00:00
parent 9de2a59408
commit 664f890ae9

View File

@@ -30,7 +30,7 @@ export default function LandingPage() {
navItems={[
{ name: "Services", id: "services" },
{ name: "Service Areas", id: "coverage" },
{ name: "For Realtors", id: "realtors" },
{ name: "For Realtors", id: "/realtor-program" },
{ name: "Request Quote", id: "quote" },
{ name: "Contact", id: "contact" }
]}
@@ -141,40 +141,6 @@ export default function LandingPage() {
/>
</div>
<div id="realtors" data-section="realtors">
<SplitAbout
title="Partner With Us for Real Estate Success"
description="Special programs designed exclusively for real estate professionals. We understand the importance of pristine properties for showings and closings."
tag="For Realtors"
tagIcon={Building2}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/smiling-real-estate-agent-talking-with-couple-interested-buying-new-home_637285-6081.jpg"
imageAlt="Real estate professional partnership"
imagePosition="left"
mediaAnimation="slide-up"
bulletPoints={[
{
title: "Move-Out Cleaning", description: "Get properties ready for new buyers with our comprehensive move-out cleaning packages.", icon: CheckCircle
},
{
title: "Pre-Showing Staging", description: "Professional cleaning before showings to highlight your listing's best features."
},
{
title: "Realtor Discounts", description: "Special pricing and priority scheduling for registered real estate professionals."
},
{
title: "Fast Turnaround", description: "Quick service to meet tight deadlines and keep deals moving forward."
}
]}
textboxLayout="default"
useInvertedBackground={false}
buttons={[
{ text: "Realtor Program Details", href: "#quote" }
]}
buttonAnimation="slide-up"
/>
</div>
<div id="quote" data-section="quote">
<ContactFaq
ctaTitle="Request Your Free Quote"
@@ -260,7 +226,7 @@ export default function LandingPage() {
{
title: "Quick Links", items: [
{ label: "Service Areas", href: "#coverage" },
{ label: "For Realtors", href: "#realtors" },
{ label: "For Realtors", href: "/realtor-program" },
{ label: "Request Quote", href: "#quote" },
{ label: "FAQ", href: "#quote" }
]