"use client"; import PageBanner from "@/components/PageBanner"; import PlusMinusBtn from "@/components/PlusMinusBtn"; import WellFoodLayout from "@/layout/WellFoodLayout"; import Link from "next/link"; const page = () => { return (
Images Product Unit Price Quantity Total remove
Product Shopping Cart 70 70
Product Chicken Soup 65 130
Product Red king Crab 80 80
e.preventDefault()} className="d-sm-flex justify-content-center justify-content-lg-start" >
shopping update cart

Cart Totals

Cart Subtotal 280
Shipping Fee 10.00
Vat $0.00
Order Total 290
Proceed to checkout
); }; export default page;