From 801903ed0d0d80679ecdd872fccebc79b8d272a9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 21:56:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 293 ++++++++++++----------------------------------- 1 file changed, 74 insertions(+), 219 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 33c9c8f..4b2a967 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Activity, Award, Clock, Database, ShieldCheck, Truck, Users } from "lucide-react"; +import { Activity, Award, Clock, Database, Pill, ShieldCheck, Truck, Users, Microscope } from "lucide-react"; export default function LandingPage() { return ( @@ -33,25 +33,15 @@ export default function LandingPage() { @@ -61,103 +51,58 @@ export default function LandingPage() { @@ -169,19 +114,13 @@ export default function LandingPage() { metrics={[ { icon: Users, - label: "Patients Served", - value: "1.2M+", - }, + label: "Patients Served", value: "1.2M+"}, { icon: Activity, - label: "Expert Doctors", - value: "850+", - }, + label: "Expert Doctors", value: "850+"}, { icon: Award, - label: "Years Excellence", - value: "25+", - }, + label: "Years Excellence", value: "25+"}, ]} metricsAnimation="slide-up" /> @@ -190,67 +129,47 @@ export default function LandingPage() {
@@ -385,8 +256,7 @@ export default function LandingPage() {