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