diff --git a/src/app/page.tsx b/src/app/page.tsx index 67a96c8..6f6cec1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; @@ -103,9 +103,9 @@ export default function NeuroLinkPage() { ]} textboxLayout="default" useInvertedBackground="noInvert" - titleClassName="text-5xl font-light" - descriptionClassName="text-lg font-light" - tagClassName="text-sm font-medium tracking-widest uppercase text-primary-cta" + textBoxTitleClassName="text-5xl font-light" + textBoxDescriptionClassName="text-lg font-light" + textBoxTagClassName="text-sm font-medium tracking-widest uppercase text-primary-cta" /> @@ -132,9 +132,9 @@ export default function NeuroLinkPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground="noInvert" - titleClassName="text-5xl font-light" - descriptionClassName="text-lg font-light" - tagClassName="text-sm font-medium tracking-widest uppercase text-primary-cta" + textBoxTitleClassName="text-5xl font-light" + textBoxDescriptionClassName="text-lg font-light" + textBoxTagClassName="text-sm font-medium tracking-widest uppercase text-primary-cta" /> @@ -158,9 +158,9 @@ export default function NeuroLinkPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground="noInvert" - titleClassName="text-5xl font-light" - descriptionClassName="text-lg font-light" - tagClassName="text-sm font-medium tracking-widest uppercase text-primary-cta" + textBoxTitleClassName="text-5xl font-light" + textBoxDescriptionClassName="text-lg font-light" + textBoxTagClassName="text-sm font-medium tracking-widest uppercase text-primary-cta" />