19 Commits

Author SHA1 Message Date
4d115c466a Merge version_11_1782377899063 into main
Merge version_11_1782377899063 into main
2026-06-25 08:58:31 +00:00
730f87c160 Update src/pages/HomePage/sections/Faq.tsx 2026-06-25 08:58:28 +00:00
f090fb9931 Merge version_10_1782377879801 into main
Merge version_10_1782377879801 into main
2026-06-25 08:58:12 +00:00
99eb9bc1e2 Update src/pages/HomePage/sections/Faq.tsx 2026-06-25 08:58:09 +00:00
dd6e2f4549 Merge version_9_1782377859058 into main
Merge version_9_1782377859058 into main
2026-06-25 08:57:51 +00:00
19ed38ab52 Update src/pages/HomePage/sections/Services.tsx 2026-06-25 08:57:48 +00:00
660a193b58 Merge version_8_1782377839357 into main
Merge version_8_1782377839357 into main
2026-06-25 08:57:31 +00:00
863b3b6be1 Update src/pages/HomePage/sections/About.tsx 2026-06-25 08:57:28 +00:00
8313f67a7e Merge version_7_1782377806216 into main
Merge version_7_1782377806216 into main
2026-06-25 08:56:58 +00:00
efd4eaf326 Update src/components/Layout.tsx 2026-06-25 08:56:49 +00:00
8ba231ddd6 Merge version_6_1782377469125 into main
Merge version_6_1782377469125 into main
2026-06-25 08:55:26 +00:00
kudinDmitriyUp
01d8853393 Bob AI: Added image to hero and increased text size 2026-06-25 08:54:43 +00:00
ae71d8783c Merge version_5_1782377360647 into main
Merge version_5_1782377360647 into main
2026-06-25 08:49:24 +00:00
3889fb43b4 Update theme fonts 2026-06-25 08:49:21 +00:00
e0b9b6528f Merge version_4_1782377352528 into main
Merge version_4_1782377352528 into main
2026-06-25 08:49:15 +00:00
5514d13905 Update theme colors 2026-06-25 08:49:13 +00:00
cf27ae5b6f Merge version_3_1782377190407 into main
Merge version_3_1782377190407 into main
2026-06-25 08:48:19 +00:00
kudinDmitriyUp
a8434e8d6c Bob AI: <ATTACHED_BLOCKS>
The user attached the section/component ca
2026-06-25 08:47:44 +00:00
88b0091677 Merge version_2_1782376962871 into main
Merge version_2_1782376962871 into main
2026-06-25 08:45:59 +00:00
6 changed files with 29 additions and 30 deletions

View File

