From 299eb2d96830d73446d9e205013d1ca597f1dbd7 Mon Sep 17 00:00:00 2001 From: haniyeroozmand <147385975+haniyeroozmand@users.noreply.github.com> Date: Tue, 24 Mar 2026 00:07:04 +0330 Subject: [PATCH] single category page --- app/page.tsx | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/app/page.tsx b/app/page.tsx index 5c3359d..761ba4a 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -33,32 +33,6 @@ const features = [ }, ]; -// const categories = [ -// { -// title: "فیلتر و رگلاتور", -// icon: CookingPot, -// }, -// { -// title: "باتن", -// icon: Square, -// }, -// { -// title: "سوئیچ", -// icon: MoreVertical, -// }, -// { -// title: "شبکه ای", -// icon: Circle, -// }, -// { -// title: "مدیرفشار", -// icon: Target, -// }, -// { -// title: "شیر برقی", -// icon: Minus, -// }, -// ]; const tabs = ["پرفروش‌ترین‌ها", "تخفیف‌دار", "جدیدترین‌ها"];