File size: 229 Bytes
5c05829
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
import React from 'react';
    import { motion } from 'framer-motion';
    import { Truck, Gift } from 'lucide-react';

    const TopBanner = ({ cartSubtotal }) => {
      
      return null;
    };

    export default TopBanner;