import React from 'react';
import { motion } from 'framer-motion';
import { Link } from 'react-router-dom';
const Success: React.FC = () => {
return (
check_circle
Thank You
Your order has been placed successfully. We've sent a confirmation email with all the details of your purchase.
Back to Home
);
};
export default Success;