From 9271f776d78144a54f2f6c73efecc93e27b19d3a Mon Sep 17 00:00:00 2001 From: Mohammed Al-yaseen Date: Fri, 2 May 2025 02:25:42 +0300 Subject: [PATCH] remove extra preference --- src/app/components/Preferences/Preferences.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/components/Preferences/Preferences.tsx b/src/app/components/Preferences/Preferences.tsx index cfe354d..8e7221a 100644 --- a/src/app/components/Preferences/Preferences.tsx +++ b/src/app/components/Preferences/Preferences.tsx @@ -30,11 +30,11 @@ const preferenceOptions: PreferenceOption[] = [ label: "SEO & Digital Marketing", description: "Search optimization, content strategy, analytics", }, - { - id: "mobile", - label: "Mobile Development", - description: "iOS/Android apps, cross-platform solutions", - }, + // { + // id: "mobile", + // label: "Mobile Development", + // description: "iOS/Android apps, cross-platform solutions", + // }, { id: "cloud", label: "Cloud Solutions",