import { motion } from "framer-motion"; import TrackingSearch from "@/components/TrackingSearch"; export default function Home() { return (
{/* Hero Section */}
{/* Animated Background Map - CSS Blur Effect */}
Fast & Reliable
Global Shipping
{/* Glassmorphism Region Cards */}
{['USA πŸ‡ΊπŸ‡Έ', 'UK πŸ‡¬πŸ‡§', 'Asia 🌏', 'Europe 🌍', 'Africa 🌍'].map((region) => ( {region.split(' ')[1]}

{region.split(' ')[0]}

))}
); }