@@ -35,7 +35,7 @@ export default function Layout() {
<SiteBackgroundSlot />
<SectionErrorBoundary name="navbar">
<NavbarFloatingLogo
logo="Therapy NLP"
logo="RON"
logoImageSrc="http://img.b2bpic.net/free-photo/pink-lotus-flower-blooming-dark-water_84443-94671.jpg"
ctaButton={{
text: "Book Now", href: "#contact"}}
@@ -46,8 +46,8 @@ export default function Layout() {
</main>
<SectionErrorBoundary name="footer">
<FooterMinimal
brand="Therapy NLP"
copyright="© 2024 Therapy NLP All Rights Reserved."
brand="RON"
copyright="© 2024 RON All Rights Reserved."
socialLinks={[
{
icon: "Twitter", href: "#"},

View File

@@ -1,19 +1,19 @@
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&family=Inter:wght@400;500;600;700&display=swap');
@import "tailwindcss";
@import "./styles/masks.css";
@import "./styles/animations.css";
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #fdf6e3;
--card: #f5e8d3;
--foreground: #3e2723;
--primary-cta: #d84315;
--primary-cta-text: #ffffff;
--secondary-cta: #ffcc80;
--secondary-cta-text: #3e2723;
--accent: #bf360c;
--background-accent: #ffab40;
--background: #fbfaff;
--card: #ffffff;
--foreground: #0f0022;
--primary-cta: #8b5cf6;
--primary-cta-text: #fbfaff;
--secondary-cta: #ffffff;
--secondary-cta-text: #0f0022;
--accent: #d8cef5;
--background-accent: #c4a8f9;
/* @layout/border-radius/rounded */
--radius: 1rem;
@@ -88,7 +88,7 @@
--color-background-accent: var(--background-accent);
/* Fonts */
--font-sans: 'Roboto', sans-serif;
--font-sans: 'Open Sans', sans-serif;
--font-tight: "Inter Tight", sans-serif;
--font-mono: monospace;
@@ -137,7 +137,7 @@ body {
margin: 0;
background-color: var(--background);
color: var(--foreground);
font-family: 'Roboto', sans-serif;
font-family: 'Open Sans', sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -150,7 +150,7 @@ h3,
h4,
h5,
h6 {
font-family: 'Roboto', sans-serif;
font-family: 'Inter', sans-serif;
}
/* Default card/button styles. Template theme.css imports come after this file

View File

@@ -11,8 +11,8 @@ export default function AboutSection(): React.JSX.Element {
<SectionErrorBoundary name="about">
<AboutMediaOverlay
tag="Our Philosophy"
title="Evidence-Based NLP Therapy"
description="We believe in the power of Neuro-Linguistic Programming to rewire the brain and create lasting, positive change. Our evidence-based approach is tailored to help busy professionals regain clarity, productivity, and peace of mind."
title="טיפול מבוסס ראיות"
description="אנחנו מאמינים ש"
imageSrc="http://img.b2bpic.net/free-photo/woman-enjoying-daily-life-pleasures-home_23-2148953542.jpg"
/>
</SectionErrorBoundary>

View File

@@ -11,7 +11,7 @@ export default function FaqSection(): React.JSX.Element {
<SectionErrorBoundary name="faq">
<FaqSimple
tag="Common Questions"
title="Ready to Start?"
title="שנצא לדרך? "
description="Here are the answers to the questions our clients ask most often."
items={[
{
@@ -23,7 +23,7 @@ export default function FaqSection(): React.JSX.Element {
answer: "Many clients report feeling positive shifts after just 3-4 sessions, though transformational change is a personalized process.",
},
{
question: "Are the sessions online?",
question: "האם יש אפשרות ל",
answer: "Yes, we offer both secure, private video consultations and in-person sessions to suit your comfort and lifestyle.",
},
]}

View File

@@ -1,18 +1,17 @@
// Created by add_section_from_catalog (HeroOverlay).
// Created by add_section_from_catalog (HeroBrand).
import React from 'react';
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import HeroBrand from '@/components/sections/hero/HeroBrand';
export default function HeroSection(): React.JSX.Element {
return (
<div data-webild-section="hero" id="hero">
<HeroOverlay
tag="NLP מבוסס ראיות"
videoSrc="https://videos.pexels.com/video-files/3195394/3195394-uhd_2560_1440_25fps.mp4"
<div data-webild-section="hero" id="hero" className="[&_p]:!text-2xl md:[&_p]:!text-3xl [&_p]:!leading-relaxed">
<HeroBrand
description="טיפול NLP מבוסס ראיות שנועד לשבור דפוסים מגבילים ולשחרר את הפוטנציאל שלך. גלה כיצד אלפים דמיינו מחדש את עתידם."
primaryButton={{"href":"#contact","text":"קבע פגישת ייעוץ חינם"}}
title="שנה את הלך הרוח שלך, שנה את חייך"
secondaryButton={{"text":"גלה את השירותים שלנו","href":"#services"}}
secondaryButton={{"href":"#services","text":"גלה את השירותים שלנו"}}
brand="שנה את הלך הרוח שלך, שנה את חייך"
primaryButton={{"text":"קבע פגישת ייעוץ חינם","href":"#contact"}}
imageSrc="https://picsum.photos/seed/278814082/1200/800"
/>
</div>
);

View File

@@ -13,7 +13,7 @@ export default function ServicesSection(): React.JSX.Element {
<FeaturesBorderGlow
tag="Our Expertise"
title="Reimagining Your Future"
description="Comprehensive therapy solutions for modern life challenges."
description=""
features={[
{
icon: Lightbulb,