From 7f22a558669c0bd5ccc5d829b9c8493b5be49de9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 06:44:39 +0000 Subject: [PATCH 1/4] Update src/app/cybersecurity-services/page.tsx --- src/app/cybersecurity-services/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/cybersecurity-services/page.tsx b/src/app/cybersecurity-services/page.tsx index e08f3dc..2d4834f 100644 --- a/src/app/cybersecurity-services/page.tsx +++ b/src/app/cybersecurity-services/page.tsx @@ -28,6 +28,7 @@ export default function CybersecurityServices() { description="אנחנו שומרים על המידע הרגיש שלכם מפני האיומים של המחר." animationType="slide-up" useInvertedBackground={false} + textboxLayout="default" features={[ { bentoComponent: "reveal-icon", icon: Shield, title: "ניטור 24/7", description: "הגנה פעילה בכל שעות היממה." }, { bentoComponent: "reveal-icon", icon: Lock, title: "הצפנת נתונים", description: "הגנה על המידע הארגוני." }, -- 2.49.1 From 6aa3bcbbbd2b2346d9abb7f8d048ea316becaadd Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 06:44:39 +0000 Subject: [PATCH 2/4] Update src/app/infrastructure-services/page.tsx --- src/app/infrastructure-services/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/infrastructure-services/page.tsx b/src/app/infrastructure-services/page.tsx index 9c3dad6..a87875a 100644 --- a/src/app/infrastructure-services/page.tsx +++ b/src/app/infrastructure-services/page.tsx @@ -28,6 +28,7 @@ export default function InfrastructureServices() { description="בנייה, ניהול ותחזוקת תשתיות ענן ושרתים מקומיים." animationType="slide-up" useInvertedBackground={false} + textboxLayout="default" features={[ { bentoComponent: "reveal-icon", icon: Server, title: "שרתים מקומיים", description: "חומרה ושרתים פיזיים מתקדמים." }, { bentoComponent: "reveal-icon", icon: Cloud, title: "פתרונות ענן", description: "ניהול משאבים גמיש ומאובטח." }, -- 2.49.1 From 453f9b7477f5a4f70a06662770c120fba7b2dbd2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 06:44:40 +0000 Subject: [PATCH 3/4] Update src/app/internet-services/page.tsx --- src/app/internet-services/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/internet-services/page.tsx b/src/app/internet-services/page.tsx index 2bfa156..4307254 100644 --- a/src/app/internet-services/page.tsx +++ b/src/app/internet-services/page.tsx @@ -28,6 +28,7 @@ export default function InternetServices() { description="פיתוח פתרונות ווב מותאמים אישית לצרכי החברה שלך." animationType="slide-up" useInvertedBackground={false} + textboxLayout="default" features={[ { bentoComponent: "reveal-icon", icon: Code, title: "פיתוח Full-Stack", description: "בניית אפליקציות ווב מהירות ומאובטחות." }, { bentoComponent: "reveal-icon", icon: Monitor, title: "UI/UX מודרני", description: "חווית משתמש ששמה את הלקוח במרכז." }, -- 2.49.1 From 67405d457a248a3d1a4e4c641ba408344576692c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 06:44:40 +0000 Subject: [PATCH 4/4] Update src/app/page.tsx --- src/app/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1219f76..eb78922 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,6 @@ export default function SpotGroupPage() { carouselItemClassName="!aspect-[4/5]" /> ); -} +} \ No newline at end of file -- 2.49.1