diff --git a/src/app/page.tsx b/src/app/page.tsx index ea496df..5582144 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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) => { @@ -129,7 +128,7 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} metrics={[ - { id: "m1", value: "Текст ", description: "Текст " }, + { id: "m1", value: "10+", description: "лет успешного опыта" }, { id: "m2", value: "5000+", description: "довольных пациентов" }, { id: "m3", value: "100%", description: "безопасное оборудование" }, { id: "m4", value: "Без боли", description: "комфортное лечение" }, @@ -193,16 +192,6 @@ export default function LandingPage() { /> -