//
// Trending Categories
//
//
// {smallTrendingData.map((item, i) => (
//
// ))}
//
//
// );
// };
// export default TrendingSmallGrid;
import TrendingCard from "./TrendingCard";
const smallTrendingData = [
{ title: "Sarees", img: "/hero1.png", href: "/sarees" },
{ title: "Lehengas", img: "/hero2.png", href: "/lehenga" },
{ title: "Kurtas", img: "/hero3.png", href: "/kurtas" },
{ title: "Patola", img: "/hero1.png", href: "/patola" },
];
const TrendingSmallGrid = () => {
return (