From 37b01a6db6b585a8bfca0273398a57f2d1ed0cd4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 13:20:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 148 ++++++++++++----------------------------------- 1 file changed, 36 insertions(+), 112 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 534dede..ffbd81f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,6 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import { Zap, Smartphone, Box, Cpu } from "lucide-react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; @@ -30,40 +31,30 @@ export default function LandingPage() {
@@ -80,33 +71,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Веб-разработка", - description: "Современные, масштабируемые веб-приложения.", - buttonIcon: "Zap", - imageSrc: "http://img.b2bpic.net/free-vector/set-square-logotypes-circle-logo-illustration-isometric-neon-dark-ultraviolet_39422-610.jpg", - imageAlt: "web development icon minimal", - }, + title: "Веб-разработка", description: "Современные, масштабируемые веб-приложения.", buttonIcon: Zap, + imageSrc: "http://img.b2bpic.net/free-vector/set-square-logotypes-circle-logo-illustration-isometric-neon-dark-ultraviolet_39422-610.jpg", imageAlt: "web development icon minimal"}, { - title: "Мобильные приложения", - description: "Нативные и кроссплатформенные решения.", - buttonIcon: "Smartphone", - imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-striped-ribbon-isolated-white-background_23-2147877902.jpg?_wi=2", - imageAlt: "web development icon minimal", - }, + title: "Мобильные приложения", description: "Нативные и кроссплатформенные решения.", buttonIcon: Smartphone, + imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-striped-ribbon-isolated-white-background_23-2147877902.jpg", imageAlt: "web development icon minimal"}, { - title: "3D визуализация", - description: "Потрясающая 3D графика и интерактивы.", - buttonIcon: "Box", - imageSrc: "http://img.b2bpic.net/free-vector/elegant-home-screen_23-2148744105.jpg?_wi=1", - imageAlt: "web development icon minimal", - }, + title: "3D визуализация", description: "Потрясающая 3D графика и интерактивы.", buttonIcon: Box, + imageSrc: "http://img.b2bpic.net/free-vector/elegant-home-screen_23-2148744105.jpg", imageAlt: "web development icon minimal"}, { - title: "CRM и автоматизация", - description: "Индивидуальные бизнес-процессы.", - buttonIcon: "Cpu", - imageSrc: "http://img.b2bpic.net/free-photo/composition-workplace-with-white-frame-plant-vase_23-2148225534.jpg?_wi=1", - imageAlt: "web development icon minimal", - }, + title: "CRM и автоматизация", description: "Индивидуальные бизнес-процессы.", buttonIcon: Cpu, + imageSrc: "http://img.b2bpic.net/free-photo/composition-workplace-with-white-frame-plant-vase_23-2148225534.jpg", imageAlt: "web development icon minimal"}, ]} title="Услуги" description="Комплексные услуги для вашей цифровой трансформации." @@ -121,41 +96,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - name: "Fruit Exim", - price: "2024", - imageSrc: "http://img.b2bpic.net/free-vector/elegant-home-screen_23-2148744105.jpg?_wi=2", - }, + id: "1", name: "Fruit Exim", price: "2024", imageSrc: "http://img.b2bpic.net/free-vector/elegant-home-screen_23-2148744105.jpg"}, { - id: "2", - name: "DressHub", - price: "2024", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-career-guidance-items-designers_23-2149443519.jpg", - }, + id: "2", name: "DressHub", price: "2024", imageSrc: "http://img.b2bpic.net/free-photo/top-view-career-guidance-items-designers_23-2149443519.jpg"}, { - id: "3", - name: "Chester", - price: "2024", - imageSrc: "http://img.b2bpic.net/free-photo/website-presentation-with-laptop-device_23-2150651185.jpg", - }, + id: "3", name: "Chester", price: "2024", imageSrc: "http://img.b2bpic.net/free-photo/website-presentation-with-laptop-device_23-2150651185.jpg"}, { - id: "4", - name: "Future Engineers", - price: "2024", - imageSrc: "http://img.b2bpic.net/free-vector/smartphone-home-screen_23-2148738357.jpg", - }, + id: "4", name: "Future Engineers", price: "2024", imageSrc: "http://img.b2bpic.net/free-vector/smartphone-home-screen_23-2148738357.jpg"}, { - id: "5", - name: "Training Academy", - price: "2024", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-career-guidance-items-designers_23-2149443497.jpg", - }, + id: "5", name: "Training Academy", price: "2024", imageSrc: "http://img.b2bpic.net/free-photo/top-view-career-guidance-items-designers_23-2149443497.jpg"}, { - id: "6", - name: "DalayOnGini", - price: "2024", - imageSrc: "http://img.b2bpic.net/free-photo/factory-employee-works-mockup-tablet-executives-discussing-strategies_482257-126500.jpg", - }, + id: "6", name: "DalayOnGini", price: "2024", imageSrc: "http://img.b2bpic.net/free-photo/factory-employee-works-mockup-tablet-executives-discussing-strategies_482257-126500.jpg"}, ]} title="Наши работы" description="Каждый проект создается с вниманием к деталям." @@ -168,20 +119,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "1", - title: "Какой у вас опыт?", - content: "Более 5 лет опыта в IT-сфере.", - }, + id: "1", title: "Какой у вас опыт?", content: "Более 5 лет опыта в IT-сфере."}, { - id: "2", - title: "Как происходит работа?", - content: "Мы работаем как часть вашей команды.", - }, + id: "2", title: "Как происходит работа?", content: "Мы работаем как часть вашей команды."}, { - id: "3", - title: "Сколько проектов выполнено?", - content: "Уже более 100 успешных проектов.", - }, + id: "3", title: "Сколько проектов выполнено?", content: "Уже более 100 успешных проектов."}, ]} title="Часто задаваемые вопросы" description="Все, что нужно знать о наших услугах." @@ -196,21 +138,13 @@ export default function LandingPage() { description="Свяжитесь с нами для обсуждения вашего проекта." inputs={[ { - name: "name", - type: "text", - placeholder: "Ваше имя", - }, + name: "name", type: "text", placeholder: "Ваше имя"}, { - name: "email", - type: "email", - placeholder: "Email", - }, + name: "email", type: "email", placeholder: "Email"}, ]} textarea={{ - name: "message", - placeholder: "Ваш проект", - }} - imageSrc="http://img.b2bpic.net/free-photo/composition-workplace-with-white-frame-plant-vase_23-2148225534.jpg?_wi=2" + name: "message", placeholder: "Ваш проект"}} + imageSrc="http://img.b2bpic.net/free-photo/composition-workplace-with-white-frame-plant-vase_23-2148225534.jpg" /> @@ -218,29 +152,19 @@ export default function LandingPage() {