From e7b86bbbed586a08cc992743b9ae805d2a796e47 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 12:34:24 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 165 ++++++++++++----------------------------- 1 file changed, 47 insertions(+), 118 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index fa84614..be7d913 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,7 +7,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import SplitAbout from '@/components/sections/about/SplitAbout'; import TeamCardOne from '@/components/sections/team/TeamCardOne'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { ShieldCheck } from "lucide-react"; +import { ShieldCheck, Stethoscope, Leaf, HeartHandshake } from "lucide-react"; export default function LandingPage() { return ( @@ -28,35 +28,23 @@ export default function LandingPage() { Date: Thu, 26 Mar 2026 12:34:24 +0000 Subject: [PATCH 2/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 122 +++++++++++++-------------------------- 1 file changed, 41 insertions(+), 81 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 7bbe6fb..0ba53f6 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -27,35 +27,23 @@ export default function LandingPage() { @@ -129,69 +104,54 @@ export default function LandingPage() {