Merge version_16 into main #27

Merged
bender merged 1 commits from version_16 into main 2026-05-22 12:44:29 +00:00

View File

@@ -14,7 +14,7 @@ import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TeamCardSix from '@/components/sections/team/TeamCardSix';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import MediaHero from '@/components/sections/hero/MediaHero';
import HeroCentered from '@/components/sections/hero/HeroCentered';
export default function LandingPage() {
const handleScroll = (id: string) => {
@@ -194,9 +194,11 @@ export default function LandingPage() {
</div>
<div id="video-section" data-section="video-section">
<MediaHero
<HeroCentered
title="На открытии нашей клиники присутствовал Герой России, Глава Чеченской Республики Рамзан Ахматович Кадыров"
videoSrc="https://www.instagram.com/reel/DWYttnBAUnD/"
description=""
avatars={[]}
className="py-20"
/>
</div>