4 Commits

Author SHA1 Message Date
3069b60f87 Update src/app/page.tsx 2026-04-07 18:48:56 +00:00
a152c110f2 Merge version_1 into main
Merge version_1 into main
2026-04-07 18:41:29 +00:00
19b11137e4 Merge version_1 into main
Merge version_1 into main
2026-04-07 18:41:05 +00:00
4369c44b0c Merge version_1 into main
Merge version_1 into main
2026-04-07 18:40:29 +00:00

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