From 8c8d0702f621b6227f2d232b575ea77ff56bbee2 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 10:41:57 +0000 Subject: [PATCH] Update src/app/cart/page.tsx --- src/app/cart/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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={[ {