Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8cb0f6bf22 | |||
| cba5babab3 | |||
| 96345cde1b | |||
| 3f76f570bd | |||
| 14b6b3b6a9 | |||
| 19a1e3da25 |
293
src/app/page.tsx
293
src/app/page.tsx
@@ -33,101 +33,40 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "אודות", id: "#about"},
|
||||||
id: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Strategy",
|
name: "אסטרטגיה", id: "#strategy"},
|
||||||
id: "#strategy",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Pricing",
|
name: "תמחור", id: "#pricing"},
|
||||||
id: "#pricing",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "צרו קשר", id: "#contact"},
|
||||||
id: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Noaa Cohen"
|
brandName="נועה כהן"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitKpi
|
<HeroSplitKpi
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars",
|
variant: "gradient-bars"}}
|
||||||
}}
|
title="אסטרטגיה עסקית ליוצרות"
|
||||||
title="Business Strategy Built for Women Creators"
|
description="הפכי את התשוקה שלך לעסק רווחי ומשגשג. קבלי ייעוץ מותאם אישית ליזמות יצירתיות שלא מוכנות להתפשר על אותנטיות או צמיחה."
|
||||||
description="Turn your passion into a thriving, profitable venture. Get personalized consulting tailored to creative entrepreneurs who refuse to compromise on authenticity or growth."
|
|
||||||
kpis={[
|
kpis={[
|
||||||
{
|
{
|
||||||
value: "200+",
|
value: "200+", label: "לקוחות שצמחו"},
|
||||||
label: "Clients Scaled",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "15+",
|
value: "15+", label: "שנות ניסיון"},
|
||||||
label: "Years Experience",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "98%",
|
value: "98%", label: "שיעור צמיחה"},
|
||||||
label: "Growth Rate",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
enableKpiAnimation={true}
|
enableKpiAnimation={true}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Book Your Strategy Session",
|
text: "תיאום פגישת אסטרטגיה", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/glass-partition-office-space_52683-100670.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/glass-partition-office-space_52683-100670.jpg"
|
||||||
imageAlt="business consultant professional headshot"
|
imageAlt="ייעוץ עסקי"
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
avatars={[
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-man_23-2151020303.jpg",
|
|
||||||
alt: "Middle aged hispanic business man",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/still-life-office-chair-indoors_23-2151108702.jpg",
|
|
||||||
alt: "Still life of office chair indoors",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/business-owner-working-their-strategy_23-2149241276.jpg",
|
|
||||||
alt: "Business owner working on their strategy",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/boss-instructing-assistant-colleagues-standing-sitting-table-with-monitor-documents-manager-pointing-paper-listening-coworker-business-communication-concept_74855-11543.jpg",
|
|
||||||
alt: "Boss instructing assistant",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/glass-partition-office-space_52683-100670.jpg",
|
|
||||||
alt: "business consultant professional headshot",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
marqueeItems={[
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "Brand Scaling",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "Revenue Growth",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "Operations",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "Authenticity",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "Leadership",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -136,14 +75,9 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
heading={[
|
heading={[
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", content: "הכירו את נועה כהן: השותפה האסטרטגית שלכן להצמחת יצירתיות"},
|
||||||
content: "Meet Noaa Cohen: Your Strategic Partner in Scaling Creativity",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "image",
|
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: "מפגש ייעוץ יצירתי"},
|
||||||
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",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -155,69 +89,30 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", label: "תשתית", title: "תשתית עסקית", items: [
|
||||||
label: "Foundation",
|
"הקמה משפטית", "ארגון פיננסי", "אוטומציה של תהליכים"],
|
||||||
title: "Business Infrastructure",
|
|
||||||
items: [
|
|
||||||
"Legal setup",
|
|
||||||
"Financial organization",
|
|
||||||
"Process automation",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", label: "צמיחה", title: "צמיחה אסטרטגית", items: [
|
||||||
label: "Scale",
|
"תכנון הכנסות", "מיצוב בשוק", "צמיחת צוותים"],
|
||||||
title: "Strategic Growth",
|
|
||||||
items: [
|
|
||||||
"Revenue planning",
|
|
||||||
"Market positioning",
|
|
||||||
"Scaling teams",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", label: "חשיבה", title: "נוכחות ניהולית", items: [
|
||||||
label: "Mindset",
|
"טיפול בתסמונת המתחזה", "קבלת החלטות", "כישורי מנהיגות"],
|
||||||
title: "Executive Presence",
|
|
||||||
items: [
|
|
||||||
"Imposter syndrome work",
|
|
||||||
"Decision making",
|
|
||||||
"Leadership skills",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Our Framework for Growth"
|
title="המודל שלנו לצמיחה"
|
||||||
description="We build sustainable business models that honor your creative spirit while securing your financial future."
|
description="אנו בונות מודלים עסקיים ברי-קיימא המכבדים את הרוח היצירתית שלך ומבטיחים את עתידך הכלכלי."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardFifteen
|
<TestimonialCardFifteen
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
testimonial="Working with Noaa transformed my artistic hobby into a profitable agency. Her framework is both practical and soulful."
|
testimonial="העבודה עם נועה הפכה את התחביב האמנותי שלי לסוכנות רווחית. השיטה שלה היא גם פרקטית וגם מלאת נשמה."
|
||||||
rating={5}
|
rating={5}
|
||||||
author="Sarah Jenkins, Creative Director"
|
author="שרה ג'נקינס, מנהלת קריאייטיב"
|
||||||
avatars={[
|
avatars={[]}
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg",
|
|
||||||
alt: "happy client portrait professional",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/joyful-woman-black-jacket-liking-lip-posing-isolated-background-charming-lady-dark-suit-smiling-white-backdrop_197531-18516.jpg",
|
|
||||||
alt: "business woman testimonial portrait",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/photo-satisfied-smiling-dark-skinned-graphic-designer-being-good-mood_273609-18900.jpg",
|
|
||||||
alt: "creative professional smiling",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg",
|
|
||||||
alt: "entrepreneur business successful portrait",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/two-businesswomen-working-cafe_1157-26391.jpg",
|
|
||||||
alt: "professional woman satisfied client",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
ratingAnimation="slide-up"
|
ratingAnimation="slide-up"
|
||||||
avatarsAnimation="slide-up"
|
avatarsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -230,41 +125,20 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "starter",
|
id: "starter", tag: "בסיסי", price: "₪5,500", period: "/פגישה", description: "פגישת אסטרטגיה ממוקדת ליצירת בהירות ומפת דרכים מיידית.", button: {
|
||||||
tag: "Essential",
|
text: "תיאום פגישה"},
|
||||||
price: "$1,500",
|
featuresTitle: "כולל:", features: [
|
||||||
period: "/session",
|
"שיחת אסטרטגיה של 90 דקות", "תוכנית צמיחה ישומית", "ביקורת מעקב"],
|
||||||
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: "pro",
|
id: "pro", tag: "מקיף", price: "₪16,000", period: "/לחודש", description: "שותפות מתמשכת להצמחת הפעילות העסקית ומקורות ההכנסה.", button: {
|
||||||
tag: "Comprehensive",
|
text: "שותפות אסטרטגית"},
|
||||||
price: "$4,500",
|
featuresTitle: "כולל:", features: [
|
||||||
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",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Consulting Options"
|
title="אפשרויות ייעוץ"
|
||||||
description="Choose the level of guidance that matches your stage of business."
|
description="בחרי את רמת הליווי המתאימה לשלב שבו העסק שלך נמצא."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -276,29 +150,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "m1",
|
id: "m1", value: "120%", title: "צמיחה בהכנסות", description: "עלייה ממוצעת לאחר 6 חודשים.", icon: TrendingUp,
|
||||||
value: "120%",
|
|
||||||
title: "Revenue Growth",
|
|
||||||
description: "Average increase after 6 months.",
|
|
||||||
icon: TrendingUp,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "m2",
|
id: "m2", value: "50+", title: "תהליכים שנבנו", description: "תהליכי עבודה סטנדרטיים.", icon: Settings,
|
||||||
value: "50+",
|
|
||||||
title: "Processes Built",
|
|
||||||
description: "Standardized business workflows.",
|
|
||||||
icon: Settings,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "m3",
|
id: "m3", value: "90+", title: "מיזמים חדשים", description: "שיצאו לדרך על ידי לקוחותינו.", icon: Rocket,
|
||||||
value: "90+",
|
|
||||||
title: "New Ventures",
|
|
||||||
description: "Launched by our mentees.",
|
|
||||||
icon: Rocket,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Impact in Numbers"
|
title="השפעה במספרים"
|
||||||
description="Tangible results for creative entrepreneurs ready to step into leadership."
|
description="תוצאות מוחשיות ליזמות יצירתיות שמוכנות להוביל."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -308,26 +170,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "f1",
|
id: "f1", title: "למי מתאים הייעוץ?", content: "ליזמות, אמניות ומעצבות שמוכנות להפוך את התשוקה שלהן לעסק בר-קיימא."},
|
||||||
title: "Who is this consulting for?",
|
|
||||||
content: "Women creators, artists, and designers ready to turn their passion into a sustainable business.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f2",
|
id: "f2", title: "מה קורה בפגישת אסטרטגיה?", content: "אנו בוחנות את נקודות הכאב הנוכחיות ומפתחות תוכנית צמיחה ל-3 חודשים."},
|
||||||
title: "What happens in a strategy session?",
|
|
||||||
content: "We review your current pain points and develop a 3-month actionable growth roadmap.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f3",
|
id: "f3", title: "האם יש תוכניות קבוצתיות?", content: "כן, אנו מקיימות סדנאות רבעוניות. פרטים בניוזלטר."},
|
||||||
title: "Do you offer group programs?",
|
|
||||||
content: "Yes, we hold quarterly workshops. Please check our newsletter for dates.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/programmer-workplace_1098-21536.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/programmer-workplace_1098-21536.jpg"
|
||||||
title="Questions Answered"
|
title="שאלות נפוצות"
|
||||||
description="Everything you need to know about starting your consulting journey."
|
description="כל מה שצריך לדעת כדי להתחיל את המסע העסקי שלך."
|
||||||
faqsAnimation="blur-reveal"
|
faqsAnimation="blur-reveal"
|
||||||
imageAlt="organized desk business consultation"
|
imageAlt="ייעוץ עסקי"
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -336,66 +189,50 @@ export default function LandingPage() {
|
|||||||
<ContactSplit
|
<ContactSplit
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
tag="בואו נתחיל"
|
||||||
tag="Get Started"
|
title="מוכנה להצמיח את המיזם שלך?"
|
||||||
title="Ready to Scale Your Venture?"
|
description="תאמי פגישת היכרות אסטרטגית ובואו נגדיר את הדרך שלך לצמיחה."
|
||||||
description="Book your introductory strategy session and let's define your path to growth."
|
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/businesswoman-using-mobile-phone_107420-65744.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/businesswoman-using-mobile-phone_107420-65744.jpg"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
imageAlt="inviting office interior consultation space"
|
imageAlt="ייעוץ עסקי"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer" className="rtl">
|
||||||
<FooterMedia
|
<FooterMedia
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/elderly-woman-drinking-coffee-cafe-while-working-her-laptop-writing-her-notebook_23-2149230375.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/elderly-woman-drinking-coffee-cafe-while-working-her-laptop-writing-her-notebook_23-2149230375.jpg"
|
||||||
logoText="Noaa Cohen"
|
logoText="נועה כהן"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "חברה", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "About",
|
label: "אודות", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Strategy",
|
label: "אסטרטגיה", href: "#strategy"},
|
||||||
href: "#strategy",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Support",
|
title: "תמיכה", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "FAQ",
|
label: "שאלות נפוצות", href: "#faq"},
|
||||||
href: "#faq",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Contact",
|
label: "צור קשר", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "משפטי", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Privacy Policy",
|
label: "מדיניות פרטיות", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Terms of Service",
|
label: "תנאי שימוש", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
imageAlt="inviting office interior consultation space"
|
imageAlt="ייעוץ עסקי"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user