diff --git a/src/app/page.tsx b/src/app/page.tsx index 5e7f925..8159a32 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,6 +6,7 @@ import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarou import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout"; import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen"; +import FeatureCardEight from "@/components/sections/feature/FeatureCardEight"; import TeamCardTwo from "@/components/sections/team/TeamCardTwo"; import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; import ContactCenter from "@/components/sections/contact/ContactCenter"; @@ -145,6 +146,23 @@ export default function LandingPage() { tag: "Опыт", title: "15+ лет в индустрии", subtitle: "Успешные проекты по всему Казахстану", description: "Компания успешно реализовала проекты для крупных предприятий Казахстана, включая нефтеперерабатывающие комплексы, заводы и промышленные объекты инфраструктуры.", imageSrc: "http://img.b2bpic.net/free-photo/site-engineer-construction-site_53876-30162.jpg", imageAlt: "Промышленный объект" } ]} + animationType="slide-up" + /> + + +
+