From 19a1e3da257381e665bea63dee8f2f0961d7a1fc Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 07:28:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 290 ++++++++++------------------------------------- 1 file changed, 63 insertions(+), 227 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a94d47c..66d8ff6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,101 +33,40 @@ export default function LandingPage() {
@@ -136,14 +75,9 @@ export default function LandingPage() { useInvertedBackground={true} heading={[ { - type: "text", - content: "Meet Noaa Cohen: Your Strategic Partner in Scaling Creativity", - }, + type: "text", content: "הכירו את נועה כהן: השותפה האסטרטגית שלכן להצמחת יצירתיות"}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/cheerful-dark-skinned-inspired-female-design-worker-giggles-happily-sits-workplace-makes-drawings-expresses-positive-emotions-enjoys-her-occupation-studies-technical-blueprints-desktop_273609-50312.jpg", - alt: "creative consulting session workspace", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/cheerful-dark-skinned-inspired-female-design-worker-giggles-happily-sits-workplace-makes-drawings-expresses-positive-emotions-enjoys-her-occupation-studies-technical-blueprints-desktop_273609-50312.jpg", alt: "מפגש ייעוץ יצירתי"}, ]} /> @@ -155,69 +89,29 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "1", - label: "Foundation", - title: "Business Infrastructure", - items: [ - "Legal setup", - "Financial organization", - "Process automation", - ], + id: "1", label: "תשתית", title: "תשתית עסקית", items: [ + "הקמה משפטית", "ארגון פיננסי", "אוטומציה של תהליכים"], }, { - id: "2", - label: "Scale", - title: "Strategic Growth", - items: [ - "Revenue planning", - "Market positioning", - "Scaling teams", - ], + id: "2", label: "צמיחה", title: "צמיחה אסטרטגית", items: [ + "תכנון הכנסות", "מיצוב בשוק", "צמיחת צוותים"], }, { - id: "3", - label: "Mindset", - title: "Executive Presence", - items: [ - "Imposter syndrome work", - "Decision making", - "Leadership skills", - ], + id: "3", label: "חשיבה", title: "נוכחות ניהולית", items: [ + "טיפול בתסמונת המתחזה", "קבלת החלטות", "כישורי מנהיגות"], }, ]} - title="Our Framework for Growth" - description="We build sustainable business models that honor your creative spirit while securing your financial future." + title="המודל שלנו לצמיחה" + description="אנו בונות מודלים עסקיים ברי-קיימא המכבדים את הרוח היצירתית שלך ומבטיחים את עתידך הכלכלי." />
@@ -230,41 +124,20 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "starter", - tag: "Essential", - price: "$1,500", - period: "/session", - description: "Focused strategy session for immediate clarity and roadmap creation.", - button: { - text: "Book Session", - }, - featuresTitle: "Includes:", - features: [ - "90-minute strategy call", - "Actionable growth plan", - "Follow-up audit", - ], + id: "starter", tag: "בסיסי", price: "₪5,500", period: "/פגישה", description: "פגישת אסטרטגיה ממוקדת ליצירת בהירות ומפת דרכים מיידית.", button: { + text: "תיאום פגישה"}, + featuresTitle: "כולל:", features: [ + "שיחת אסטרטגיה של 90 דקות", "תוכנית צמיחה ישומית", "ביקורת מעקב"], }, { - id: "pro", - tag: "Comprehensive", - price: "$4,500", - period: "/mo", - description: "Ongoing partnership to scale your business operations and revenue streams.", - button: { - text: "Partner With Us", - }, - featuresTitle: "Includes:", - features: [ - "Weekly consulting calls", - "Operational audit", - "Financial guidance", - "Full strategic framework", - ], + id: "pro", tag: "מקיף", price: "₪16,000", period: "/לחודש", description: "שותפות מתמשכת להצמחת הפעילות העסקית ומקורות ההכנסה.", button: { + text: "שותפות אסטרטגית"}, + featuresTitle: "כולל:", features: [ + "שיחות ייעוץ שבועיות", "ביקורת תפעולית", "ליווי פיננסי", "מודל אסטרטגי מלא"], }, ]} - title="Consulting Options" - description="Choose the level of guidance that matches your stage of business." + title="אפשרויות ייעוץ" + description="בחרי את רמת הליווי המתאימה לשלב שבו העסק שלך נמצא." />
@@ -276,29 +149,17 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "m1", - value: "120%", - title: "Revenue Growth", - description: "Average increase after 6 months.", - icon: TrendingUp, + id: "m1", value: "120%", title: "צמיחה בהכנסות", description: "עלייה ממוצעת לאחר 6 חודשים.", icon: TrendingUp, }, { - id: "m2", - value: "50+", - title: "Processes Built", - description: "Standardized business workflows.", - icon: Settings, + id: "m2", value: "50+", title: "תהליכים שנבנו", description: "תהליכי עבודה סטנדרטיים.", icon: Settings, }, { - id: "m3", - value: "90+", - title: "New Ventures", - description: "Launched by our mentees.", - icon: Rocket, + id: "m3", value: "90+", title: "מיזמים חדשים", description: "שיצאו לדרך על ידי לקוחותינו.", icon: Rocket, }, ]} - title="Impact in Numbers" - description="Tangible results for creative entrepreneurs ready to step into leadership." + title="השפעה במספרים" + description="תוצאות מוחשיות ליזמות יצירתיות שמוכנות להוביל." /> @@ -308,26 +169,17 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", - title: "Who is this consulting for?", - content: "Women creators, artists, and designers ready to turn their passion into a sustainable business.", - }, + id: "f1", title: "למי מתאים הייעוץ?", content: "ליזמות, אמניות ומעצבות שמוכנות להפוך את התשוקה שלהן לעסק בר-קיימא."}, { - id: "f2", - title: "What happens in a strategy session?", - content: "We review your current pain points and develop a 3-month actionable growth roadmap.", - }, + id: "f2", title: "מה קורה בפגישת אסטרטגיה?", content: "אנו בוחנות את נקודות הכאב הנוכחיות ומפתחות תוכנית צמיחה ל-3 חודשים."}, { - id: "f3", - title: "Do you offer group programs?", - content: "Yes, we hold quarterly workshops. Please check our newsletter for dates.", - }, + id: "f3", title: "האם יש תוכניות קבוצתיות?", content: "כן, אנו מקיימות סדנאות רבעוניות. פרטים בניוזלטר."}, ]} imageSrc="http://img.b2bpic.net/free-photo/programmer-workplace_1098-21536.jpg" - title="Questions Answered" - description="Everything you need to know about starting your consulting journey." + title="שאלות ותשובות" + description="כל מה שצריך לדעת כדי להתחיל את המסע העסקי שלך." faqsAnimation="blur-reveal" - imageAlt="organized desk business consultation" + imageAlt="ייעוץ עסקי" mediaAnimation="blur-reveal" /> @@ -336,63 +188,47 @@ export default function LandingPage() { -