Merge version_6_1782377469125 into main

Merge version_6_1782377469125 into main
This commit was merged in pull request #7.
This commit is contained in:
2026-06-25 08:55:26 +00:00

View File

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