Update src/app/page.tsx

This commit is contained in:
2026-04-07 18:48:56 +00:00
parent a152c110f2
commit 3069b60f87

View File

@@ -42,7 +42,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel
background={{ variant: "rotated-rays-static" }}
title="When It's Time for Mom or Dad to Move We Handle Everything."
title="Overwhelmed by Your Parent's Move? We Understand."
description="California-licensed Senior Transition Specialist serving Orange County, LA, Riverside & San Bernardino. Real estate. Placement. Downsizing. One expert. One seamless process."
buttons={[
{ text: "Schedule a Free Consultation", href: "/contact" },
@@ -134,4 +134,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}