diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index e40af44..8644834 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -8,7 +8,18 @@ import ReactLenis from "lenis/react"; export default function AboutPage() { return ( - + + +

שירותי אבטחת מידע (סייבר)

@@ -18,13 +29,13 @@ export default function CybersecurityServices() { animationType="slide-up" useInvertedBackground={false} features={[ - { icon: Shield, title: "ניטור 24/7", description: "הגנה פעילה בכל שעות היממה." }, - { icon: Lock, title: "הצפנת נתונים", description: "הגנה על המידע הארגוני." }, - { icon: Eye, title: "בדיקות חדירות", description: "זיהוי נקודות תורפה לפני שהן מנוצלות." } + { bentoComponent: "reveal-icon", icon: Shield, title: "ניטור 24/7", description: "הגנה פעילה בכל שעות היממה." }, + { bentoComponent: "reveal-icon", icon: Lock, title: "הצפנת נתונים", description: "הגנה על המידע הארגוני." }, + { bentoComponent: "reveal-icon", icon: Eye, title: "בדיקות חדירות", description: "זיהוי נקודות תורפה לפני שהן מנוצלות." } ]} />
- +
); } \ No newline at end of file diff --git a/src/app/infrastructure-services/page.tsx b/src/app/infrastructure-services/page.tsx index 5ebfc6f..9c3dad6 100644 --- a/src/app/infrastructure-services/page.tsx +++ b/src/app/infrastructure-services/page.tsx @@ -8,7 +8,18 @@ import { Server, Cloud, Cpu } from "lucide-react"; export default function InfrastructureServices() { return ( - +

תשתיות מחשוב מתקדמות

@@ -18,13 +29,13 @@ export default function InfrastructureServices() { animationType="slide-up" useInvertedBackground={false} features={[ - { icon: Server, title: "שרתים מקומיים", description: "חומרה ושרתים פיזיים מתקדמים." }, - { icon: Cloud, title: "פתרונות ענן", description: "ניהול משאבים גמיש ומאובטח." }, - { icon: Cpu, title: "אופטימיזציית חומרה", description: "מקסום ביצועים למערכות קיימות." } + { bentoComponent: "reveal-icon", icon: Server, title: "שרתים מקומיים", description: "חומרה ושרתים פיזיים מתקדמים." }, + { bentoComponent: "reveal-icon", icon: Cloud, title: "פתרונות ענן", description: "ניהול משאבים גמיש ומאובטח." }, + { bentoComponent: "reveal-icon", icon: Cpu, title: "אופטימיזציית חומרה", description: "מקסום ביצועים למערכות קיימות." } ]} />
- +
); } \ No newline at end of file diff --git a/src/app/internet-services/page.tsx b/src/app/internet-services/page.tsx index 63fa97f..2bfa156 100644 --- a/src/app/internet-services/page.tsx +++ b/src/app/internet-services/page.tsx @@ -8,7 +8,18 @@ import { Monitor, Zap, Code } from "lucide-react"; export default function InternetServices() { return ( - +

שירותי אינטרנט מתקדמים

@@ -18,13 +29,13 @@ export default function InternetServices() { animationType="slide-up" useInvertedBackground={false} features={[ - { icon: Code, title: "פיתוח Full-Stack", description: "בניית אפליקציות ווב מהירות ומאובטחות." }, - { icon: Monitor, title: "UI/UX מודרני", description: "חווית משתמש ששמה את הלקוח במרכז." }, - { icon: Zap, title: "ביצועים גבוהים", description: "אופטימיזציה לזמני טעינה אפסיים." } + { bentoComponent: "reveal-icon", icon: Code, title: "פיתוח Full-Stack", description: "בניית אפליקציות ווב מהירות ומאובטחות." }, + { bentoComponent: "reveal-icon", icon: Monitor, title: "UI/UX מודרני", description: "חווית משתמש ששמה את הלקוח במרכז." }, + { bentoComponent: "reveal-icon", icon: Zap, title: "ביצועים גבוהים", description: "אופטימיזציה לזמני טעינה אפסיים." } ]} />
- +
); } \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 8d94cca..1219f76 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function SpotGroupPage() { sizing="medium" background="none" cardStyle="glass-elevated" - primaryButtonStyle="metallic" + primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="medium" > @@ -69,8 +69,12 @@ export default function SpotGroupPage() { animationType="slide-up" features={[ { title: "אבטחת מידע", description: "הגנה מקיפה על נכסי המידע של הארגון מפני איומי סייבר.", bentoComponent: "reveal-icon", icon: Shield }, - { title: "פיתוח ואינטרנט", description: "פיתוח פלטפורמות ויישומים מותאמים אישית לצרכי החברה.", bentoComponent: "marquee", variant: "text", texts: ["React", "Next.js", "Cloud", "API", "Security", "Scale", "Performance"] }, - { title: "תשתיות", description: "הקמה וניהול של תשתיות תקשורת ומחשוב אמינות ומהירות.", bentoComponent: "media-stack", items: [{ imageSrc: "http://img.b2bpic.net/free-photo/technology-background-texture_23-2148105487.jpg", imageAlt: "Infrastructure" }] } + { title: "פיתוח ואינטרנט", description: "פיתוח פלטפורמות ויישומים מותאמים אישית לצרכי החברה.", bentoComponent: "marquee", centerIcon: Sparkles, variant: "text", texts: ["React", "Next.js", "Cloud"] }, + { title: "תשתיות", description: "הקמה וניהול של תשתיות תקשורת ומחשוב אמינות ומהירות.", bentoComponent: "media-stack", items: [ + { imageSrc: "http://img.b2bpic.net/free-photo/technology-background-texture_23-2148105487.jpg", imageAlt: "Infrastructure" }, + { imageSrc: "http://img.b2bpic.net/free-photo/technology-background-texture_23-2148105487.jpg", imageAlt: "Infrastructure" }, + { imageSrc: "http://img.b2bpic.net/free-photo/technology-background-texture_23-2148105487.jpg", imageAlt: "Infrastructure" } + ] } ]} />