diff --git a/src/app/page.tsx b/src/app/page.tsx index c274772..f122530 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TeamCardTwo from "@/components/sections/team/TeamCardTwo"; import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; import ContactFaq from "@/components/sections/contact/ContactFaq"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; -import { Sparkles, Shield, Star, Crown, Users, Heart, Phone } from "lucide-react"; +import { Sparkles, Shield, Star, Crown, Users, Heart, Phone, Award, Scissors } from "lucide-react"; export default function LandingPage() { return (