From e261ef7be87d6ed1ccebc3cecf8e3a4d6b598934 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 07:46:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0a59174..e32ddd5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> @@ -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" /> @@ -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" /> -- 2.49.1