Compare commits
16 Commits
version_4_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 4d115c466a | |||
| 730f87c160 | |||
| f090fb9931 | |||
| 99eb9bc1e2 | |||
| dd6e2f4549 | |||
| 19ed38ab52 | |||
| 660a193b58 | |||
| 863b3b6be1 | |||
| 8313f67a7e | |||
| efd4eaf326 | |||
| 8ba231ddd6 | |||
|
|
01d8853393 | ||
| ae71d8783c | |||
| 3889fb43b4 | |||
| e0b9b6528f | |||
| cf27ae5b6f |
@@ -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: "#"},
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@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";
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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.",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -5,13 +5,13 @@ import HeroBrand from '@/components/sections/hero/HeroBrand';
|
||||
|
||||
export default function HeroSection(): React.JSX.Element {
|
||||
return (
|
||||
<div data-webild-section="hero" id="hero">
|
||||
<div data-webild-section="hero" id="hero" className="[&_p]:!text-2xl md:[&_p]:!text-3xl [&_p]:!leading-relaxed">
|
||||
<HeroBrand
|
||||
videoSrc="https://videos.pexels.com/video-files/7176675/7176675-uhd_2560_1440_25fps.mp4"
|
||||
description="טיפול NLP מבוסס ראיות שנועד לשבור דפוסים מגבילים ולשחרר את הפוטנציאל שלך. גלה כיצד אלפים דמיינו מחדש את עתידם."
|
||||
secondaryButton={{"href":"#services","text":"גלה את השירותים שלנו"}}
|
||||
brand="שנה את הלך הרוח שלך, שנה את חייך"
|
||||
primaryButton={{"text":"קבע פגישת ייעוץ חינם","href":"#contact"}}
|
||||
imageSrc="https://picsum.photos/seed/278814082/1200/800"
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user