2 Commits

Author SHA1 Message Date
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

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>
);