diff --git a/src/app/page.tsx b/src/app/page.tsx index b4a7ed6..46535df 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { AlertTriangle, Award, Globe, Instagram, Linkedin, Microscope, FirstAid, Rocket, Shield, ShieldCheck, Smile, Star, Twitter } from "lucide-react"; +import { AlertTriangle, Award, Globe, Instagram, Linkedin, Microscope, Bandage, Rocket, Shield, ShieldCheck, Smile, Star, Twitter } from "lucide-react"; export default function LandingPage() { return ( @@ -147,7 +147,7 @@ export default function LandingPage() { icon: Microscope, label: "Daily Diagnostics", value: "Pre-flight checks"}, { - icon: FirstAid, + icon: Bandage, label: "Medical Support", value: "On-board & remote"}, { icon: AlertTriangle,