diff --git a/src/app/donor-profile/page.tsx b/src/app/donor-profile/page.tsx index 12ee15a..a3ca979 100644 --- a/src/app/donor-profile/page.tsx +++ b/src/app/donor-profile/page.tsx @@ -1,20 +1,29 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; +import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; +import { Shield, Users, Activity } from 'lucide-react'; export default function DonorProfile() { return ( - - - + + +
+ +
); } \ No newline at end of file diff --git a/src/app/donor-registration/page.tsx b/src/app/donor-registration/page.tsx index 1a70e4b..3b70701 100644 --- a/src/app/donor-registration/page.tsx +++ b/src/app/donor-registration/page.tsx @@ -5,17 +5,22 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; export default function DonorRegistration() { return ( - - - + + +
+ +
); } \ No newline at end of file diff --git a/src/app/facilities/page.tsx b/src/app/facilities/page.tsx index b3ffd14..307fd4b 100644 --- a/src/app/facilities/page.tsx +++ b/src/app/facilities/page.tsx @@ -1,33 +1,31 @@ "use client"; - import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import ReactLenis from "lenis/react"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; export default function FacilitiesPage() { return ( - - + + +

Hospital & Facility Management

Manage partner hospitals, track facility capacity, and oversee regional distribution networks.

+
+
); } \ No newline at end of file diff --git a/src/app/inventory/page.tsx b/src/app/inventory/page.tsx index f577a83..6e20f0d 100644 --- a/src/app/inventory/page.tsx +++ b/src/app/inventory/page.tsx @@ -1,33 +1,31 @@ "use client"; - import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import ReactLenis from "lenis/react"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; export default function InventoryPage() { return ( - - + + +

Blood Inventory Dashboard

Monitor real-time blood supply levels, blood types availability, and stock alerts.

+
+
); } \ No newline at end of file diff --git a/src/app/patient-request/page.tsx b/src/app/patient-request/page.tsx index 8bbec6b..0300a6c 100644 --- a/src/app/patient-request/page.tsx +++ b/src/app/patient-request/page.tsx @@ -5,17 +5,22 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; export default function PatientRequest() { return ( - - - + + +
+ +
); } \ No newline at end of file diff --git a/src/app/schedule/page.tsx b/src/app/schedule/page.tsx index a5c5b34..8fe944c 100644 --- a/src/app/schedule/page.tsx +++ b/src/app/schedule/page.tsx @@ -1,33 +1,31 @@ "use client"; - import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import ReactLenis from "lenis/react"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; export default function SchedulePage() { return ( - - + + +

Donation Scheduling

Easily book, reschedule, or cancel donation appointments at your preferred local clinics.

+
+
); } \ No newline at end of file