added frontend for k8s changes in k8s and comp and pages and dockerfile
This commit is contained in:
@@ -31,10 +31,10 @@
|
||||
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" },
|
||||
{ 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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user