diff --git a/src/app/cart/page.tsx b/src/app/cart/page.tsx index d48ed53..4ea205f 100644 --- a/src/app/cart/page.tsx +++ b/src/app/cart/page.tsx @@ -5,6 +5,7 @@ import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatin import ProductCardFour from "@/components/sections/product/ProductCardFour"; import FooterBase from "@/components/sections/footer/FooterBase"; import Link from "next/link"; +import { ShoppingBag } from "lucide-react"; export default function CartPage() { const navItems = [ @@ -79,7 +80,7 @@ export default function CartPage() { title="Your Shopping Cart" description="Review and manage the items you've added to your cart. Proceed to checkout when ready." tag="Review Items" - tagIcon="ShoppingBag" + tagIcon={ShoppingBag} tagAnimation="slide-up" products={[ {