// import TrendingCard from "./TrendingCard"; // const smallTrendingData = [ // { title: "Sarees", img: "/hero1.jpg", href: "/sarees" }, // { title: "Lehengas", img: "/hero2.jpg", href: "/lehenga" }, // { title: "Kurtas", img: "/hero3.jpg", href: "/kurtas" }, // { title: "Patola", img: "/hero1.jpg", href: "/patola" }, // ]; // const TrendingSmallGrid = () => { // return ( //
//

// 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 (

Trending Categories

{smallTrendingData.map((item, i) => ( ))}
); }; export default TrendingSmallGrid;