Merge version_2 into main #3

Merged
bender merged 4 commits from version_2 into main 2026-05-07 06:44:44 +00:00
4 changed files with 4 additions and 2 deletions

View File

@@ -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: "הגנה על המידע הארגוני." },

View File

@@ -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: "ניהול משאבים גמיש ומאובטח." },

View File

@@ -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: "חווית משתמש ששמה את הלקוח במרכז." },

View File

@@ -61,7 +61,6 @@ export default function SpotGroupPage() {
carouselItemClassName="!aspect-[4/5]"
/>
<FeatureBento
id="services"
title="המומחיות שלנו"
description="אנחנו בונים בסיס חזק לעסק שלכם עם טכנולוגיות העילית של המחר."
textboxLayout="default"
@@ -121,4 +120,4 @@ export default function SpotGroupPage() {
</ReactLenis>
</ThemeProvider>
);
}
}