From 1061d1e9a8ef6c8ca00c57595da5ef04aa76666c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 11:47:01 +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 f5fc442..2893427 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,7 +73,7 @@ export default function HomePage() { tag="Accessibility Tech" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} buttons={[ { text: "Start Demo", href: "/demo" }, { text: "Learn More", href: "#about" }, @@ -125,8 +125,8 @@ export default function HomePage() { textboxLayout="default" useInvertedBackground={false} containerClassName="max-w-6xl mx-auto" - titleClassName="text-4xl font-bold" - descriptionClassName="text-lg text-gray-600" + cardTitleClassName="text-4xl font-bold" + textBoxDescriptionClassName="text-lg text-gray-600" />