diff --git a/src/app/page.tsx b/src/app/page.tsx index 4e811af..104816c 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 as ScalpelIcon } from "lucide-react"; +import { Award, Stethoscope, Shield, Headphones, Star, BookOpen, Microscope, Activity, Building2, Scalpel } 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: ScalpelIcon, + buttonIcon: Scalpel, }, { title: "Patient Monitoring",