Switch to version 15: modified src/app/page.tsx

This commit is contained in:
2026-05-22 12:47:32 +00:00
parent 4572a326c9
commit 38bdfa488e

View File

@@ -14,7 +14,6 @@ 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 HeroCentered from '@/components/sections/hero/HeroCentered';
export default function LandingPage() {
const handleScroll = (id: string) => {
@@ -193,16 +192,6 @@ export default function LandingPage() {
/>
</div>
<div id="video-section" data-section="video-section">
<HeroCentered
title="На открытии нашей клиники присутствовал Герой России, Глава Чеченской Республики Рамзан Ахматович Кадыров"
description=""
avatars={[]}
background={{ variant: 'plain' }}
className="py-20"
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardOne
animationType="slide-up"
@@ -343,4 +332,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}