Merge version_1 into main #1
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
|
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
|
||||||
@@ -103,9 +103,9 @@ export default function NeuroLinkPage() {
|
|||||||
]}
|
]}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
titleClassName="text-5xl font-light"
|
textBoxTitleClassName="text-5xl font-light"
|
||||||
descriptionClassName="text-lg font-light"
|
textBoxDescriptionClassName="text-lg font-light"
|
||||||
tagClassName="text-sm font-medium tracking-widest uppercase text-primary-cta"
|
textBoxTagClassName="text-sm font-medium tracking-widest uppercase text-primary-cta"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -132,9 +132,9 @@ export default function NeuroLinkPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
titleClassName="text-5xl font-light"
|
textBoxTitleClassName="text-5xl font-light"
|
||||||
descriptionClassName="text-lg font-light"
|
textBoxDescriptionClassName="text-lg font-light"
|
||||||
tagClassName="text-sm font-medium tracking-widest uppercase text-primary-cta"
|
textBoxTagClassName="text-sm font-medium tracking-widest uppercase text-primary-cta"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -158,9 +158,9 @@ export default function NeuroLinkPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
titleClassName="text-5xl font-light"
|
textBoxTitleClassName="text-5xl font-light"
|
||||||
descriptionClassName="text-lg font-light"
|
textBoxDescriptionClassName="text-lg font-light"
|
||||||
tagClassName="text-sm font-medium tracking-widest uppercase text-primary-cta"
|
textBoxTagClassName="text-sm font-medium tracking-widest uppercase text-primary-cta"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user