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" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);