diff --git a/src/app/page.tsx b/src/app/page.tsx
index 963a49f..71ef816 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -27,7 +27,7 @@ export default function LandingPage() {
@@ -100,7 +100,7 @@ export default function LandingPage() {
useInvertedBackground={false}
className="py-16 md:py-24 bg-background text-foreground"
textBoxTitleClassName="text-5xl md:text-6xl font-light leading-tight"
- descriptionClassName="text-lg md:text-xl font-medium text-foreground/70"
+ textBoxDescriptionClassName="text-lg md:text-xl font-medium text-foreground/70"
cardClassName="bg-background-accent/20 border border-background-accent/40 rounded-pill shadow-xl"
nameClassName="text-xl font-bold"
roleClassName="text-md text-foreground/60"
@@ -141,7 +141,7 @@ export default function LandingPage() {