Merge version_2 into main #9
@@ -2,14 +2,13 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||
import HeroLogoBlock from "@/components/sections/hero/HeroLogoBlock";
|
||||
import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel";
|
||||
import ProductCardThree from "@/components/sections/product/ProductCardThree";
|
||||
import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
|
||||
import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo";
|
||||
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
import Link from "next/link";
|
||||
import { Building2, Star, CheckCircle } from "lucide-react";
|
||||
import { Building2, Star } from "lucide-react";
|
||||
|
||||
export default function HomePage() {
|
||||
const navItems = [
|
||||
@@ -56,7 +55,7 @@ export default function HomePage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBlock
|
||||
<HeroSplitDoubleCarousel
|
||||
title="Агентство недвижимости в Алматы"
|
||||
description="Помогаем купить, продать и инвестировать в недвижимость. Полное сопровождение сделки от выбора квартиры до подписания документов."
|
||||
tag="Официальный партнёр застройщиков"
|
||||
@@ -70,8 +69,34 @@ export default function HomePage() {
|
||||
text: "Написать в WhatsApp", href: "https://wa.me/77272222222"
|
||||
},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/montreal-sunrise_649448-3785.jpg?_wi=1"
|
||||
logoAlt="Avenue Real Estate Logo"
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/montreal-sunrise_649448-3785.jpg?_wi=1", imageAlt: "Avenue Real Estate Logo"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-showing-approval_23-2148269236.jpg?_wi=1", imageAlt: "Партнёрство застройщиков"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-showing-approval_23-2148269236.jpg?_wi=2", imageAlt: "Юридическая поддержка"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-showing-approval_23-2148269236.jpg?_wi=3", imageAlt: "Оптимальная цена"
|
||||
},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vase-with-fresh-summer-flowers-female-hands-white-background_169016-36189.jpg?_wi=3", imageAlt: "Апартамент Алма-Арена"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/comfortable-modern-living-room-luxury-design-generated-by-ai_188544-16920.jpg?_wi=2", 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=2", imageAlt: "Апартамент Керей-Жәнібек"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-showing-approval_23-2148269236.jpg?_wi=4", imageAlt: "Быстрый процесс"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user