Merge version_16 into main

Merge version_16 into main
This commit was merged in pull request #26.
This commit is contained in:
2026-05-22 12:43:48 +00:00

View File

@@ -14,6 +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';
export default function LandingPage() {
const handleScroll = (id: string) => {
@@ -192,6 +193,13 @@ export default function LandingPage() {
/>
</div>
<div id="video-section" data-section="video-section">
<MediaHero
title="На открытии нашей клиники присутствовал Герой России, Глава Чеченской Республики Рамзан Ахматович Кадыров"
videoSrc="https://www.instagram.com/reel/DWYttnBAUnD/"
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardOne
animationType="slide-up"
@@ -332,4 +340,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}