Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-08 09:41:34 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="mediumLarge"
sizing="large"
background="aurora"
background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="radial-glow"
@@ -49,7 +49,7 @@ export default function LandingPage() {
tag="Премиум строительство"
tagIcon={Home}
tagAnimation="slide-up"
background={{ variant: "aurora" }}
background={{ variant: "glowing-orb" }}
buttons={[
{ text: "Начать проект", href: "contact" },
{ text: "Смотреть портфолио", href: "#features" }
@@ -178,10 +178,10 @@ export default function LandingPage() {
<TestimonialCardTwelve
testimonials={[
{
id: "1", name: "Александр Петров", imageSrc: "http://img.b2bpic.net/free-photo/proud-businessman-with-his-company_1098-2864.jpg?_wi=1", imageAlt: "портрет мужчина деловой"
id: "1", name: "Александр Петров", imageSrc: "http://img.b2bpic.net/free-photo/proud-businessman-with-his-company_1098-2864.jpg", imageAlt: "портрет мужчина деловой"
},
{
id: "2", name: "Мария Сидорова", imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-blond-woman-dress-touching-face-smiling-coquettish-standing-white-background_176420-48901.jpg?_wi=1", imageAlt: "портрет женщина профессионал деловая"
id: "2", name: "Мария Сидорова", imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-blond-woman-dress-touching-face-smiling-coquettish-standing-white-background_176420-48901.jpg", imageAlt: "портрет женщина профессионал деловая"
},
{
id: "3", name: "Иван Романов", imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-taking-selfie-outside-side-view_23-2149556981.jpg", imageAlt: "портрет молодой человек улыбка"
@@ -190,10 +190,10 @@ export default function LandingPage() {
id: "4", name: "Елена Волкова", imageSrc: "http://img.b2bpic.net/free-photo/studio-shot-young-confident-woman-with-long-dark-hair-wearing-blue-jacket-posing_291650-158.jpg", imageAlt: "портрет женщина уверенная"
},
{
id: "5", name: "Дмитрий Козлов", imageSrc: "http://img.b2bpic.net/free-photo/proud-businessman-with-his-company_1098-2864.jpg?_wi=2", imageAlt: "портрет мужчина деловой"
id: "5", name: "Дмитрий Козлов", imageSrc: "http://img.b2bpic.net/free-photo/proud-businessman-with-his-company_1098-2864.jpg", imageAlt: "портрет мужчина деловой"
},
{
id: "6", name: "Наталья Морозова", imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-blond-woman-dress-touching-face-smiling-coquettish-standing-white-background_176420-48901.jpg?_wi=2", imageAlt: "портрет женщина профессионал деловая"
id: "6", name: "Наталья Морозова", imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-blond-woman-dress-touching-face-smiling-coquettish-standing-white-background_176420-48901.jpg", imageAlt: "портрет женщина профессионал деловая"
}
]}
cardTitle="Более 500 довольных владельцев деревянных домов выбирают ЛесПром"
@@ -245,7 +245,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
title="Готовы начать ваш проект?"
description="Оставьте свой email и наша команда свяжется с вами в течение 24 часов для обсуждения вашего будущего деревянного дома."
background={{ variant: "aurora" }}
background={{ variant: "glowing-orb" }}
useInvertedBackground={false}
inputPlaceholder="Введите ваш email"
buttonText="Получить консультацию"