diff --git a/src/app/page.tsx b/src/app/page.tsx index ff29d79..3fb676a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,6 +14,7 @@ import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; import FooterSimple from '@/components/sections/footer/FooterSimple'; +import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; import { Award, CheckCircle, HelpCircle, Sparkles, Star, Zap } from 'lucide-react'; export default function LandingPage() { @@ -38,6 +39,7 @@ export default function LandingPage() { { name: "Детали", id: "features-new" }, { name: "Возможности", id: "about" }, { name: "Цены", id: "pricing" }, + { name: "Расширенные Цены", id: "pricing-additional" }, { name: "Кейсы", id: "testimonials" }, { name: "Продукты", id: "products" }, { name: "FAQ", id: "faq" } @@ -185,6 +187,41 @@ export default function LandingPage() { /> +