5 Commits

Author SHA1 Message Date
c77fa0eb24 Update src/app/page.tsx 2026-05-22 19:57:05 +00:00
60d776bbf3 Update src/app/page.tsx 2026-05-22 12:45:05 +00:00
f7c450414d Update src/app/page.tsx 2026-05-22 12:44:25 +00:00
febaa04e9a Update src/app/page.tsx 2026-05-22 12:43:42 +00:00
3b203ed97b Merge version_15 into main
Merge version_15 into main
2026-05-22 12:08:32 +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 HeroCentered from '@/components/sections/hero/HeroCentered';
export default function LandingPage() {
const handleScroll = (id: string) => {
@@ -128,7 +129,7 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
{ id: "m1", value: "10+", description: "лет успешного опыта" },
{ id: "m1", value: "Текст ", description: "Текст " },
{ id: "m2", value: "5000+", description: "довольных пациентов" },
{ id: "m3", value: "100%", description: "безопасное оборудование" },
{ id: "m4", value: "Без боли", description: "комфортное лечение" },
@@ -192,6 +193,16 @@ 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"