diff --git a/src/app/page.tsx b/src/app/page.tsx index 17de648..a395f97 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGaller import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCartItem from '@/components/ecommerce/cart/ProductCartItem'; -import { Database, FileText, LayoutDashboard } from "lucide-react"; +import { Database, FileText, LayoutDashboard, ShieldCheck } from "lucide-react"; export default function LandingPage() { return ( @@ -69,6 +69,8 @@ export default function LandingPage() {