import React from 'react'; import * as Icon from 'react-feather'; const CheckoutContent = () => { return ( <>
Returning customer? Click here to login

Billing Details

Your Order

Product Name Total
Smart Watch $30.00
TV $30.00
Book $30.00
Smart Watch $30.00
TV $30.00
Book $30.00
Cart Subtotal $210.00
Shipping $5.00
Order Total $215.00

Make your payment directly into our bank account. Please use your Order ID as the payment reference. Your order will not be shipped until the funds have cleared in our account.

Place Order
) } export default CheckoutContent;