diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx
new file mode 100644
index 0000000..05dcdcc
--- /dev/null
+++ b/src/app/dashboard/page.tsx
@@ -0,0 +1,23 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
+
+export default function PatientDashboard() {
+ return (
+
+
+
+
Patient Dashboard
+
Welcome to your health portal. Here you can view your prescriptions and upcoming appointments.
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/doctor-dashboard/page.tsx b/src/app/doctor-dashboard/page.tsx
new file mode 100644
index 0000000..dc26a8d
--- /dev/null
+++ b/src/app/doctor-dashboard/page.tsx
@@ -0,0 +1,34 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
+import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
+import { Calendar, Users, FileText } from "lucide-react";
+
+export default function DoctorDashboardPage() {
+ return (
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/doctor-login/page.tsx b/src/app/doctor-login/page.tsx
new file mode 100644
index 0000000..c6feedf
--- /dev/null
+++ b/src/app/doctor-login/page.tsx
@@ -0,0 +1,29 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
+import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
+
+export default function DoctorLoginPage() {
+ return (
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/doctor-register/page.tsx b/src/app/doctor-register/page.tsx
new file mode 100644
index 0000000..e517196
--- /dev/null
+++ b/src/app/doctor-register/page.tsx
@@ -0,0 +1,31 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
+import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
+
+export default function DoctorRegisterPage() {
+ return (
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/login/page.tsx b/src/app/login/page.tsx
new file mode 100644
index 0000000..13159e6
--- /dev/null
+++ b/src/app/login/page.tsx
@@ -0,0 +1,30 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ContactForm from '@/components/form/ContactForm';
+import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
+
+export default function LoginPage() {
+ return (
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 27ffbbd..4d62327 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,22 +31,12 @@ export default function LandingPage() {
@@ -55,42 +45,21 @@ export default function LandingPage() {
@@ -109,21 +78,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- icon: Video,
- title: "Live Video Consults",
- description: "High-quality, secure video sessions with expert doctors.",
- },
- {
- icon: FileText,
- title: "Digital Prescriptions",
- description: "Automated, secure, and easily accessible prescription storage.",
- },
- {
- icon: ShieldCheck,
- title: "Secure Records",
- description: "Privacy-first approach ensuring all records are encrypted and safe.",
- },
+ { icon: Video, title: "Live Video Consults", description: "High-quality, secure video sessions with expert doctors." },
+ { icon: FileText, title: "Digital Prescriptions", description: "Automated, secure, and easily accessible prescription storage." },
+ { icon: ShieldCheck, title: "Secure Records", description: "Privacy-first approach ensuring all records are encrypted and safe." },
]}
title="Integrated Healthcare Solutions"
description="Powerful features to manage your health and prescriptions effectively."
@@ -137,27 +94,9 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={true}
metrics={[
- {
- id: "m1",
- value: "50k+",
- title: "Consultations",
- description: "Successfully completed sessions.",
- icon: Users,
- },
- {
- id: "m2",
- value: "100%",
- title: "Record Safety",
- description: "End-to-end encrypted storage.",
- icon: Lock,
- },
- {
- id: "m3",
- value: "24/7",
- title: "Access",
- description: "Available whenever you need.",
- icon: Clock,
- },
+ { id: "m1", value: "50k+", title: "Consultations", description: "Successfully completed sessions.", icon: Users },
+ { id: "m2", value: "100%", title: "Record Safety", description: "End-to-end encrypted storage.", icon: Lock },
+ { id: "m3", value: "24/7", title: "Access", description: "Available whenever you need.", icon: Clock },
]}
title="Proven Care Excellence"
description="Our platform facilitates thousands of successful consultations daily."
@@ -170,41 +109,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- name: "Sarah Miller",
- role: "Patient",
- testimonial: "The video quality is excellent, and having all my prescriptions saved automatically in one place is a lifesaver.",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-using-her-digital-tablet-home_1301-4039.jpg",
- },
- {
- id: "2",
- name: "James Anderson",
- role: "Patient",
- testimonial: "Very easy to use, and I really appreciate the secure document management.",
- imageSrc: "http://img.b2bpic.net/free-photo/sick-man-having-video-call-with-doctor_23-2148944838.jpg",
- },
- {
- id: "3",
- name: "Lisa Wang",
- role: "Patient",
- testimonial: "My doctor was thorough, and getting the prescription directly saved to my profile was so convenient.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-doctor-using-digital-tablet-with-touch-screen_482257-26983.jpg",
- },
- {
- id: "4",
- name: "Robert Chen",
- role: "Patient",
- testimonial: "Secure, reliable, and professional. I highly recommend this for busy professionals.",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-sits-mat-uses-smartphone-online-workout-concept_169016-47282.jpg",
- },
- {
- id: "5",
- name: "Emma Davis",
- role: "Patient",
- testimonial: "Absolutely the best experience I have had with a digital medical platform.",
- imageSrc: "http://img.b2bpic.net/free-photo/african-american-nurse-doing-comforting-gesture-senior-people-web-call_482257-122750.jpg",
- },
+ { id: "1", name: "Sarah Miller", role: "Patient", testimonial: "The video quality is excellent, and having all my prescriptions saved automatically in one place is a lifesaver.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-using-her-digital-tablet-home_1301-4039.jpg" },
+ { id: "2", name: "James Anderson", role: "Patient", testimonial: "Very easy to use, and I really appreciate the secure document management.", imageSrc: "http://img.b2bpic.net/free-photo/sick-man-having-video-call-with-doctor_23-2148944838.jpg" },
+ { id: "3", name: "Lisa Wang", role: "Patient", testimonial: "My doctor was thorough, and getting the prescription directly saved to my profile was so convenient.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-doctor-using-digital-tablet-with-touch-screen_482257-26983.jpg" },
+ { id: "4", name: "Robert Chen", role: "Patient", testimonial: "Secure, reliable, and professional. I highly recommend this for busy professionals.", imageSrc: "http://img.b2bpic.net/free-photo/woman-sits-mat-uses-smartphone-online-workout-concept_169016-47282.jpg" },
+ { id: "5", name: "Emma Davis", role: "Patient", testimonial: "Absolutely the best experience I have had with a digital medical platform.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-nurse-doing-comforting-gesture-senior-people-web-call_482257-122750.jpg" },
]}
title="Patient Success Stories"
description="See why thousands trust our platform for their primary healthcare needs."
@@ -215,21 +124,9 @@ export default function LandingPage() {
@@ -258,14 +151,8 @@ export default function LandingPage() {
diff --git a/src/app/register/page.tsx b/src/app/register/page.tsx
new file mode 100644
index 0000000..1024574
--- /dev/null
+++ b/src/app/register/page.tsx
@@ -0,0 +1,30 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ContactForm from '@/components/form/ContactForm';
+import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
+
+export default function RegisterPage() {
+ return (
+