diff --git a/src/app/page.tsx b/src/app/page.tsx index 4a90137..7f31520 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import HeroSplit from '@/components/sections/hero/HeroSplit'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import { Award, CreditCard, Search, ShieldCheck, Smile, MapPin, Clock, Stethoscope } from "lucide-react"; +import { Clock, MapPin, Stethoscope } from "lucide-react"; export default function LandingPage() { return ( @@ -43,9 +43,9 @@ export default function LandingPage() {