diff --git a/src/app/page.tsx b/src/app/page.tsx index 16a176e..988282e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TeamCardOne from '@/components/sections/team/TeamCardOne'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Award, Scissors, Bottle, Heart, Users, Sparkles, Calendar } from 'lucide-react'; +import { Award, Scissors, Heart, Users, Sparkles, Calendar } from 'lucide-react'; export default function LandingPage() { return ( @@ -41,7 +41,7 @@ export default function LandingPage() {