diff --git a/src/app/inscription/page.tsx b/src/app/inscription/page.tsx
new file mode 100644
index 0000000..69d47f1
--- /dev/null
+++ b/src/app/inscription/page.tsx
@@ -0,0 +1,28 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ContactSplit from '@/components/sections/contact/ContactSplit';
+import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
+
+export default function InscriptionPage() {
+ return (
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index dd0d6ce..638b782 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,22 +30,11 @@ export default function LandingPage() {
@@ -53,33 +42,18 @@ export default function LandingPage() {
@@ -91,18 +65,9 @@ export default function LandingPage() {
title="Strategy Meets Autonomous Scale"
description="We design high-converting SaaS platforms and execute performance marketing. Our stack is managed by proprietary AI, ensuring your growth remains optimized 24/7."
bulletPoints={[
- {
- title: "Web Creation",
- description: "High-performance SaaS and web engines.",
- },
- {
- title: "AI Growth Agents",
- description: "Autonomous agents optimized for your KPIs.",
- },
- {
- title: "Data Intelligence",
- description: "Data-scientist level insights, fully automated.",
- },
+ { title: "Web Creation", description: "High-performance SaaS and web engines." },
+ { title: "AI Growth Agents", description: "Autonomous agents optimized for your KPIs." },
+ { title: "Data Intelligence", description: "Data-scientist level insights, fully automated." },
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWqNPXVEaNs3UViHGFFeh35m9C/a-person-working-on-a-sleek-holographic--1774615193677-0e184558.png"
mediaAnimation="blur-reveal"
@@ -115,21 +80,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- title: "Digital Marketing",
- description: "Autonomous SEO and copywriting engines.",
- icon: Zap,
- },
- {
- title: "Performance SaaS",
- description: "Scalable platforms for 1M+ users.",
- icon: Shield,
- },
- {
- title: "Data Science",
- description: "Real-time automated business intelligence.",
- icon: Star,
- },
+ { title: "Digital Marketing", description: "Autonomous SEO and copywriting engines.", icon: Zap },
+ { title: "Performance SaaS", description: "Scalable platforms for 1M+ users.", icon: Shield },
+ { title: "Data Science", description: "Real-time automated business intelligence.", icon: Star },
]}
title="Full Stack Operations"
description="Everything your PME or E-commerce business needs to dominate the market."
@@ -143,32 +96,12 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{
- id: "p1",
- title: "PME Growth",
- price: "$3,500/mo",
- period: "Ongoing",
- features: [
- "Full Web SaaS",
- "Marketing Automation",
- "AI Growth Agent",
- ],
- button: {
- text: "Get Started",
- },
+ id: "p1", title: "PME Growth", price: "$3,500/mo", period: "Ongoing", features: ["Full Web SaaS", "Marketing Automation", "AI Growth Agent"],
+ button: { text: "Get Started", href: "/inscription" },
},
{
- id: "p2",
- title: "E-Com Scale",
- price: "$2,000/mo",
- period: "Ongoing",
- features: [
- "SEO Optimization",
- "Copywriting AI",
- "Analytics Dashboard",
- ],
- button: {
- text: "Get Started",
- },
+ id: "p2", title: "E-Com Scale", price: "$2,000/mo", period: "Ongoing", features: ["SEO Optimization", "Copywriting AI", "Analytics Dashboard"],
+ button: { text: "Get Started", href: "/inscription" },
},
]}
title="Select Your Growth Tier"
@@ -182,38 +115,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- name: "Sarah J.",
- handle: "@scale",
- testimonial: "NexusAI changed everything.",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWqNPXVEaNs3UViHGFFeh35m9C/abstract-dark-background-with-light-refr-1774615191320-b5c4a62e.png",
- },
- {
- id: "2",
- name: "Marc T.",
- handle: "@ecommerce",
- testimonial: "Best ROI ever.",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWqNPXVEaNs3UViHGFFeh35m9C/abstract-dark-background-with-light-refr-1774615190413-d7b2bcba.png",
- },
- {
- id: "3",
- name: "Chloe B.",
- handle: "@brand",
- testimonial: "Truly autonomous.",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWqNPXVEaNs3UViHGFFeh35m9C/abstract-dark-background-with-light-refr-1774615190754-b66004e6.png",
- },
- {
- id: "4",
- name: "David L.",
- handle: "@tech",
- testimonial: "Game changer.",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWqNPXVEaNs3UViHGFFeh35m9C/abstract-dark-background-with-light-refr-1774615195377-88174ba3.png",
- },
+ { id: "1", name: "Sarah J.", handle: "@scale", testimonial: "NexusAI changed everything.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWqNPXVEaNs3UViHGFFeh35m9C/abstract-dark-background-with-light-refr-1774615191320-b5c4a62e.png" },
+ { id: "2", name: "Marc T.", handle: "@ecommerce", testimonial: "Best ROI ever.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWqNPXVEaNs3UViHGFFeh35m9C/abstract-dark-background-with-light-refr-1774615190413-d7b2bcba.png" },
+ { id: "3", name: "Chloe B.", handle: "@brand", testimonial: "Truly autonomous.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWqNPXVEaNs3UViHGFFeh35m9C/abstract-dark-background-with-light-refr-1774615190754-b66004e6.png" },
+ { id: "4", name: "David L.", handle: "@tech", testimonial: "Game changer.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWqNPXVEaNs3UViHGFFeh35m9C/abstract-dark-background-with-light-refr-1774615195377-88174ba3.png" },
]}
showRating={true}
title="Trusted by Elite Leaders"
@@ -224,9 +129,7 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file