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" />