Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-07 22:16:01 +00:00

View File

@@ -37,7 +37,7 @@ export default function HomePage() {
borderRadius="pill"
contentWidth="medium"
sizing="mediumLargeSizeMediumTitles"
background="grid"
background="circleGradient"
cardStyle="inset"
primaryButtonStyle="flat"
secondaryButtonStyle="solid"
@@ -51,9 +51,7 @@ export default function HomePage() {
id: item.id,
}))}
button={{
text: "Позвонить",
href: "tel:+77272222222",
}}
text: "Позвонить", href: "tel:+77272222222"}}
className="z-50"
/>
</div>
@@ -64,42 +62,26 @@ export default function HomePage() {
description="Помогаем купить, продать и инвестировать в недвижимость. Полное сопровождение сделки от выбора квартиры до подписания документов."
tag="Официальный партнёр застройщиков"
tagIcon={Building2}
background={{ variant: "grid" }}
background={{ variant: "sparkles-gradient" }}
buttons={[
{
text: "Позвонить",
href: "tel:+77272222222",
},
text: "Позвонить", href: "tel:+77272222222"},
{
text: "Написать в WhatsApp",
href: "https://wa.me/77272222222",
},
text: "Написать в WhatsApp", href: "https://wa.me/77272222222"},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/montreal-sunrise_649448-3785.jpg?_wi=1",
imageAlt: "Панорама Алматы",
},
imageSrc: "http://img.b2bpic.net/free-photo/montreal-sunrise_649448-3785.jpg", imageAlt: "Панорама Алматы"},
{
imageSrc: "http://img.b2bpic.net/free-photo/vase-with-fresh-summer-flowers-female-hands-white-background_169016-36189.jpg?_wi=1",
imageAlt: "Люкс апартамент",
},
imageSrc: "http://img.b2bpic.net/free-photo/vase-with-fresh-summer-flowers-female-hands-white-background_169016-36189.jpg", imageAlt: "Люкс апартамент"},
{
imageSrc: "http://img.b2bpic.net/free-photo/comfortable-modern-living-room-luxury-design-generated-by-ai_188544-16920.jpg?_wi=1",
imageAlt: "Современный интерьер",
},
imageSrc: "http://img.b2bpic.net/free-photo/comfortable-modern-living-room-luxury-design-generated-by-ai_188544-16920.jpg", imageAlt: "Современный интерьер"},
{
imageSrc: "http://img.b2bpic.net/free-photo/romantic-woman-with-candid-smile-sitting-bed-enjoying-sunny-morning-her-stylish-flat-boho-style_273443-1431.jpg?_wi=1",
imageAlt: "Спальня апартамента",
},
imageSrc: "http://img.b2bpic.net/free-photo/romantic-woman-with-candid-smile-sitting-bed-enjoying-sunny-morning-her-stylish-flat-boho-style_273443-1431.jpg", imageAlt: "Спальня апартамента"},
{
imageSrc: "http://img.b2bpic.net/free-photo/montreal-sunrise_649448-3785.jpg?_wi=2",
imageAlt: "Вид на город",
},
imageSrc: "http://img.b2bpic.net/free-photo/montreal-sunrise_649448-3785.jpg", imageAlt: "Вид на город"},
{
imageSrc: "http://img.b2bpic.net/free-photo/vase-with-fresh-summer-flowers-female-hands-white-background_169016-36189.jpg?_wi=2",
imageAlt: "Интерьер апартамента",
},
imageSrc: "http://img.b2bpic.net/free-photo/vase-with-fresh-summer-flowers-female-hands-white-background_169016-36189.jpg", imageAlt: "Интерьер апартамента"},
]}
/>
</div>
@@ -114,33 +96,13 @@ export default function HomePage() {
useInvertedBackground={false}
products={[
{
id: "1",
name: "Официальный партнёр застройщиков",
price: "Гарантия",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-showing-approval_23-2148269236.jpg?_wi=1",
imageAlt: "Партнёрство застройщиков",
},
id: "1", name: "Официальный партнёр застройщиков", price: "Гарантия", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-showing-approval_23-2148269236.jpg", imageAlt: "Партнёрство застройщиков"},
{
id: "2",
name: "Юридическое сопровождение",
price: "Защита",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-showing-approval_23-2148269236.jpg?_wi=2",
imageAlt: "Юридическая поддержка",
},
id: "2", name: "Юридическое сопровождение", price: "Защита", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-showing-approval_23-2148269236.jpg", imageAlt: "Юридическая поддержка"},
{
id: "3",
name: "Подбор под бюджет",
price: "Экономия",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-showing-approval_23-2148269236.jpg?_wi=3",
imageAlt: "Оптимальная цена",
},
id: "3", name: "Подбор под бюджет", price: "Экономия", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-showing-approval_23-2148269236.jpg", imageAlt: "Оптимальная цена"},
{
id: "4",
name: "Быстрое оформление",
price: "Оперативность",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-showing-approval_23-2148269236.jpg?_wi=4",
imageAlt: "Быстрый процесс",
},
id: "4", name: "Быстрое оформление", price: "Оперативность", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-showing-approval_23-2148269236.jpg", imageAlt: "Быстрый процесс"},
]}
/>
</div>
@@ -155,26 +117,11 @@ export default function HomePage() {
useInvertedBackground={false}
products={[
{
id: "prop-1",
name: "Люкс апартамент, Алма-Арена, 2 комнаты",
price: "₸80 млн",
imageSrc: "http://img.b2bpic.net/free-photo/vase-with-fresh-summer-flowers-female-hands-white-background_169016-36189.jpg?_wi=3",
imageAlt: "Апартамент Алма-Арена",
},
id: "prop-1", name: "Люкс апартамент, Алма-Арена, 2 комнаты", price: "₸80 млн", imageSrc: "http://img.b2bpic.net/free-photo/vase-with-fresh-summer-flowers-female-hands-white-background_169016-36189.jpg", imageAlt: "Апартамент Алма-Арена"},
{
id: "prop-2",
name: "Студия, Момир, Высокий этаж",
price: "₸35 млн",
imageSrc: "http://img.b2bpic.net/free-photo/comfortable-modern-living-room-luxury-design-generated-by-ai_188544-16920.jpg?_wi=2",
imageAlt: "Студия Момир",
},
id: "prop-2", name: "Студия, Момир, Высокий этаж", price: "₸35 млн", imageSrc: "http://img.b2bpic.net/free-photo/comfortable-modern-living-room-luxury-design-generated-by-ai_188544-16920.jpg", imageAlt: "Студия Момир"},
{
id: "prop-3",
name: "3-комнатная, Керей-Жәнібек, Парк",
price: "₸120 млн",
imageSrc: "http://img.b2bpic.net/free-photo/romantic-woman-with-candid-smile-sitting-bed-enjoying-sunny-morning-her-stylish-flat-boho-style_273443-1431.jpg?_wi=2",
imageAlt: "Апартамент Керей-Жәнібек",
},
id: "prop-3", name: "3-комнатная, Керей-Жәнібек, Парк", price: "₸120 млн", imageSrc: "http://img.b2bpic.net/free-photo/romantic-woman-with-candid-smile-sitting-bed-enjoying-sunny-morning-her-stylish-flat-boho-style_273443-1431.jpg", imageAlt: "Апартамент Керей-Жәнібек"},
]}
/>
</div>
@@ -188,41 +135,17 @@ export default function HomePage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Алина Сергеева",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-talking-phone_23-2148230757.jpg?_wi=1",
imageAlt: "Алина Сергеева",
},
id: "t1", name: "Алина Сергеева", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-talking-phone_23-2148230757.jpg", imageAlt: "Алина Сергеева"},
{
id: "t2",
name: "Мария Ивановна",
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-black-suit-looks-happy-smiling_114579-21795.jpg?_wi=1",
imageAlt: "Мария Ивановна",
},
id: "t2", name: "Мария Ивановна", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-black-suit-looks-happy-smiling_114579-21795.jpg", imageAlt: "Мария Ивановна"},
{
id: "t3",
name: "Дмитрий Кулаков",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-business-man-city_23-2148479568.jpg?_wi=1",
imageAlt: "Дмитрий Кулаков",
},
id: "t3", name: "Дмитрий Кулаков", imageSrc: "http://img.b2bpic.net/free-photo/side-view-business-man-city_23-2148479568.jpg", imageAlt: "Дмитрий Кулаков"},
{
id: "t4",
name: "Семья Петровых",
imageSrc: "http://img.b2bpic.net/free-photo/joyful-pretty-young-woman-with-long-blonde-hair-hugging-handsome-guy-from-back-couple-love-chilling-bed-home-modern-apartment-true-emotions-lovely_197531-1662.jpg?_wi=1",
imageAlt: "Семья Петровых",
},
id: "t4", name: "Семья Петровых", imageSrc: "http://img.b2bpic.net/free-photo/joyful-pretty-young-woman-with-long-blonde-hair-hugging-handsome-guy-from-back-couple-love-chilling-bed-home-modern-apartment-true-emotions-lovely_197531-1662.jpg", imageAlt: "Семья Петровых"},
{
id: "t5",
name: "Ольга Жасминова",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-talking-phone_23-2148230757.jpg?_wi=2",
imageAlt: "Ольга Жасминова",
},
id: "t5", name: "Ольга Жасминова", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-talking-phone_23-2148230757.jpg", imageAlt: "Ольга Жасминова"},
{
id: "t6",
name: "Виктор Назаров",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-business-man-city_23-2148479568.jpg?_wi=2",
imageAlt: "Виктор Назаров",
},
id: "t6", name: "Виктор Назаров", imageSrc: "http://img.b2bpic.net/free-photo/side-view-business-man-city_23-2148479568.jpg", imageAlt: "Виктор Назаров"},
]}
/>
</div>
@@ -237,25 +160,13 @@ export default function HomePage() {
useInvertedBackground={false}
metrics={[
{
id: "1",
value: "500+",
description: "Успешных сделок",
},
id: "1", value: "500+", description: "Успешных сделок"},
{
id: "2",
value: "8+",
description: "Лет опыта на рынке",
},
id: "2", value: "8+", description: "Лет опыта на рынке"},
{
id: "3",
value: "100%",
description: "Удовлетворённых клиентов",
},
id: "3", value: "100%", description: "Удовлетворённых клиентов"},
{
id: "4",
value: "15+",
description: "Профессионалов в команде",
},
id: "4", value: "15+", description: "Профессионалов в команде"},
]}
/>
</div>
@@ -266,66 +177,39 @@ export default function HomePage() {
copyrightText="© 2025 Avenue Real Estate. Агентство недвижимости Алматы."
columns={[
{
title: "Услуги",
items: [
title: "Услуги", items: [
{
label: "Купить квартиру",
href: "/services",
},
label: "Купить квартиру", href: "/services"},
{
label: "Продать квартиру",
href: "/services",
},
label: "Продать квартиру", href: "/services"},
{
label: "Новостройки",
href: "/services",
},
label: "Новостройки", href: "/services"},
{
label: "Инвестиции",
href: "/services",
},
label: "Инвестиции", href: "/services"},
],
},
{
title: "Компания",
items: [
title: "Компания", items: [
{
label: "О нас",
href: "/about",
},
label: "О нас", href: "/about"},
{
label: "Отзывы",
href: "/testimonials",
},
label: "Отзывы", href: "/testimonials"},
{
label: "Контакты",
href: "/contact",
},
label: "Контакты", href: "/contact"},
{
label: "Карьера",
href: "#",
},
label: "Карьера", href: "#"},
],
},
{
title: "Контакты",
items: [
title: "Контакты", items: [
{
label: "Позвонить",
href: "tel:+77272222222",
},
label: "Позвонить", href: "tel:+77272222222"},
{
label: "WhatsApp",
href: "https://wa.me/77272222222",
},
label: "WhatsApp", href: "https://wa.me/77272222222"},
{
label: "Алматы, Казахстан",
href: "#",
},
label: "Алматы, Казахстан", href: "#"},
{
label: "info@avenuerealestatealmaty.kz",
href: "mailto:info@avenuerealestatealmaty.kz",
},
label: "info@avenuerealestatealmaty.kz", href: "mailto:info@avenuerealestatealmaty.kz"},
],
},
]}