Merge version_4 into main #7
@@ -1,6 +1,5 @@
|
||||
"use client";
|
||||
|
||||
import { useState } from "react";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
@@ -23,10 +22,8 @@ export default function DemoRequestPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{ name: "Dashboard", id: "hero" },
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Demo Request", id: "/demo-request" },
|
||||
]}
|
||||
brandName="KosmosAI"
|
||||
button={{ text: "Request Demo", href: "/demo-request" }}
|
||||
@@ -43,6 +40,8 @@ export default function DemoRequestPage() {
|
||||
buttonText="Submit Request"
|
||||
termsText="By submitting, you agree to be contacted by our team regarding your demo request."
|
||||
onSubmit={(email) => console.log("Demo request for:", email)}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user