Update src/app/page.tsx

This commit is contained in:
2026-05-22 12:44:25 +00:00
parent febaa04e9a
commit f7c450414d

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>