added frontend for k8s changes in k8s and comp and pages and dockerfile

This commit is contained in:
tusuii
2026-02-25 00:49:09 +05:30
parent ed87721301
commit 5af349316e
12 changed files with 22 additions and 16 deletions

View File

@@ -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 = () => {