למעצבות ואדריכליות שעובדות קשה
אבל לא רואות תוצאות
שיחת ייעוץ אסטרטגית אחת שתשנה לך את כל המשחק
45 דקות ממוקדות שבהן תגלי בדיוק מה לא עובד בעסק שלך,
ותצאי עם תוכנית פעולה ברורה להתחיל ליישם מיד
⏰ מבצע מיוחד עד 30.11 | 🔥 נשארו 5 מקומות אחרונים
אם את מרגישה ככה – את לא לבד
עובדת ללא הפסקה
אבל התחושה שאת דורכת במקום
יש לקוחות אבל לא הנכונים
מתישים, משלמים מעט, לא מעריכים
לא בטוחה איך לתמחר
תמיד נותנת הנחות ומרגישה אשמה לבקש יותר
אין מערכת עבודה
כל פרויקט זה כאוס חדש, הכל אד-הוק
רואה אחרות מצליחות
ושואלת את עצמך "למה לא אני?"
תקועה בספקות
"אולי אני לא מספיק טובה? אולי זה לא בשבילי?"
הבעיה היא לא את. הבעיה היא שאין לך אסטרטגיה.
האמת שאף אחד לא אומר לך
את יכולה להיות המעצבת הכי מוכשרת בעולם, אבל בלי אסטרטגיה ברורה – את פשוט עובדת קשה יותר, מרוויחה פחות, ונשחקת מהר יותר.
אסטרטגיה היא לא מילת זמזום.
זו השיטה שעוזרת לך למשוך את הלקוחות הנכונים (ולסנן את הלא נכונים), לתמחר נכון את הערך שלך, לבנות מערכת עבודה שנותנת לך חיים, ולהפסיק לרדוף אחרי כל פניה.
ושיטה אפשר ללמוד. בדיוק בשביל זה יצרתי את שיחת הייעוץ האסטרטגית.
מה קורה ב-45 הדקות האלה?
1
אבחון מדויק (15-20 דקות)
אנחנו לא מדברות "באוויר". אנחנו חופרות לעומק.
- מה באמת לא עובד בע
<!DOCTYPE html>
<html lang="he" dir="rtl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>שיחת ייעוץ אסטרטגית למעצבות ואדריכליות</title>
<link href="https://fonts.googleapis.com/css2?family=Assistant:wght@300;400;600;700&display=swap" rel="stylesheet">
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html, body {
height: 100%;
font-family: 'Assistant', sans-serif;
background: #faf8f5;
color: #2c2c2c;
overflow-x: hidden;
scroll-behavior: smooth;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
/* Logo Section */
.logo {
width: 100%;
text-align: center;
padding: 30px 20px 20px;
background: #faf8f5;
animation: fadeInUp 0.8s ease-out;
}
.logo img {
width: 300px;
height: auto;
display: inline-block;
filter: drop-shadow(0 15px 35px rgba(0, 0, 0, 0.3));
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
/* Hero Section */
.hero {
min-height: 90vh;
background: linear-gradient(135deg, #f5f1ea 0%, #e8dfd0 100%);
display: flex;
align-items: center;
justify-content: center;
position: relative;
overflow: hidden;
padding: 60px 20px;
}
.hero::before {
content: '';
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
background: radial-gradient(circle, rgba(198, 167, 123, 0.1) 0%, transparent 70%);
animation: pulse 15s ease-in-out infinite;
}
@keyframes pulse {
0%, 100% { transform: scale(1); }
50% { transform: scale(1.1); }
}
.hero-content {
position: relative;
z-index: 2;
text-align: center;
max-width: 900px;
animation: fadeInUp 1s ease-out;
}
.hero h1 {
font-size: 3.5rem;
font-weight: 700;
color: #2c2c2c;
margin-bottom: 20px;
line-height: 1.2;
}
.hero h2 {
font-size: 2rem;
font-weight: 400;
color: #5a5a5a;
margin-bottom: 30px;
}
.hero p {
font-size: 1.5rem;
color: #5a5a5a;
margin-bottom: 40px;
font-weight: 300;
}
.cta-button {
display: inline-block;
background: linear-gradient(135deg, #c6a77b 0%, #b8956a 100%);
color: #fff;
padding: 20px 50px;
font-size: 1.3rem;
font-weight: 600;
border: none;
border-radius: 50px;
cursor: pointer;
transition: all 0.3s ease;
box-shadow: 0 10px 30px rgba(198, 167, 123, 0.4);
text-decoration: none;
}
.cta-button:hover {
transform: translateY(-3px);
box-shadow: 0 15px 40px rgba(198, 167, 123, 0.5);
background: linear-gradient(135deg, #b8956a 0%, #a88559 100%);
}
.urgency {
margin-top: 20px;
font-size: 1.1rem;
background: rgba(198, 167, 123, 0.2);
padding: 15px 30px;
border-radius: 30px;
display: inline-block;
font-weight: 600;
}
.price-tag {
margin-top: 30px;
font-size: 1.8rem;
color: #c6a77b;
font-weight: 700;
}
.price-tag .old-price {
text-decoration: line-through;
color: #999;
font-size: 1.3rem;
margin-left: 10px;
}
/* Pain Points Section */
.pain-section {
padding: 80px 20px;
background: linear-gradient(135deg, #fff 0%, #faf8f5 100%);
}
.pain-section h2 {
text-align: center;
font-size: 2.5rem;
color: #2c2c2c;
margin-bottom: 60px;
font-weight: 700;
}
.pain-points {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 25px;
margin: 40px 0;
}
.pain-point {
background: #faf8f5;
padding: 30px;
border-radius: 15px;
box-shadow: 0 4px 6px rgba(0,0,0,0.1);
transition: all 0.3s ease;
border-right: 4px solid #c6a77b;
}
.pain-point:hover {
transform: translateY(-5px);
box-shadow: 0 8px 15px rgba(0,0,0,0.15);
}
.pain-point strong {
color: #c6a77b;
font-size: 1.2rem;
display: block;
margin-bottom: 10px;
}
.highlight-box {
background: linear-gradient(135deg, #c6a77b 0%, #b8956a 100%);
color: white;
padding: 40px;
border-radius: 20px;
text-align: center;
margin: 60px 0 40px;
font-size: 1.8rem;
font-weight: 600;
box-shadow: 0 10px 30px rgba(198, 167, 123, 0.3);
}
/* Solution Section */
.solution-section {
padding: 80px 20px;
background: linear-gradient(135deg, #f9f6f2 0%, #f0ebe5 100%);
}
.solution-section h2 {
text-align: center;
font-size: 2.5rem;
color: #2c2c2c;
margin-bottom: 40px;
font-weight: 700;
}
.solution-content {
max-width: 900px;
margin: 0 auto;
font-size: 1.3rem;
line-height: 1.8;
color: #5a5a5a;
}
.solution-content p {
margin-bottom: 25px;
text-align: center;
}
.solution-content strong {
color: #c6a77b;
}
/* Process Section */
.process-section {
padding: 80px 20px;
background: linear-gradient(135deg, #fff 0%, #faf8f5 100%);
}
.process-section h2 {
text-align: center;
font-size: 2.5rem;
color: #2c2c2c;
margin-bottom: 60px;
font-weight: 700;
}
.steps {
display: grid;
gap: 40px;
max-width: 900px;
margin: 0 auto;
}
.step {
background: #faf8f5;
padding: 40px;
border-radius: 20px;
box-shadow: 0 4px 6px rgba(0,0,0,0.1);
border-right: 5px solid #c6a77b;
position: relative;
}
.step-number {
display: inline-block;
background: linear-gradient(135deg, #c6a77b 0%, #b8956a 100%);
color: white;
width: 50px;
height: 50px;
border-radius: 50%;
text-align: center;
line-height: 50px;
font-weight: bold;
font-size: 1.5rem;
margin-left: 15px;
}
.step h3 {
font-size: 1.8rem;
margin: 20px 0;
color: #2c2c2c;
}
.step p {
font-size: 1.2rem;
color: #5a5a5a;
line-height: 1.7;
margin: 15px 0;
}
.step ul {
margin: 20px 0 20px 20px;
list-style: none;
}
.step li {
margin: 15px 0;
padding-right: 30px;
position: relative;
font-size: 1.1rem;
color: #5a5a5a;
line-height: 1.6;
}
.step li::before {
content: '✓';
position: absolute;
right: 0;
color: #c6a77b;
font-weight: bold;
font-size: 1.3rem;
}
/* Testimonials Section */
.testimonials-section {
padding: 80px 20px;
background: linear-gradient(135deg, #f9f6f2 0%, #f0ebe5 100%);
}
.testimonials-section h2 {
text-align: center;
font-size: 2.5rem;
color: #2c2c2c;
margin-bottom: 60px;
font-weight: 700;
}
.testimonials {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 30px;
max-width: 1200px;
margin: 0 auto;
}
.testimonial {
background: #faf8f5;
padding: 35px;
border-radius: 20px;
box-shadow: 0 4px 6px rgba(0,0,0,0.1);
position: relative;
}
.testimonial::before {
content: '"';
font-size: 4rem;
color: #c6a77b;
opacity: 0.2;
position: absolute;
top: 10px;
right: 20px;
}
.stars {
color: #c6a77b;
font-size: 1.3rem;
margin-bottom: 15px;
}
.testimonial-text {
font-style: italic;
margin-bottom: 20px;
color: #5a5a5a;
line-height: 1.7;
font-size: 1.1rem;
}
.testimonial-author {
font-weight: bold;
color: #2c2c2c;
margin-top: 15px;
font-size: 1rem;
}
/* Comparison Section */
.comparison-section {
padding: 80px 20px;
background: linear-gradient(135deg, #fff 0%, #faf8f5 100%);
}
.comparison-section h2 {
text-align: center;
font-size: 2.5rem;
color: #2c2c2c;
margin-bottom: 60px;
font-weight: 700;
}
.comparison {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 40px;
max-width: 1000px;
margin: 0 auto;
}
.comparison-column {
background: #faf8f5;
padding: 40px;
border-radius: 20px;
box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
.comparison-column h3 {
text-align: center;
margin-bottom: 30px;
font-size: 1.8rem;
}
.yes-column {
border-top: 5px solid #c6a77b;
}
.no-column {
border-top: 5px solid #999;
}
.comparison-column ul {
list-style: none;
}
.comparison-column li {
padding: 15px 0;
margin: 10px 0;
border-bottom: 1px solid #e8dfd0;
font-size: 1.1rem;
color: #5a5a5a;
}
.yes-column li::before {
content: '✔️';
margin-left: 10px;
}
.no-column li::before {
content: '❌';
margin-left: 10px;
}
/* Pricing Section */
.pricing-section {
padding: 80px 20px;
background: linear-gradient(135deg, #f9f6f2 0%, #f0ebe5 100%);
}
.pricing-section h2 {
text-align: center;
font-size: 2.5rem;
color: #2c2c2c;
margin-bottom: 60px;
font-weight: 700;
}
.pricing-box {
background: #faf8f5;
padding: 50px;
border-radius: 20px;
box-shadow: 0 10px 30px rgba(0,0,0,0.15);
text-align: center;
max-width: 700px;
margin: 0 auto;
border: 3px solid #c6a77b;
}
.old-price {
font-size: 2rem;
text-decoration: line-through;
color: #999;
margin-bottom: 10px;
}
.new-price {
font-size: 4.5rem;
font-weight: 900;
color: #c6a77b;
margin: 20px 0;
}
.discount-badge {
background: #c6a77b;
color: white;
padding: 12px 30px;
border-radius: 30px;
display: inline-block;
font-weight: bold;
margin: 15px 0;
font-size: 1.2rem;
}
.bonus-list {
text-align: right;
margin: 40px 0;
padding: 35px;
background: #fff;
border-radius: 15px;
}
.bonus-list h4 {
text-align: center;
color: #c6a77b;
font-size: 1.5rem;
margin-bottom: 25px;
}
.bonus-list li {
margin: 20px 0;
font-size: 1.2rem;
color: #5a5a5a;
padding-right: 30px;
position: relative;
}
.bonus-list li::before {
content: '🎁';
position: absolute;
right: 0;
font-size: 1.3rem;
}
/* Timeline Section */
.timeline-section {
padding: 80px 20px;
background: linear-gradient(135deg, #fff 0%, #faf8f5 100%);
}
.timeline-section h2 {
text-align: center;
font-size: 2.5rem;
color: #2c2c2c;
margin-bottom: 60px;
font-weight: 700;
}
.timeline {
position: relative;
max-width: 800px;
margin: 0 auto;
padding-right: 50px;
}
.timeline::before {
content: '';
position: absolute;
right: 20px;
top: 0;
bottom: 0;
width: 4px;
background: #c6a77b;
}
.timeline-item {
position: relative;
padding: 20px 70px 20px 0;
margin-bottom: 40px;
}
.timeline-item::before {
content: '';
position: absolute;
right: 11px;
top: 25px;
width: 20px;
height: 20px;
border-radius: 50%;
background: #c6a77b;
border: 4px solid #faf8f5;
box-shadow: 0 0 0 4px #c6a77b;
}
.timeline-content {
background: #faf8f5;
padding: 30px;
border-radius: 15px;
box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
.timeline-content h3 {
color: #c6a77b;
font-size: 1.5rem;
margin-bottom: 15px;
}
.timeline-content p {
color: #5a5a5a;
line-height: 1.7;
font-size: 1.1rem;
}
/* FAQ Section */
.faq-section {
padding: 80px 20px;
background: linear-gradient(135deg, #f9f6f2 0%, #f0ebe5 100%);
}
.faq-section h2 {
text-align: center;
font-size: 2.5rem;
color: #2c2c2c;
margin-bottom: 60px;
font-weight: 700;
}
.faq-container {
max-width: 900px;
margin: 0 auto;
}
.faq-item {
background: #faf8f5;
margin: 25px 0;
padding: 30px;
border-radius: 15px;
box-shadow: 0 4px 6px rgba(0,0,0,0.1);
border-right: 4px solid #c6a77b;
}
.faq-question {
font-size: 1.4rem;
font-weight: bold;
color: #2c2c2c;
margin-bottom: 15px;
}
.faq-answer {
color: #5a5a5a;
line-height: 1.8;
font-size: 1.1rem;
}
/* Final CTA Section */
.final-cta {
background: linear-gradient(135deg, #c6a77b 0%, #b8956a 100%);
color: white;
padding: 100px 20px;
text-align: center;
}
.final-cta h2 {
font-size: 3rem;
margin-bottom: 40px;
font-weight: 700;
}
.benefits-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 25px;
margin: 50px auto;
text-align: right;
max-width: 1000px;
}
.benefit-item {
background: rgba(255,255,255,0.15);
padding: 25px;
border-radius: 15px;
backdrop-filter: blur(10px);
font-size: 1.1rem;
line-height: 1.6;
}
.value-box {
background: rgba(255,255,255,0.2);
padding: 40px;
border-radius: 20px;
margin: 50px auto;
max-width: 700px;
}
.value-box p {
font-size: 1.5rem;
margin: 15px 0;
font-weight: 600;
}
.final-cta .cta-button {
font-size: 1.5rem;
padding: 25px 60px;
background: white;
color: #c6a77b;
margin-top: 30px;
}
.final-cta .cta-button:hover {
background: #faf8f5;
color: #b8956a;
}
/* Footer */
.footer {
padding: 50px 20px;
background: #1a1a1a;
color: #c6a77b;
text-align: center;
}
.footer p {
font-size: 1.2rem;
font-weight: 300;
letter-spacing: 1px;
}
.footer-contact {
margin: 25px 0;
font-size: 1.1rem;
}
.footer-contact a {
color: #c6a77b;
text-decoration: none;
margin: 0 15px;
transition: all 0.3s ease;
}
.footer-contact a:hover {
color: #d4b896;
}
/* CTA Bar Buttons */
.cta-bar {
text-align: center;
margin: 50px 0;
}
/* Responsive */
@media (max-width: 768px) {
.logo img {
width: 200px;
}
.hero h1 {
font-size: 2.5rem;
}
.hero h2 {
font-size: 1.5rem;
}
.hero p {
font-size: 1.2rem;
}
.cta-button {
padding: 15px 35px;
font-size: 1.1rem;
}
.price-tag {
font-size: 1.5rem;
}
h2 {
font-size: 2rem !important;
}
.comparison {
grid-template-columns: 1fr;
}
.new-price {
font-size: 3.5rem;
}
.final-cta h2 {
font-size: 2.2rem;
}
.timeline {
padding-right: 40px;
}
}
/* Sticky CTA */
.sticky-cta {
position: fixed;
bottom: 0;
left: 0;
right: 0;
background: #c6a77b;
color: white;
padding: 15px;
text-align: center;
box-shadow: 0 -4px 10px rgba(0,0,0,0.2);
z-index: 1000;
display: none;
}
.sticky-cta.show {
display: block;
animation: slideUp 0.3s ease-out;
}
@keyframes slideUp {
from {
transform: translateY(100%);
}
to {
transform: translateY(0);
}
}
.sticky-cta button {
background: white;
color: #c6a77b;
border: none;
padding: 12px 40px;
font-size: 1.1rem;
font-weight: bold;
border-radius: 30px;
cursor: pointer;
transition: all 0.3s ease;
font-family: 'Assistant', sans-serif;
}
.sticky-cta button:hover {
transform: scale(1.05);
box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
</style>
</head>
<body>
<!-- Logo Section -->
<div class="logo">
<img src="https://i.imgur.com/froUlax.png" alt="החממה למעצבים">
</div>
<!-- Hero Section -->
<section class="hero">
<div class="hero-content">
<h1>למעצבות ואדריכליות שעובדות קשה<br>אבל לא רואות תוצאות</h1>
<h2>שיחת ייעוץ אסטרטגית אחת שתשנה לך את כל המשחק</h2>
<p>45 דקות ממוקדות שבהן תגלי בדיוק מה לא עובד בעסק שלך,<br>ותצאי עם תוכנית פעולה ברורה להתחיל ליישם מיד</p>
<a href="#pricing" class="cta-button">קבעי את השיחה שלך - ₪199 (במקום ₪399)</a>
<div class="urgency">⏰ מבצע מיוחד עד 30.11 | 🔥 נשארו 5 מקומות אחרונים</div>
</div>
</section>
<!-- Pain Points Section -->
<section class="pain-section">
<div class="container">
<h2>אם את מרגישה ככה - את לא לבד</h2>
<div class="pain-points">
<div class="pain-point">
<strong>עובדת ללא הפסקה</strong>
<p>אבל התחושה שאת דורכת במקום</p>
</div>
<div class="pain-point">
<strong>יש לקוחות אבל לא הנכונים</strong>
<p>מתישים, משלמים מעט, לא מעריכים</p>
</div>
<div class="pain-point">
<strong>לא בטוחה איך לתמחר</strong>
<p>תמיד נותנת הנחות ומרגישה אשמה לבקש יותר</p>
</div>
<div class="pain-point">
<strong>אין מערכת עבודה</strong>
<p>כל פרויקט זה כאוס חדש, הכל אד-הוק</p>
</div>
<div class="pain-point">
<strong>רואה אחרות מצליחות</strong>
<p>ושואלת את עצמך "למה לא אני?"</p>
</div>
<div class="pain-point">
<strong>תקועה בספקות</strong>
<p>"אולי אני לא מספיק טובה? אולי זה לא בשבילי?"</p>
</div>
</div>
<div class="highlight-box">
הבעיה היא לא את. הבעיה היא שאין לך אסטרטגיה.
</div>
<div class="cta-bar">
<a href="#pricing" class="cta-button">אני רוצה לשנות את זה - קבעי שיחה</a>
</div>
</div>
</section>
<!-- Solution Section -->
<section class="solution-section">
<div class="container">
<h2>האמת שאף אחד לא אומר לך</h2>
<div class="solution-content">
<p>את יכולה להיות המעצבת הכי מוכשרת בעולם, אבל <strong>בלי אסטרטגיה ברורה</strong> - את פשוט עובדת קשה יותר, מרוויחה פחות, ונשחקת מהר יותר.</p>
<p><strong>אסטרטגיה היא לא מילת זמזום.</strong></p>
<p>זו השיטה שעוזרת לך למשוך את הלקוחות הנכונים (ולסנן את הלא נכונים), לתמחר נכון את הערך שלך, לבנות מערכת עבודה שנותנת לך חיים, ולהפסיק לרדוף אחרי כל פניה.</p>
<p style="font-weight: 600; font-size: 1.5rem; color: #c6a77b; margin-top: 40px;">ושיטה אפשר ללמוד. בדיוק בשביל זה יצרתי את שיחת הייעוץ האסטרטגית.</p>
</div>
</div>
</section>
<!-- Process Section -->
<section class="process-section">
<div class="container">
<h2>מה קורה ב-45 הדקות האלה?</h2>
<div class="steps">
<div class="step">
<span class="step-number">1</span>
<h3>אבחון מדויק (15-20 דקות)</h3>
<p>אנחנו לא מדברות "באוויר". אנחנו חופרות לעומק.</p>
<ul>
<li>מה באמת לא עובד בע