From bf255a92a76a47d1cfaf13a25e6a701811ced7d9 Mon Sep 17 00:00:00 2001 From: albivkt Date: Wed, 9 Jul 2025 23:44:59 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D1=8B=20=D0=B7=D0=B0=D0=B3=D0=BE=D0=BB=D0=BE=D0=B2=D0=BA?= =?UTF-8?q?=D0=B8=20=D0=B8=20=D0=BE=D0=BF=D0=B8=D1=81=D0=B0=D0=BD=D0=B8?= =?UTF-8?q?=D1=8F=20=D0=BD=D0=B0=20=D0=B3=D0=BB=D0=B0=D0=B2=D0=BD=D0=BE?= =?UTF-8?q?=D0=B9=20=D1=81=D1=82=D1=80=D0=B0=D0=BD=D0=B8=D1=86=D0=B5,=20?= =?UTF-8?q?=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD=D1=8B=20=D1=84=D0=BE?= =?UTF-8?q?=D0=BD=D1=8B=20=D0=B8=20=D1=81=D1=82=D0=B8=D0=BB=D0=B8=20=D0=B2?= =?UTF-8?q?=20=D1=81=D0=B5=D0=BA=D1=86=D0=B8=D1=8F=D1=85=20=D0=BE=20=D0=BA?= =?UTF-8?q?=D0=BE=D0=BC=D0=BF=D0=B0=D0=BD=D0=B8=D0=B8,=20=D0=BA=D0=BE?= =?UTF-8?q?=D0=BD=D1=82=D0=B0=D0=BA=D1=82=D0=B0=D1=85=20=D0=B8=20=D0=BF?= =?UTF-8?q?=D1=80=D0=B8=D0=BC=D0=B5=D1=80=D0=B0=D1=85=20=D1=80=D0=B0=D0=B1?= =?UTF-8?q?=D0=BE=D1=82=20=D0=B4=D0=BB=D1=8F=20=D1=83=D0=BB=D1=83=D1=87?= =?UTF-8?q?=D1=88=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=B2=D0=B8=D0=B7=D1=83=D0=B0?= =?UTF-8?q?=D0=BB=D1=8C=D0=BD=D0=BE=D0=B3=D0=BE=20=D0=B2=D0=BE=D1=81=D0=BF?= =?UTF-8?q?=D1=80=D0=B8=D1=8F=D1=82=D0=B8=D1=8F.=20=D0=94=D0=BE=D0=B1?= =?UTF-8?q?=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D1=8B=20=D0=BD=D0=BE=D0=B2=D1=8B?= =?UTF-8?q?=D0=B5=20=D1=8D=D0=BB=D0=B5=D0=BC=D0=B5=D0=BD=D1=82=D1=8B=20?= =?UTF-8?q?=D0=B4=D0=B8=D0=B7=D0=B0=D0=B9=D0=BD=D0=B0=20=D0=B8=20=D0=B8?= =?UTF-8?q?=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD=D1=8B=20=D1=82=D0=B5=D0=BA?= =?UTF-8?q?=D1=81=D1=82=D1=8B=20=D0=B4=D0=BB=D1=8F=20=D0=BF=D0=BE=D0=B2?= =?UTF-8?q?=D1=8B=D1=88=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=B8=D0=BD=D1=84=D0=BE?= =?UTF-8?q?=D1=80=D0=BC=D0=B0=D1=82=D0=B8=D0=B2=D0=BD=D0=BE=D1=81=D1=82?= =?UTF-8?q?=D0=B8.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/layout.tsx | 4 +- src/app/page.tsx | 22 +++++----- src/components/AboutSection.tsx | 58 +++++++++++++++------------ src/components/ContactSection.tsx | 23 ++++++++--- src/components/Footer.tsx | 6 ++- src/components/Header.tsx | 4 +- src/components/MobileMenu.tsx | 4 +- src/components/ProjectsSection.tsx | 19 ++++++--- src/components/TeamSection.tsx | 30 +++++++++----- src/components/WhyChooseUsSection.tsx | 22 +++++++--- 10 files changed, 121 insertions(+), 71 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f7fa87e..b400d66 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -13,8 +13,8 @@ const geistMono = Geist_Mono({ }); export const metadata: Metadata = { - title: "Create Next App", - description: "Generated by create next app", + title: "YourHouse", + description: "Строительство каменных и каркасных домов с фиксацией цены", }; export default function RootLayout({ diff --git a/src/app/page.tsx b/src/app/page.tsx index fe3dc01..a8c3ab3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,7 @@ import WhyChooseUsSection from '@/components/WhyChooseUsSection'; import WorkExamplesSection from '@/components/TeamSection'; import ContactSection from '@/components/ContactSection'; import Footer from '@/components/Footer'; -import Image from 'next/image'; + import HouseCalculatorModal from '@/components/HouseCalculatorModal'; import CatalogRequestModal from '@/components/CatalogRequestModal'; import ExcursionModal from '@/components/ExcursionModal'; @@ -82,18 +82,14 @@ export default function Home() { setIsExcursionModalOpen(false)} /> {/* Hero Section */} -
- {/* Background Image */} -
- Строительство домов -
-
+
+ {/* Background Overlay */} +
{/* Content */}
diff --git a/src/components/AboutSection.tsx b/src/components/AboutSection.tsx index 05e4753..9c78843 100644 --- a/src/components/AboutSection.tsx +++ b/src/components/AboutSection.tsx @@ -34,12 +34,22 @@ const AboutSection = () => { ]; return ( -
- {/* Статичный фон */} -
-
-
-
+
+ {/* Современный геометрический фон */} +
+ {/* Треугольники */} +
+
+
+ + {/* Круги с четкими краями */} +
+
+
+ + {/* Линии */} +
+
@@ -58,7 +68,7 @@ const AboutSection = () => {
О нашей компании { {/* Текстовый контент */} -
-
+
+

Строим дома вашей мечты

-

+

Мы - команда профессионалов с более чем 10-летним опытом в строительстве современных домов. Наша миссия - создавать качественное и комфортное жилье для наших клиентов, используя передовые технологии и материалы. @@ -84,16 +94,16 @@ const AboutSection = () => {

{/* Особенности */} -
+
{features.map((feature, index) => ( -
-
+
+
{feature.icon}
-

{feature.title}

-

{feature.description}

+

{feature.title}

+

{feature.description}

@@ -137,23 +147,19 @@ const AboutSection = () => {