Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-15 07:46:42 +00:00

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>