From f94baa8a4425e59fcd984f55c26ab21e16cdcc50 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 22:25:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 104816c..4e811af 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import MetricCardOne from "@/components/sections/metrics/MetricCardOne"; import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; -import { Award, Stethoscope, Shield, Headphones, Star, BookOpen, Microscope, Activity, Building2, Scalpel } from "lucide-react"; +import { Award, Stethoscope, Shield, Headphones, Star, BookOpen, Microscope, Activity, Building2, Scalpel as ScalpelIcon } from "lucide-react"; export default function HomePage() { const navItems = [ @@ -260,7 +260,7 @@ export default function HomePage() { description: "State-of-the-art surgical equipment and lighting systems designed for optimal operating room performance.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-surgeon-operation-theater-looking-camera-doctor-scrubs-medical-mask-modern-hospital-operating-room_657921-1053.jpg", imageAlt: "Surgical equipment", - buttonIcon: Scalpel, + buttonIcon: ScalpelIcon, }, { title: "Patient Monitoring",