Удалено изображение 'stryokab.webp' и обновлены ссылки на изображения в секциях AboutSection и TeamSection. Изменены названия и описания проектов для повышения информативности.

This commit is contained in:
albivkt
2025-07-16 23:22:24 +03:00
parent 08e9b252ef
commit 5193fac0f6
10 changed files with 29 additions and 30 deletions

BIN
public/images/dom1.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 192 KiB

BIN
public/images/dom2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 KiB

BIN
public/images/dom3.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 KiB

BIN
public/images/dom4.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 KiB

BIN
public/images/dom5.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 235 KiB

BIN
public/images/dom6.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 233 KiB

BIN
public/images/stroy.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 284 KiB

View File

@ -68,12 +68,11 @@ const AboutSection = () => {
<div className="relative h-[300px] sm:h-[400px] lg:h-[500px] w-full rounded-2xl overflow-hidden"> <div className="relative h-[300px] sm:h-[400px] lg:h-[500px] w-full rounded-2xl overflow-hidden">
<div className="absolute inset-0 bg-gradient-to-t from-gray-900/80 via-transparent to-transparent z-10"></div> <div className="absolute inset-0 bg-gradient-to-t from-gray-900/80 via-transparent to-transparent z-10"></div>
<Image <Image
src="/images/stryokab.webp?v=3&t=1234567890" src="/images/stroy.jpg"
alt="Строительная бригада за работой" alt="Строительная бригада за работой"
fill fill
className="object-cover transition-transform duration-700 group-hover:scale-110" className="object-cover transition-transform duration-700 group-hover:scale-110"
priority priority
unoptimized={true}
/> />
{/* Декоративные элементы */} {/* Декоративные элементы */}
<div className="absolute -top-4 -left-4 w-16 sm:w-20 lg:w-24 h-16 sm:h-20 lg:h-24 bg-gradient-to-br from-blue-500/30 to-purple-500/30 rounded-full blur-xl"></div> <div className="absolute -top-4 -left-4 w-16 sm:w-20 lg:w-24 h-16 sm:h-20 lg:h-24 bg-gradient-to-br from-blue-500/30 to-purple-500/30 rounded-full blur-xl"></div>

View File

@ -9,49 +9,49 @@ import { Droplets, Zap, Thermometer, Wrench } from 'lucide-react';
const workExamples = [ const workExamples = [
{ {
id: 1, id: 1,
title: 'Каркасный дом', title: 'Дом из керамзитобетона',
description: 'Г.Чебоксары п. Альгешево, 100 м2', description: 'Московская область, г. Люберцы, дом из керамзит бетона',
image: '/images/koroche.jpg', image: '/images/dom1.jpeg',
area: '100 кв.м', area: '100 кв.м',
material: 'Каркасная технология', material: 'Керамзитобетон',
}, },
{ {
id: 2, id: 2,
title: 'Каркасный дом', title: 'Дом из пенобетонных блоков',
description: 'г. Мариинский Посад, 80 м2', description: 'г. Чебоксары, Альгешево, дом 75 м2 из пенобетонных блоков',
image: '/images/koroche2.jpg', image: '/images/dom2.jpg',
area: '80 кв.м', area: '75 кв.м',
material: 'Каркасная технология', material: 'Пенобетонные блоки',
}, },
{ {
id: 3, id: 3,
title: 'Каркасный дом', title: 'Кирпичный дом',
description: 'г. Цивильск, 80 м2', description: 'г. Чебоксары, ул. Гражданская, дом 120 м2 из кирпича',
image: '/images/koroche3.jpg', image: '/images/dom3.jpg',
area: '80 кв.м', area: '120 кв.м',
material: 'Каркасная технология', material: 'Кирпич',
}, },
{ {
id: 4, id: 4,
title: 'Каркасный дом', title: 'Дом из керамзитбетонных блоков',
description: 'с. Комсомольское, 78 м2', description: 'пос. Кугеси, дом 175 м2 из керамзитбетонных блоков',
image: '/images/koroche4.jpg', image: '/images/dom4.jpg',
area: '78 кв.м', area: '175 кв.м',
material: 'Каркасная технология', material: 'Керамзитбетонные блоки',
}, },
{ {
id: 5, id: 5,
title: 'Каркасный дом', title: 'Дом из керамзитбетонных блоков',
description: 'Сосновка, 92 м2', description: 'г. Чебоксары, ул. Лунная, дом 110 м2 из керамзитбетонных блоков',
image: '/images/koroche5.jpg', image: '/images/dom5.jpg',
area: '92 кв.м', area: '110 кв.м',
material: 'Каркасная технология', material: 'Керамзитбетонные блоки',
}, },
{ {
id: 6, id: 6,
title: 'Каркасный дом', title: '2х этажный каркасный дом',
description: 'пос. Кугеси 110 м2', description: 'г. Чебоксары, Южный поселок, 2х этажный каркасный дом',
image: '/images/koroche6.webp', image: '/images/dom6.jpeg',
area: '110 кв.м', area: '110 кв.м',
material: 'Каркасная технология', material: 'Каркасная технология',
}, },
@ -118,7 +118,7 @@ const WorkExamplesSection = () => {
{/* Заголовок секции */} {/* Заголовок секции */}
<FadeInSection as="div" className="text-center mb-12 sm:mb-16"> <FadeInSection as="div" className="text-center mb-12 sm:mb-16">
<h2 className="text-3xl sm:text-4xl md:text-5xl font-bold bg-gradient-to-r from-gray-800 via-blue-600 to-gray-800 bg-clip-text text-transparent mb-4"> <h2 className="text-3xl sm:text-4xl md:text-5xl font-bold bg-gradient-to-r from-gray-800 via-blue-600 to-gray-800 bg-clip-text text-transparent mb-4">
Примеры наших работ Примеры работ
</h2> </h2>
<div className="w-24 h-1 bg-gradient-to-r from-blue-500 to-purple-500 mx-auto rounded-full"></div> <div className="w-24 h-1 bg-gradient-to-r from-blue-500 to-purple-500 mx-auto rounded-full"></div>
</FadeInSection> </FadeInSection>