diff --git a/src/app/customer-management/page.tsx b/src/app/customer-management/page.tsx index 0beaeb0..d4075c4 100644 --- a/src/app/customer-management/page.tsx +++ b/src/app/customer-management/page.tsx @@ -6,7 +6,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { User, DollarSign, Users, ShoppingBag, Ban } from "lucide-react"; +import { User, DollarSign, Users, ShoppingBag, Ban, Facebook, Instagram, Twitter } from "lucide-react"; export default function CustomerManagementPage() { return (