Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-08 20:09:29 +00:00

View File

@@ -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"
/>
</div>
<div id="company-features" data-section="company-features">
<FeatureCardEight
title="Почему выбирают нас"
description="Ключевые преимущества компании Пром.Альп"
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
features={[
{
id: 1,
tag: "Преимущество", title: "Профессиональный опыт", description: "Более 15 лет успешной работы в промышленном альпинизме и строительно-монтажных работах", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfzF2f4UzmTZy4U9OIkdzfGRMZ/uploaded-1773000520874-ypygyn4n.jpg", imageAlt: "Профессиональный опыт"
}
]}
/>
</div>