Merge version_5 into main #21

Merged
bender merged 1 commits from version_5 into main 2026-05-12 09:10:58 +00:00

View File

@@ -10,7 +10,6 @@ import TeamCardFive from '@/components/sections/team/TeamCardFive';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
import { Camera } from "lucide-react";
export default function LandingPage() {
return (
@@ -48,16 +47,8 @@ export default function LandingPage() {
showBlur={false}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DcHall8ymsA9PynS0bm9DLPsvh/uploaded-1778575272100-fboz0r2b.jpg"
imageAlt="Industrial barbershop interior"
titleClassName="text-[clamp(4rem,10vw,8rem)] font-extrabold"
titleClassName="text-[clamp(4rem,10vw,8rem)] font-extrabold text-white"
className="text-white"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-middle-eastern-beard-entrepreneur-wear-black-coat-blue-shirt-eyeglasses-against-office-building_627829-5284.jpg", alt: "Client 1" },
{ src: "http://img.b2bpic.net/free-photo/man-white-outfits-acting-scene_114579-7647.jpg", alt: "Client 2" },
{ src: "http://img.b2bpic.net/free-photo/portrait-handsome-sunbathed-fashion-man-model-wearing-white-shirt-clothes-posing-street_158538-2378.jpg", alt: "Client 3" },
{ src: "http://img.b2bpic.net/free-photo/dentist-smiling-office_1328-4082.jpg", alt: "Client 4" },
{ src: "http://img.b2bpic.net/free-photo/close-up-priest-his-lunch-time_23-2149284678.jpg", alt: "Client 5" },
]}
avatarText="Более 500+ довольных клиентов"
/>
</div>
@@ -92,29 +83,13 @@ export default function LandingPage() {
title="Интерьер"
description="Пространство, созданное для вашего комфорта."
animationType="opacity"
textboxLayout="split"
textboxLayout="inline-image"
useInvertedBackground={true}
features={[
{
title: "Лофт-атмосфера", description: "Индустриальный стиль и уют.", media: { imageSrc: "https://img.freepik.com/free-photo/barbershop-interior-with-vintage-chairs-mirrors_23-2148700057.jpg" },
items: [],
reverse: false
},
{
title: "Современное оборудование", description: "Технологичность в каждой детали.", media: { imageSrc: "https://img.freepik.com/free-photo/barbershop-chair-with-tools_23-2148700060.jpg" },
items: [],
reverse: true
},
{
title: "Зона отдыха", description: "Место для вашего расслабления.", media: { imageSrc: "https://img.freepik.com/free-photo/barbershop-waiting-area_23-2148700055.jpg" },
items: [],
reverse: false
},
{
title: "Чистота и порядок", description: "Безупречные стандарты гигиены.", media: { imageSrc: "https://img.freepik.com/free-photo/barbershop-details_23-2148700062.jpg" },
items: [],
reverse: true
}
{ title: "Лофт-атмосфера", description: "Индустриальный стиль и уют.", media: { imageSrc: "https://img.freepik.com/free-photo/barbershop-interior-with-vintage-chairs-mirrors_23-2148700057.jpg" }, items: [], reverse: false },
{ title: "Современное оборудование", description: "Технологичность в каждой детали.", media: { imageSrc: "https://img.freepik.com/free-photo/barbershop-chair-with-tools_23-2148700060.jpg" }, items: [], reverse: true },
{ title: "Зона отдыха", description: "Место для вашего расслабления.", media: { imageSrc: "https://img.freepik.com/free-photo/barbershop-waiting-area_23-2148700055.jpg" }, items: [], reverse: false },
{ title: "Чистота и порядок", description: "Безупречные стандарты гигиены.", media: { imageSrc: "https://img.freepik.com/free-photo/barbershop-details_23-2148700062.jpg" }, items: [], reverse: true }
]}
/>
</div>
@@ -153,24 +128,12 @@ export default function LandingPage() {
<FooterBaseCard
logoText="ZEF"
columns={[
{
title: "Контакты",
items: [
{ label: "ул. Ленина, 10", href: "#" },
{ label: "+7 (999) 000-00-00", href: "tel:+79990000000" },
],
},
{
title: "Соцсети",
items: [
{ label: "Instagram", href: "#" },
{ label: "Telegram", href: "#" },
],
},
{ title: "Контакты", items: [{ label: "ул. Ленина, 10", href: "#" }, { label: "+7 (999) 000-00-00", href: "tel:+79990000000" }] },
{ title: "Соцсети", items: [{ label: "Instagram", href: "#" }, { label: "Telegram", href: "#" }] },
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}