From 67b8bd837c7ab21c25a2a85c81cc9fbf89775ae4 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 07:25:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 327 ++++++++++++++--------------------------------- 1 file changed, 98 insertions(+), 229 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d365580..9ffe210 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,9 +12,9 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Bed, Clock, Mountain, Utensils } from "lucide-react"; +import { Bed, Clock, Mountain, Utensils, Stethoscope, HeartPulse } from "lucide-react"; -export default function LandingPage() { +export default function ClinicPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- -
- -
- -
- -
- - +
); -} +} \ No newline at end of file -- 2.49.1