From f08eadda6af89480759495a03b898a8ffed52255 Mon Sep 17 00:00:00 2001 From: development Date: Mon, 19 Jan 2026 07:50:32 +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 707351b..f3cb39a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import HeroOverlay from '@/components/sections/hero/HeroOverlay'; @@ -90,8 +90,8 @@ export default function LandingPage() { ]} textboxLayout="default" useInvertedBackground="noInvert" - titleClassName="text-4xl md:text-5xl font-light" - descriptionClassName="text-lg opacity-80" + cardTitleClassName="text-4xl md:text-5xl font-light" + cardDescriptionClassName="text-lg opacity-80" />