import React from 'react'; import { motion } from 'framer-motion'; import { Truck, Gift } from 'lucide-react'; const TopBanner = ({ cartSubtotal }) => { return null; }; export default TopBanner;