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