add catalog filter card

This commit is contained in:
nabijonovdavronbek619@gmail.com
2026-02-07 11:27:13 +05:00
parent 66bf104cb7
commit dbe8399086
9 changed files with 199 additions and 78 deletions

View File

@@ -4,7 +4,7 @@ import { useTranslations } from "next-intl";
export function ProductBanner() {
const t = useTranslations();
return (
<section className="relative w-full h-[60vh] min-h-100 overflow-hidden pt-10">
<section className="relative w-full min-[400px]:h-[60vh] h-[75vh] min-h-100 overflow-hidden pt-10">
{/* Background Image */}
<div
className="absolute inset-0 z-0"