import QuantityInput from "@/components/elements/QuantityInput" import Layout from "@/components/layout/Layout" import Link from "next/link" export default function Cart() { return ( <>
{/*===============spacing==============*/}
{/*===============spacing==============*/}
Remove item Thumbnail image Product Price Quantity Subtotal
× img Esssays Change You Think $30.00 $30.00

Cart totals

Subtotal $30.00
Total $30.00
Proceed to checkout
{/*===============spacing==============*/}
{/*===============spacing==============*/}
) }