From 27440945673ae2a9f07431749df6195422dfe4cd Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 10:19:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 511 +++++++++++++++-------------------------------- 1 file changed, 165 insertions(+), 346 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 83f3dcf..c400cfe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,9 +10,9 @@ import HeroCentered from '@/components/sections/hero/HeroCentered'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TeamCardSix from '@/components/sections/team/TeamCardSix'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { AlertTriangle, Award, CheckCircle2, Heart, Smile, Sparkles, Users } from "lucide-react"; +import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; +import { AlertTriangle, Award, CheckCircle2, Heart, Smile, Sparkles, Users, Baby, ShieldAlert } from "lucide-react"; export default function LandingPage() { return ( @@ -29,359 +29,178 @@ export default function LandingPage() { headingFontWeight="bold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1