Update src/app/doctor-register/page.tsx
This commit is contained in:
@@ -6,14 +6,16 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
|
||||
export default function DoctorRegisterPage() {
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Login", id: "/doctor-login" },
|
||||
]}
|
||||
brandName="MediConnect"
|
||||
/>
|
||||
<ThemeProvider defaultButtonVariant="hover-magnetic" 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">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Login", id: "/doctor-login" },
|
||||
]}
|
||||
brandName="MediConnect"
|
||||
/>
|
||||
</div>
|
||||
<ContactSplitForm
|
||||
title="Doctor Registration"
|
||||
description="Join our network of healthcare professionals."
|
||||
|
||||
Reference in New Issue
Block a user