Merge version_1 into main #2
265
src/app/page.tsx
265
src/app/page.tsx
@@ -33,25 +33,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "О компании",
|
||||
id: "#about",
|
||||
},
|
||||
name: "О компании", id: "#about"},
|
||||
{
|
||||
name: "Решения",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Решения", id: "#features"},
|
||||
{
|
||||
name: "Продукты",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Продукты", id: "#products"},
|
||||
{
|
||||
name: "Тарифы",
|
||||
id: "#pricing",
|
||||
},
|
||||
name: "Тарифы", id: "#pricing"},
|
||||
{
|
||||
name: "Контакты",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Контакты", id: "#contact"},
|
||||
]}
|
||||
brandName="FoodTech"
|
||||
/>
|
||||
@@ -60,38 +50,19 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Инновационные технологии для пищевой промышленности"
|
||||
description="Автоматизируйте контроль качества и оптимизируйте производственные процессы с нашими передовыми программными и инженерными решениями."
|
||||
tag="Пищевые Технологии 2025"
|
||||
buttons={[
|
||||
{
|
||||
text: "Получить консультацию",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Получить консультацию", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-scientific-research-laboratory-with-glass-test-tubes-flask-microscope-sapling_482257-4582.jpg?_wi=1",
|
||||
imageAlt: "food technology lab",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-scientific-research-laboratory-with-glass-test-tubes-flask-microscope-sapling_482257-4582.jpg", imageAlt: "food technology lab"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/microgreen-corundum-coriander-sprouts-male-hands-raw-sprouts-microgreens-healthy-eating-concept-man-packs-boxes_1157-42100.jpg?_wi=1",
|
||||
imageAlt: "innovative food tech process",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/biologist-scientist-looking-leaf-sample-using-medical-microscope-while-writing-gmo-expertise-notepad-chemist-examining-biological-discovery-plant-working-pharmaceutical-laboratory_482257-15972.jpg",
|
||||
imageAlt: "Biologist scientist looking at leaf sample using medical microscope",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-female-scientist-looking-strawberries-her-research-lab-quality-inspection_482257-34484.jpg",
|
||||
imageAlt: "Caucasian female scientist looking at strawberries in her research lab",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/botanist-researcher-woman-examining-green-sapling-observing-genetic-mutation-analyzing-organic-plants-agriculture-experiment-chemist-working-biological-pharmaceutical-laboratory_482257-21327.jpg",
|
||||
imageAlt: "Botanist researcher woman examining green sapling",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/microgreen-corundum-coriander-sprouts-male-hands-raw-sprouts-microgreens-healthy-eating-concept-man-packs-boxes_1157-42100.jpg", imageAlt: "innovative food tech process"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -105,14 +76,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Ваш надежный партнер в модернизации пищевых производств",
|
||||
},
|
||||
type: "text", content: "Ваш надежный партнер в модернизации пищевых производств"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/empty-microbiology-laboratory-with-nobody-it-prepared-genetic-mutation-test_482257-4504.jpg",
|
||||
alt: "innovative food tech process",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/empty-microbiology-laboratory-with-nobody-it-prepared-genetic-mutation-test_482257-4504.jpg", alt: "innovative food tech process"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -124,22 +90,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
title: "Сокращение брака",
|
||||
value: "40%",
|
||||
icon: TrendingDown,
|
||||
id: "m1", title: "Сокращение брака", value: "40%", icon: TrendingDown,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
title: "Увеличение скорости",
|
||||
value: "25%",
|
||||
icon: Zap,
|
||||
id: "m2", title: "Увеличение скорости", value: "25%", icon: Zap,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
title: "Автоматизированных линий",
|
||||
value: "150+",
|
||||
icon: Building2,
|
||||
id: "m3", title: "Автоматизированных линий", value: "150+", icon: Building2,
|
||||
},
|
||||
]}
|
||||
title="Результаты, которые имеют значение"
|
||||
@@ -154,35 +111,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Системы видеоаналитики",
|
||||
descriptions: [
|
||||
"Автоматическое обнаружение дефектов на ленте",
|
||||
"Контроль целостности упаковки",
|
||||
"Статистика по браку в реальном времени",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-chemist-scientist-injecting-organic-tomato-with-pesticides-gmo-test_482257-2125.jpg",
|
||||
},
|
||||
id: "f1", title: "Системы видеоаналитики", descriptions: [
|
||||
"Автоматическое обнаружение дефектов на ленте", "Контроль целостности упаковки", "Статистика по браку в реальном времени"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-chemist-scientist-injecting-organic-tomato-with-pesticides-gmo-test_482257-2125.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Роботизированная сортировка",
|
||||
descriptions: [
|
||||
"Устранение человеческого фактора",
|
||||
"Высокая точность сортировки по весу и размеру",
|
||||
"Интеграция с существующими линиями",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/anthropomorphic-futuristic-robot-performing-regular-human-job_23-2151043536.jpg",
|
||||
},
|
||||
id: "f2", title: "Роботизированная сортировка", descriptions: [
|
||||
"Устранение человеческого фактора", "Высокая точность сортировки по весу и размеру", "Интеграция с существующими линиями"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/anthropomorphic-futuristic-robot-performing-regular-human-job_23-2151043536.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Анализ данных и отчетность",
|
||||
descriptions: [
|
||||
"Облачное хранение показателей",
|
||||
"Прогнозирование поломок оборудования",
|
||||
"Генерация отчетов для менеджмента",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-biologist-woman-taking-strawberry-with-tweezers-analyzing-genetic-mutation-fruits_482257-4094.jpg",
|
||||
},
|
||||
id: "f3", title: "Анализ данных и отчетность", descriptions: [
|
||||
"Облачное хранение показателей", "Прогнозирование поломок оборудования", "Генерация отчетов для менеджмента"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-biologist-woman-taking-strawberry-with-tweezers-analyzing-genetic-mutation-fruits_482257-4094.jpg"},
|
||||
]}
|
||||
title="Наши возможности"
|
||||
description="Комплексный подход к автоматизации контроля качества"
|
||||
@@ -197,41 +136,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Датчик контроля плотности",
|
||||
price: "от 500 000 ₽",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-s-hand-showing-digital-tablet-with-blank-screen-kitchen_23-2148075962.jpg",
|
||||
},
|
||||
id: "p1", name: "Датчик контроля плотности", price: "от 500 000 ₽", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-s-hand-showing-digital-tablet-with-blank-screen-kitchen_23-2148075962.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "ПО Управления Производством",
|
||||
price: "от 1 200 000 ₽",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coder-workstation-programming-computer-writing-lines-code-close-up_482257-118817.jpg",
|
||||
},
|
||||
id: "p2", name: "ПО Управления Производством", price: "от 1 200 000 ₽", imageSrc: "http://img.b2bpic.net/free-photo/coder-workstation-programming-computer-writing-lines-code-close-up_482257-118817.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Сканер целостности упаковки",
|
||||
price: "от 850 000 ₽",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/industrial-engineer-operating-cnc-machine-using-digital-tablet-factory_637285-4174.jpg",
|
||||
},
|
||||
id: "p3", name: "Сканер целостности упаковки", price: "от 850 000 ₽", imageSrc: "http://img.b2bpic.net/free-photo/industrial-engineer-operating-cnc-machine-using-digital-tablet-factory_637285-4174.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Анализатор органического состава",
|
||||
price: "от 2 100 000 ₽",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-flask-science-concept_23-2148623720.jpg",
|
||||
},
|
||||
id: "p4", name: "Анализатор органического состава", price: "от 2 100 000 ₽", imageSrc: "http://img.b2bpic.net/free-photo/front-view-flask-science-concept_23-2148623720.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Автоматизированная линия фасовки",
|
||||
price: "от 3 500 000 ₽",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/manufacture-steel-machine-with-control-computer-clear-room_645730-186.jpg",
|
||||
},
|
||||
id: "p5", name: "Автоматизированная линия фасовки", price: "от 3 500 000 ₽", imageSrc: "http://img.b2bpic.net/free-photo/manufacture-steel-machine-with-control-computer-clear-room_645730-186.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Портативный спектрометр",
|
||||
price: "от 450 000 ₽",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laboratory-samples-arrangement_23-2151134956.jpg",
|
||||
},
|
||||
id: "p6", name: "Портативный спектрометр", price: "от 450 000 ₽", imageSrc: "http://img.b2bpic.net/free-photo/laboratory-samples-arrangement_23-2151134956.jpg"},
|
||||
]}
|
||||
title="Каталог решений"
|
||||
description="Выберите оборудование и ПО, соответствующие задачам вашего предприятия"
|
||||
@@ -245,56 +160,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
title: "Базовый",
|
||||
price: "50 000 ₽",
|
||||
period: "/мес",
|
||||
features: [
|
||||
"Удаленная поддержка",
|
||||
"Обновления ПО",
|
||||
"Базовая диагностика",
|
||||
],
|
||||
id: "basic", title: "Базовый", price: "50 000 ₽", period: "/мес", features: [
|
||||
"Удаленная поддержка", "Обновления ПО", "Базовая диагностика"],
|
||||
button: {
|
||||
text: "Выбрать",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focused-middle-age-woman-taking-notes-after-scientific-test-production-laboratory-biologist-working_482257-34413.jpg",
|
||||
imageAlt: "Focused middle age woman taking notes after scientific test in a production laboratory. Biologist working.",
|
||||
},
|
||||
text: "Выбрать", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focused-middle-age-woman-taking-notes-after-scientific-test-production-laboratory-biologist-working_482257-34413.jpg", imageAlt: "Focused middle age woman taking notes after scientific test in a production laboratory. Biologist working."},
|
||||
{
|
||||
id: "pro",
|
||||
title: "Профессиональный",
|
||||
price: "120 000 ₽",
|
||||
period: "/мес",
|
||||
features: [
|
||||
"Приоритетный выезд инженера",
|
||||
"Расширенная аналитика",
|
||||
"Обучение персонала",
|
||||
],
|
||||
id: "pro", title: "Профессиональный", price: "120 000 ₽", period: "/мес", features: [
|
||||
"Приоритетный выезд инженера", "Расширенная аналитика", "Обучение персонала"],
|
||||
button: {
|
||||
text: "Выбрать",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-scientific-research-laboratory-with-glass-test-tubes-flask-microscope-sapling_482257-4582.jpg?_wi=2",
|
||||
imageAlt: "Focused middle age woman taking notes after scientific test in a production laboratory. Biologist working.",
|
||||
},
|
||||
text: "Выбрать", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-scientific-research-laboratory-with-glass-test-tubes-flask-microscope-sapling_482257-4582.jpg", imageAlt: "Focused middle age woman taking notes after scientific test in a production laboratory. Biologist working."},
|
||||
{
|
||||
id: "enterprise",
|
||||
title: "Корпоративный",
|
||||
price: "Договорная",
|
||||
period: "",
|
||||
features: [
|
||||
"Круглосуточный мониторинг",
|
||||
"Индивидуальная разработка",
|
||||
"Выделенный менеджер",
|
||||
],
|
||||
id: "enterprise", title: "Корпоративный", price: "Договорная", period: "", features: [
|
||||
"Круглосуточный мониторинг", "Индивидуальная разработка", "Выделенный менеджер"],
|
||||
button: {
|
||||
text: "Связаться",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/microgreen-corundum-coriander-sprouts-male-hands-raw-sprouts-microgreens-healthy-eating-concept-man-packs-boxes_1157-42100.jpg?_wi=2",
|
||||
imageAlt: "Focused middle age woman taking notes after scientific test in a production laboratory. Biologist working.",
|
||||
},
|
||||
text: "Связаться", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/microgreen-corundum-coriander-sprouts-male-hands-raw-sprouts-microgreens-healthy-eating-concept-man-packs-boxes_1157-42100.jpg", imageAlt: "Focused middle age woman taking notes after scientific test in a production laboratory. Biologist working."},
|
||||
]}
|
||||
title="Тарифы на сервисное обслуживание"
|
||||
description="Выберите оптимальный план сопровождения для вашего оборудования"
|
||||
@@ -306,30 +188,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Алексей Смирнов, Директор завода",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
},
|
||||
id: "t1", name: "Алексей Смирнов, Директор завода", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Елена Петрова, Главный инженер",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-solar-panel-manufacturing-facility-presents-green-energy-production_482257-119910.jpg",
|
||||
},
|
||||
id: "t2", name: "Елена Петрова, Главный инженер", imageSrc: "http://img.b2bpic.net/free-photo/man-solar-panel-manufacturing-facility-presents-green-energy-production_482257-119910.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Дмитрий Иванов, CEO FoodHolding",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg",
|
||||
},
|
||||
id: "t3", name: "Дмитрий Иванов, CEO FoodHolding", imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Ирина Семенова, Руководитель контроля",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/therapist-smiling_23-2147990593.jpg",
|
||||
},
|
||||
id: "t4", name: "Ирина Семенова, Руководитель контроля", imageSrc: "http://img.b2bpic.net/free-photo/therapist-smiling_23-2147990593.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Виктор Зайцев, Зам. по производству",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-warehouse_23-2148923082.jpg",
|
||||
},
|
||||
id: "t5", name: "Виктор Зайцев, Зам. по производству", imageSrc: "http://img.b2bpic.net/free-photo/man-working-warehouse_23-2148923082.jpg"},
|
||||
]}
|
||||
cardTitle="Отзывы наших партнеров"
|
||||
cardTag="Реальные истории успеха"
|
||||
@@ -341,14 +208,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
text="Готовы обсудить ваш проект?"
|
||||
buttons={[
|
||||
{
|
||||
text: "Связаться с отделом продаж",
|
||||
href: "mailto:info@foodtech.su",
|
||||
},
|
||||
text: "Связаться с отделом продаж", href: "mailto:info@foodtech.su"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -358,42 +222,27 @@ export default function LandingPage() {
|
||||
logoText="FoodTech"
|
||||
columns={[
|
||||
{
|
||||
title: "Решения",
|
||||
items: [
|
||||
title: "Решения", items: [
|
||||
{
|
||||
label: "Автоматизация",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Автоматизация", href: "#features"},
|
||||
{
|
||||
label: "Оборудование",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Оборудование", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Компания",
|
||||
items: [
|
||||
title: "Компания", items: [
|
||||
{
|
||||
label: "О нас",
|
||||
href: "#about",
|
||||
},
|
||||
label: "О нас", href: "#about"},
|
||||
{
|
||||
label: "Контакты",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Контакты", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Документация",
|
||||
items: [
|
||||
title: "Документация", items: [
|
||||
{
|
||||
label: "Политика конфиденциальности",
|
||||
href: "#",
|
||||
},
|
||||
label: "Политика конфиденциальности", href: "#"},
|
||||
{
|
||||
label: "Сертификаты",
|
||||
href: "#",
|
||||
},
|
||||
label: "Сертификаты", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user