Update src/app/page.tsx

This commit is contained in:
2026-03-15 07:46:38 +00:00
parent 987f30484b
commit e261ef7be8

View File

@@ -135,7 +135,7 @@ export default function LandingPage() {
useInvertedBackground={false}
buttons={[{ text: "View All Properties", href: "#contact" }]}
buttonAnimation="blur-reveal"
descriptionClassName="text-lg text-foreground/75"
textBoxDescriptionClassName="text-lg text-foreground/75"
containerClassName="py-20"
/>
</div>
@@ -190,7 +190,7 @@ export default function LandingPage() {
useInvertedBackground={false}
buttons={[{ text: "Get Directions", href: "#contact" }]}
buttonAnimation="slide-up"
descriptionClassName="text-lg text-foreground/75"
textBoxDescriptionClassName="text-lg text-foreground/75"
containerClassName="py-16"
/>
</div>
@@ -228,7 +228,7 @@ export default function LandingPage() {
useInvertedBackground={false}
buttons={[{ text: "Join Our Community", href: "#contact" }]}
buttonAnimation="blur-reveal"
descriptionClassName="text-lg text-foreground/75"
textBoxDescriptionClassName="text-lg text-foreground/75"
containerClassName="py-20"
/>
</div>