From 337c4d279a607005e4fc746a176f8bfc887c6f88 Mon Sep 17 00:00:00 2001 From: development Date: Tue, 20 Jan 2026 10:01:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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" />