Merge version_1_1782303975465 into main #2

Merged
bender merged 1 commits from version_1_1782303975465 into main 2026-06-24 12:27:25 +00:00

View File

@@ -6,7 +6,7 @@ import HeroSplitVerticalMarquee from '@/components/sections/hero/HeroSplitVertic
import PricingLayeredCards from '@/components/sections/pricing/PricingLayeredCards';
import TeamListCards from '@/components/sections/team/TeamListCards';
import TestimonialColumnMarqueeCards from '@/components/sections/testimonial/TestimonialColumnMarqueeCards';
import { Monitor, Smartphone, Star, Tablet, User, Zap } from "lucide-react";
import { Zap, Smartphone, Monitor, Tablet, Star, User } from "lucide-react";
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function HomePage() {
@@ -19,34 +19,18 @@ export default function HomePage() {
title="הופכים גולשים ללקוחות"
description="אנחנו בונים אתרים, דפי נחיתה ומערכות אוטומציה חכמות שמייצרות יותר פניות, יותר לקוחות ויותר מכירות לעסק שלך."
primaryButton={{
text: "לקבלת שיחת ייעוץ חינם",
href: "#contact",
}}
text: "לקבלת שיחת ייעוץ חינם", href: "#contact"}}
secondaryButton={{
text: "צפו בעבודות שלנו",
href: "#portfolio",
}}
text: "צפו בעבודות שלנו", href: "#portfolio"}}
leftItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-network-technology-background-with-low-poly-plexus-design_1048-18867.jpg?_wi=1",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-nutritional-counter-app_23-2149880598.jpg?_wi=1",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/online-shopping-experience_23-2151952979.jpg",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-network-technology-background-with-low-poly-plexus-design_1048-18867.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-nutritional-counter-app_23-2149880598.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/online-shopping-experience_23-2151952979.jpg" },
]}
rightItems={[
{
imageSrc: "http://img.b2bpic.net/free-vector/luxury-gala-dinner-landing-page-template_23-2150212319.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/conceptualize-conception-conceptual-ideas-plan-concept_53876-124067.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126876.jpg",
},
{ imageSrc: "http://img.b2bpic.net/free-vector/luxury-gala-dinner-landing-page-template_23-2150212319.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/conceptualize-conception-conceptual-ideas-plan-concept_53876-124067.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126876.jpg" },
]}
/>
</SectionErrorBoundary>
@@ -60,61 +44,22 @@ export default function HomePage() {
description="אנחנו מביאים טכנולוגיה וביצועים לרמה הבאה."
features={[
{
title: "אתר מהיר במיוחד",
description: "טעינה מהירה ששומרת על הלקוחות שלך.",
bentoComponent: "info-card-marquee",
infoCards: [
{
icon: Zap,
label: "Speed",
value: "99/100",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/abstract-light-streaks-with-spheres_1017-2806.jpg",
imageAlt: "Abstract light streaks with spheres",
title: "אתר מהיר במיוחד", description: "טעינה מהירה ששומרת על הלקוחות שלך.", bentoComponent: "info-card-marquee", infoCards: [
{ icon: "Zap", label: "Speed", value: "99/100" },
]
},
{
title: "מותאם למובייל",
description: "חוויה מושלמת מכל מכשיר.",
bentoComponent: "tilted-stack-cards",
stackCards: [
{
icon: Smartphone,
title: "Responsive",
subtitle: "All devices",
detail: "Perfect UX",
},
{
icon: Monitor,
title: "Desktop",
subtitle: "Full power",
detail: "High res",
},
{
icon: Tablet,
title: "Tablet",
subtitle: "Touch friendly",
detail: "Smooth",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-network-technology-background-with-low-poly-plexus-design_1048-18867.jpg?_wi=2",
imageAlt: "Abstract light streaks with spheres",
title: "מותאם למובייל", description: "חוויה מושלמת מכל מכשיר.", bentoComponent: "tilted-stack-cards", stackCards: [
{ icon: "Smartphone", title: "Responsive", subtitle: "All devices", detail: "Perfect UX" },
{ icon: "Monitor", title: "Desktop", subtitle: "Full power", detail: "High res" },
{ icon: "Tablet", title: "Tablet", subtitle: "Touch friendly", detail: "Smooth" },
]
},
{
title: "שילוב בינה מלאכותית",
description: "אוטומציות מתקדמות לעסק חכם.",
bentoComponent: "chat-marquee",
aiIcon: Star,
userIcon: User,
exchanges: [
{
userMessage: "Lead?",
aiResponse: "Captured!",
},
title: "שילוב בינה מלאכותית", description: "אוטומציות מתקדמות לעסק חכם.", bentoComponent: "chat-marquee", aiIcon: "Star", userIcon: "User", exchanges: [
{ userMessage: "Lead?", aiResponse: "Captured!" },
],
placeholder: "Chat",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-nutritional-counter-app_23-2149880598.jpg?_wi=2",
imageAlt: "Abstract light streaks with spheres",
placeholder: "Chat"
},
]}
/>
@@ -128,41 +73,13 @@ export default function HomePage() {
title="השירותים שלנו"
description="מגוון פתרונות לבניית נוכחות דיגיטלית חזקה."
items={[
{
title: "בניית אתרים",
description: "אתרים מקצועיים ואמינים.",
imageSrc: "http://img.b2bpic.net/free-photo/financial-application-ui-pc-screen-showing-company-revenue_482257-119232.jpg",
},
{
title: "דפי נחיתה",
description: "ממוקדי המרה.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-searching-fornew-clothes_23-2147688706.jpg",
},
{
title: "אוטומציות AI",
description: "בינה מלאכותית לעסק.",
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821368.jpg",
},
{
title: "אוטומציות WhatsApp",
description: "מענה אוטומטי חכם.",
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-with-business-template_23-2147633573.jpg",
},
{
title: "קידום SEO",
description: "שיפור הנראות בגוגל.",
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-timeline-infographic_23-2148394287.jpg",
},
{
title: "תחזוקה שוטפת",
description: "עדכונים ואבטחה.",
imageSrc: "http://img.b2bpic.net/free-photo/green-screen-computer-display-modern-startup-office-displaying-code-snippets-various_482257-136168.jpg",
},
{
title: "אסטרטגיה",
description: "תכנון מוצלח.",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-black-computer-keyboard-del-button_53876-64694.jpg",
},
{ title: "בניית אתרים", description: "אתרים מקצועיים ואמינים.", imageSrc: "http://img.b2bpic.net/free-photo/financial-application-ui-pc-screen-showing-company-revenue_482257-119232.jpg" },
{ title: "דפי נחיתה", description: "ממוקדי המרה.", imageSrc: "http://img.b2bpic.net/free-photo/woman-searching-fornew-clothes_23-2147688706.jpg" },
{ title: "אוטומציות AI", description: "בינה מלאכותית לעסק.", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821368.jpg" },
{ title: "אוטומציות WhatsApp", description: "מענה אוטומטי חכם.", imageSrc: "http://img.b2bpic.net/free-photo/young-girl-with-business-template_23-2147633573.jpg" },
{ title: "קידום SEO", description: "שיפור הנראות בגוגל.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-timeline-infographic_23-2148394287.jpg" },
{ title: "תחזוקה שוטפת", description: "עדכונים ואבטחה.", imageSrc: "http://img.b2bpic.net/free-photo/green-screen-computer-display-modern-startup-office-displaying-code-snippets-various_482257-136168.jpg" },
{ title: "אסטרטגיה", description: "תכנון מוצלח.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-black-computer-keyboard-del-button_53876-64694.jpg" },
]}
/>
</SectionErrorBoundary>
@@ -176,24 +93,11 @@ export default function HomePage() {
description="התהליך שלנו פשוט, מהיר וממוקד תוצאות."
categories={[
{
name: "תהליך עבודה",
items: [
{
question: "שיחת אפיון",
answer: "נכיר את העסק ואת היעדים.",
},
{
question: "אסטרטגיה",
answer: "נתכנן אתר שמייצר תוצאות.",
},
{
question: "עיצוב ופיתוח",
answer: "נבנה אתר מהיר ומרשים.",
},
{
question: "השקה",
answer: "האתר עולה ומתחיל לייצר פניות.",
},
name: "תהליך עבודה", items: [
{ question: "שיחת אפיון", answer: "נכיר את העסק ואת היעדים." },
{ question: "אסטרטגיה", answer: "נתכנן אתר שמייצר תוצאות." },
{ question: "עיצוב ופיתוח", answer: "נבנה אתר מהיר ומרשים." },
{ question: "השקה", answer: "האתר עולה ומתחיל לייצר פניות." },
],
},
]}
@@ -209,29 +113,11 @@ export default function HomePage() {
description="עבודות נבחרות עם דגש על עיצוב וחווית משתמש."
groups={[
{
title: "Our Work",
members: [
{
name: "Project 1",
role: "Web Design",
detail: "Professional Website",
imageSrc: "http://img.b2bpic.net/free-photo/man-developing-photos-top-view_23-2149893798.jpg",
},
{
name: "Project 2",
role: "Landing Page",
detail: "Conversion Focused",
imageSrc: "http://img.b2bpic.net/free-photo/ramadan-tablet-laptop-with-phone-perspective-side_187299-37916.jpg",
},
{
name: "Project 3",
role: "AI Tool",
detail: "Smart Automation",
imageSrc: "http://img.b2bpic.net/free-psd/dynamic-autumn-sale-landing-page_23-2149522817.jpg",
},
title: "Our Work", members: [
{ name: "Project 1", role: "Web Design", detail: "Professional Website", imageSrc: "http://img.b2bpic.net/free-photo/man-developing-photos-top-view_23-2149893798.jpg" },
{ name: "Project 2", role: "Landing Page", detail: "Conversion Focused", imageSrc: "http://img.b2bpic.net/free-photo/ramadan-tablet-laptop-with-phone-perspective-side_187299-37916.jpg" },
{ name: "Project 3", role: "AI Tool", detail: "Smart Automation", imageSrc: "http://img.b2bpic.net/free-psd/dynamic-autumn-sale-landing-page_23-2149522817.jpg" },
],
imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-network-technology-background-with-low-poly-plexus-design_1048-18867.jpg?_wi=3",
imageAlt: "saas dashboard ui design",
},
]}
/>
@@ -246,46 +132,16 @@ export default function HomePage() {
description="בחר את החבילה המתאימה לעסק שלך."
plans={[
{
tag: "Starter",
price: "₪990",
description: "חבילת בסיס",
primaryButton: {
text: "אני רוצה להתחיל",
href: "#contact",
},
features: [
"דף נחיתה מקצועי",
"מותאם למובייל",
"טופס לידים",
],
tag: "Starter", price: "₪990", description: "חבילת בסיס", primaryButton: { text: "אני רוצה להתחיל", href: "#contact" },
features: ["דף נחיתה מקצועי", "מותאם למובייל", "טופס לידים"],
},
{
tag: "Pro",
price: "₪1990",
description: "חבילת PRO",
primaryButton: {
text: "אני רוצה להתחיל",
href: "#contact",
},
features: [
"אתר עד 5 עמודים",
"גוגל אנליטיקס",
"SEO בסיסי",
],
tag: "Pro", price: "₪1990", description: "חבילת PRO", primaryButton: { text: "אני רוצה להתחיל", href: "#contact" },
features: ["אתר עד 5 עמודים", "גוגל אנליטיקס", "SEO בסיסי"],
},
{
tag: "VIP",
price: "₪3990",
description: "חבילת VIP",
primaryButton: {
text: "אני רוצה להתחיל",
href: "#contact",
},
features: [
"עיצוב אישי",
"אוטומציות AI",
"חיבור CRM",
],
tag: "VIP", price: "₪3990", description: "חבילת VIP", primaryButton: { text: "אני רוצה להתחיל", href: "#contact" },
features: ["עיצוב אישי", "אוטומציות AI", "חיבור CRM"],
},
]}
/>
@@ -299,36 +155,11 @@ export default function HomePage() {
title="לקוחות ממליצים"
description="אנשים אמיתיים, תוצאות אמיתיות."
testimonials={[
{
name: "ישראל ישראלי",
role: "בעל עסק",
quote: "אתר מהיר ומדהים!",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-tattoo-artist-indoors-side-view_23-2149445974.jpg",
},
{
name: "דנה כהן",
role: "יזמית",
quote: "עלייה מטורפת בלידים.",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-smiling-camera_74855-4022.jpg",
},
{
name: "יוסי לוי",
role: "מנכ\"ל",
quote: "שירות ברמה גבוהה מאוד.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-asian-businessman-businesswoman-meeting-brainstorming-some-new-ideas-about-project_7861-2781.jpg",
},
{
name: "מיכל רוזן",
role: "שיווק",
quote: "אוטומציות חכמות שחסכו זמן.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg",
},
{
name: "איתי גולן",
role: "יזם",
quote: "מומלץ בחום לכל עסק.",
imageSrc: "http://img.b2bpic.net/free-photo/businessman-solving-startup-problems-with-laptop-archived-documents-looking-annual-statistics-report-find-issue-young-analyst-reviewing-papers-executive-strategy-plan_482257-65811.jpg",
},
{ name: "ישראל ישראלי", role: "בעל עסק", quote: "אתר מהיר ומדהים!", imageSrc: "http://img.b2bpic.net/free-photo/smiley-tattoo-artist-indoors-side-view_23-2149445974.jpg" },
{ name: "דנה כהן", role: "יזמית", quote: "עלייה מטורפת בלידים.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-smiling-camera_74855-4022.jpg" },
{ name: "יוסי לוי", role: "מנכ\"ל", quote: "שירות ברמה גבוהה מאוד.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-asian-businessman-businesswoman-meeting-brainstorming-some-new-ideas-about-project_7861-2781.jpg" },
{ name: "מיכל רוזן", role: "שיווק", quote: "אוטומציות חכמות שחסכו זמן.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg" },
{ name: "איתי גולן", role: "יזם", quote: "מומלץ בחום לכל עסק.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-solving-startup-problems-with-laptop-archived-documents-looking-annual-statistics-report-find-issue-young-analyst-reviewing-papers-executive-strategy-plan_482257-65811.jpg" },
]}
/>
</SectionErrorBoundary>
@@ -339,17 +170,11 @@ export default function HomePage() {
<ContactCta
tag="Contact"
text="מוכנים להכניס יותר לקוחות לעסק? השאירו פרטים עוד היום."
primaryButton={{
text: "לקבלת שיחת ייעוץ חינם",
href: "#contact",
}}
secondaryButton={{
text: "צפו בעבודות",
href: "#portfolio",
}}
primaryButton={{ text: "לקבלת שיחת ייעוץ חינם", href: "#contact" }}
secondaryButton={{ text: "צפו בעבודות", href: "#portfolio" }}
/>
</SectionErrorBoundary>
</div>
</>
);
}
}