Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user