Merge version_3_1782377190407 into main #4

Merged
bender merged 1 commits from version_3_1782377190407 into main 2026-06-25 08:48:19 +00:00

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"
<HeroBrand
videoSrc="https://videos.pexels.com/video-files/7176675/7176675-uhd_2560_1440_25fps.mp4"
description="טיפול NLP מבוסס ראיות שנועד לשבור דפוסים מגבילים ולשחרר את הפוטנציאל שלך. גלה כיצד אלפים דמיינו מחדש את עתידם."
primaryButton={{"href":"#contact","text":"קבע פגישת ייעוץ חינם"}}
title="שנה את הלך הרוח שלך, שנה את חייך"
secondaryButton={{"text":"גלה את השירותים שלנו","href":"#services"}}
secondaryButton={{"href":"#services","text":"גלה את השירותים שלנו"}}
brand="שנה את הלך הרוח שלך, שנה את חייך"
primaryButton={{"text":"קבע פגישת ייעוץ חינם","href":"#contact"}}
/>
</div>
);