Update src/app/cart/page.tsx
This commit is contained in:
@@ -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={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user