2 Commits

Author SHA1 Message Date
5851fc7185 Update src/app/page.tsx 2026-06-01 12:13:30 +00:00
fa74368cb4 Merge version_2 into main
Merge version_2 into main
2026-05-31 21:20:50 +00:00

View File

@@ -58,7 +58,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroLogo <HeroLogo
logoText="ALPHATO Properties" logoText="ALPHATO Properties"
description="Discover exceptional homes and investment opportunities. We connect you with your dream property, simplifying every step of the journey." description="Unlock your dream property. We connect you with exceptional homes and investment opportunities, simplifying every step of your journey."
buttons={[ buttons={[
{ {
text: "Explore Properties", href: "#properties"}, text: "Explore Properties", href: "#properties"},
@@ -245,4 +245,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }