Merge version_2 into main #2
@@ -6,22 +6,39 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
|
||||
|
||||
export default function InscriptionPage() {
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Inscription", id: "/inscription" },
|
||||
]}
|
||||
brandName="NexusAI"
|
||||
/>
|
||||
<main className="pt-32">
|
||||
<ContactSplit
|
||||
tag="Inscription"
|
||||
title="Commencez votre croissance"
|
||||
description="Inscrivez-vous pour rejoindre la plateforme."
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Inscription", id: "/inscription" },
|
||||
]}
|
||||
brandName="NexusAI"
|
||||
/>
|
||||
</div>
|
||||
<main className="pt-32">
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="Inscription"
|
||||
title="Commencez votre croissance"
|
||||
description="Inscrivez-vous pour rejoindre la plateforme."
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
mediaPosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
</main>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user