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: "הגנה על המידע הארגוני." }, 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: "ניהול משאבים גמיש ומאובטח." }, 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: "חווית משתמש ששמה את הלקוח במרכז." }, 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