Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
279
src/app/page.tsx
279
src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import { Award, Home, Star } from "lucide-react";
|
||||
import { Award, Home, Star, Search, FileText, ClipboardCheck, TrendingUp } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -33,56 +33,37 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Anasayfa",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Anasayfa", id: "#home"},
|
||||
{
|
||||
name: "Hakkımızda",
|
||||
id: "#about",
|
||||
},
|
||||
name: "Hakkımızda", id: "#about"},
|
||||
{
|
||||
name: "Hizmetlerimiz",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Hizmetlerimiz", id: "#services"},
|
||||
{
|
||||
name: "İlanlar",
|
||||
id: "#properties",
|
||||
},
|
||||
name: "İlanlar", id: "#properties"},
|
||||
{
|
||||
name: "Referanslar",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Referanslar", id: "#testimonials"},
|
||||
{
|
||||
name: "İletişim",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "İletişim", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/real-estate-icons-set-house-home-mortgage-agent-loan-icon-real-estate-editable-icon-vector_632498-23956.jpg"
|
||||
logoAlt="Gökalp Emlak Gayrimenkul Logo"
|
||||
brandName="Gökalp Emlak Gayrimenkul"
|
||||
button={{
|
||||
text: "Bize Ulaşın",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Bize Ulaşın", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "rotated-rays-animated-grid",
|
||||
}}
|
||||
variant: "rotated-rays-animated-grid"}}
|
||||
title="Hayalinizdeki Evi Kiralayın"
|
||||
description="İstanbul'un kalbinde, Şişli'de, Gökalp Emlak Gayrimenkul güvencesiyle en uygun kiralık daire ve iş yerlerini bulun. Uzman ekibimizle hızlı ve güvenilir çözümler sunuyoruz."
|
||||
buttons={[
|
||||
{
|
||||
text: "İlanlarımızı Keşfedin",
|
||||
href: "#properties",
|
||||
},
|
||||
text: "İlanlarımızı Keşfedin", href: "#properties"},
|
||||
{
|
||||
text: "Emlak Kiralayın",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Emlak Kiralayın", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/closeup-shot-high-residential-building-with-multiple-apartments_181624-19579.jpg"
|
||||
imageAlt="Modern residential building in Istanbul"
|
||||
@@ -96,19 +77,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Award,
|
||||
label: "Yıllık Deneyim",
|
||||
value: "15+",
|
||||
},
|
||||
label: "Yıllık Deneyim", value: "15+"},
|
||||
{
|
||||
icon: Home,
|
||||
label: "Kiralık Konut",
|
||||
value: "500+",
|
||||
},
|
||||
label: "Kiralık Konut", value: "500+"},
|
||||
{
|
||||
icon: Star,
|
||||
label: "Memnun Müşteri",
|
||||
value: "1000+",
|
||||
},
|
||||
label: "Memnun Müşteri", value: "1000+"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -120,37 +95,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Geniş İlan Portföyü",
|
||||
description: "İhtiyaçlarınıza uygun konut ve ticari gayrimenkulleri geniş portföyümüzle hızlıca bulun.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/architecture-real-estate-building-concept_53876-124064.jpg",
|
||||
imageAlt: "Person browsing property listings on a laptop",
|
||||
buttonIcon: "Search",
|
||||
buttonHref: "#properties",
|
||||
},
|
||||
title: "Geniş İlan Portföyü", description: "İhtiyaçlarınıza uygun konut ve ticari gayrimenkulleri geniş portföyümüzle hızlıca bulun.", imageSrc: "http://img.b2bpic.net/free-photo/architecture-real-estate-building-concept_53876-124064.jpg", imageAlt: "Person browsing property listings on a laptop", buttonIcon: Search,
|
||||
buttonHref: "#properties"},
|
||||
{
|
||||
title: "Kira Kontratı ve Hukuki Danışmanlık",
|
||||
description: "Güvenli ve adil kira kontratları için hukuki destek ve danışmanlık hizmeti sunuyoruz.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-real-estate-agent-doing-business-showing-house-potential-buying-couple_23-2150164686.jpg",
|
||||
imageAlt: "Happy couple receiving house keys from a real estate agent",
|
||||
buttonIcon: "FileText",
|
||||
buttonHref: "#contact",
|
||||
},
|
||||
title: "Kira Kontratı ve Hukuki Danışmanlık", description: "Güvenli ve adil kira kontratları için hukuki destek ve danışmanlık hizmeti sunuyoruz.", imageSrc: "http://img.b2bpic.net/free-photo/male-real-estate-agent-doing-business-showing-house-potential-buying-couple_23-2150164686.jpg", imageAlt: "Happy couple receiving house keys from a real estate agent", buttonIcon: FileText,
|
||||
buttonHref: "#contact"},
|
||||
{
|
||||
title: "Kira Yönetimi ve Takip",
|
||||
description: "Mülkünüzün kira süreçlerini profesyonelce yönetiyor, düzenli takip sağlıyoruz.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-partners-discussing-ideas-while-looking-charts-screen_9975-22783.jpg",
|
||||
imageAlt: "Property management team meeting",
|
||||
buttonIcon: "ClipboardCheck",
|
||||
buttonHref: "#contact",
|
||||
},
|
||||
title: "Kira Yönetimi ve Takip", description: "Mülkünüzün kira süreçlerini profesyonelce yönetiyor, düzenli takip sağlıyoruz.", imageSrc: "http://img.b2bpic.net/free-photo/business-partners-discussing-ideas-while-looking-charts-screen_9975-22783.jpg", imageAlt: "Property management team meeting", buttonIcon: ClipboardCheck,
|
||||
buttonHref: "#contact"},
|
||||
{
|
||||
title: "Değerleme ve Yatırım Danışmanlığı",
|
||||
description: "Emlak piyasası değerlemesi ve karlı yatırım fırsatları konusunda uzman görüşleri sunuyoruz.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-having-debate-while-looking-computer_23-2149389768.jpg",
|
||||
imageAlt: "Real estate consultant meeting with a client",
|
||||
buttonIcon: "TrendingUp",
|
||||
buttonHref: "#contact",
|
||||
},
|
||||
title: "Değerleme ve Yatırım Danışmanlığı", description: "Emlak piyasası değerlemesi ve karlı yatırım fırsatları konusunda uzman görüşleri sunuyoruz.", imageSrc: "http://img.b2bpic.net/free-photo/people-having-debate-while-looking-computer_23-2149389768.jpg", imageAlt: "Real estate consultant meeting with a client", buttonIcon: TrendingUp,
|
||||
buttonHref: "#contact"},
|
||||
]}
|
||||
title="Hizmetlerimizle Fark Yaratıyoruz"
|
||||
description="Gökalp Emlak Gayrimenkul olarak, emlak kiralama sürecinizi baştan sona kolaylaştıran kapsamlı çözümler sunuyoruz. Profesyonel ekibimizle yanınızdayız."
|
||||
@@ -165,47 +120,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "kiralik-daire-1",
|
||||
name: "Modern 3+1 Daire, Şişli Merkez",
|
||||
price: "25.000 TL / Ay",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-living-room-interior-selective-focus-monstera-leaf-blur-focus-sofa-ceramic-floor-home-scandinavian-interior-idea_166373-3837.jpg",
|
||||
imageAlt: "Luxury apartment in Istanbul with balcony",
|
||||
},
|
||||
id: "kiralik-daire-1", name: "Modern 3+1 Daire, Şişli Merkez", price: "25.000 TL / Ay", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-living-room-interior-selective-focus-monstera-leaf-blur-focus-sofa-ceramic-floor-home-scandinavian-interior-idea_166373-3837.jpg", imageAlt: "Luxury apartment in Istanbul with balcony"},
|
||||
{
|
||||
id: "kiralik-daire-2",
|
||||
name: "Geniş Aile Dairesi, Osmanbey",
|
||||
price: "32.000 TL / Ay",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-playing-petanque-together_23-2149530380.jpg",
|
||||
imageAlt: "Cozy family house with garden patio",
|
||||
},
|
||||
id: "kiralik-daire-2", name: "Geniş Aile Dairesi, Osmanbey", price: "32.000 TL / Ay", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-playing-petanque-together_23-2149530380.jpg", imageAlt: "Cozy family house with garden patio"},
|
||||
{
|
||||
id: "kiralik-daire-3",
|
||||
name: "Kiralık Stüdyo Daire, Kurtuluş",
|
||||
price: "18.000 TL / Ay",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-relaxed-asian-woman-laying-couch-home-with-laptop-listening-podcast-enjoying-weekend_1258-83737.jpg",
|
||||
imageAlt: "Stylish studio apartment in city center",
|
||||
},
|
||||
id: "kiralik-daire-3", name: "Kiralık Stüdyo Daire, Kurtuluş", price: "18.000 TL / Ay", imageSrc: "http://img.b2bpic.net/free-photo/happy-relaxed-asian-woman-laying-couch-home-with-laptop-listening-podcast-enjoying-weekend_1258-83737.jpg", imageAlt: "Stylish studio apartment in city center"},
|
||||
{
|
||||
id: "kiralik-isyeri-1",
|
||||
name: "Hazır Ofis Katı, Mecidiyeköy",
|
||||
price: "40.000 TL / Ay",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/employee-office-leaving-desk-present-revenue-figures-tablet_482257-126652.jpg",
|
||||
imageAlt: "Commercial office space for rent",
|
||||
},
|
||||
id: "kiralik-isyeri-1", name: "Hazır Ofis Katı, Mecidiyeköy", price: "40.000 TL / Ay", imageSrc: "http://img.b2bpic.net/free-photo/employee-office-leaving-desk-present-revenue-figures-tablet_482257-126652.jpg", imageAlt: "Commercial office space for rent"},
|
||||
{
|
||||
id: "kiralik-daire-4",
|
||||
name: "Yenilenmiş 2+1, Teşvikiye",
|
||||
price: "28.000 TL / Ay",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-making-home-comfortable_23-2149092064.jpg",
|
||||
imageAlt: "Newly renovated apartment kitchen",
|
||||
},
|
||||
id: "kiralik-daire-4", name: "Yenilenmiş 2+1, Teşvikiye", price: "28.000 TL / Ay", imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-making-home-comfortable_23-2149092064.jpg", imageAlt: "Newly renovated apartment kitchen"},
|
||||
{
|
||||
id: "kiralik-isyeri-2",
|
||||
name: "Dükkan/Mağaza, Nişantaşı",
|
||||
price: "55.000 TL / Ay",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abandoned-house-with-metallic-doors_23-2149454806.jpg",
|
||||
imageAlt: "Boutique shop storefront for rent",
|
||||
},
|
||||
id: "kiralik-isyeri-2", name: "Dükkan/Mağaza, Nişantaşı", price: "55.000 TL / Ay", imageSrc: "http://img.b2bpic.net/free-photo/abandoned-house-with-metallic-doors_23-2149454806.jpg", imageAlt: "Boutique shop storefront for rent"},
|
||||
]}
|
||||
title="Güncel Kiralık İlanlarımız"
|
||||
description="İstanbul Şişli ve çevresindeki en yeni ve cazip kiralık daire ve iş yerlerini keşfedin. Her bütçeye ve ihtiyaca uygun seçenekler Gökalp Emlak'ta."
|
||||
@@ -218,65 +143,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ayşe Yılmaz",
|
||||
date: "15 Mayıs 2023",
|
||||
title: "Harika Bir Deneyim!",
|
||||
quote: "Gökalp Emlak sayesinde Şişli'de istediğim gibi bir ev buldum. Süreç çok hızlı ve sorunsuz ilerledi. Özellikle ilgi ve alakaları takdire şayan.",
|
||||
tag: "Ev Sahibi",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg",
|
||||
avatarAlt: "Ayşe Yılmaz",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/decorative-items-cozy-interior-room-vase-with-dried-flowers-light-wooden-table_169016-4661.jpg",
|
||||
imageAlt: "Modern apartment interior",
|
||||
},
|
||||
id: "1", name: "Ayşe Yılmaz", date: "15 Mayıs 2023", title: "Harika Bir Deneyim!", quote: "Gökalp Emlak sayesinde Şişli'de istediğim gibi bir ev buldum. Süreç çok hızlı ve sorunsuz ilerledi. Özellikle ilgi ve alakaları takdire şayan.", tag: "Ev Sahibi", avatarSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg", avatarAlt: "Ayşe Yılmaz", imageSrc: "http://img.b2bpic.net/free-photo/decorative-items-cozy-interior-room-vase-with-dried-flowers-light-wooden-table_169016-4661.jpg", imageAlt: "Modern apartment interior"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Can Demir",
|
||||
date: "22 Nisan 2023",
|
||||
title: "Profesyonel ve Güvenilir",
|
||||
quote: "İş yerimi kiralamak için Gökalp Emlak ile çalıştım ve çok memnun kaldım. Piyasa bilgileri ve doğru yönlendirmeleri sayesinde kısa sürede kiracı bulduk.",
|
||||
tag: "İş Yeri Sahibi",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-adult-man-smiling_23-2148531043.jpg",
|
||||
avatarAlt: "Can Demir",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-low-angle-shot-beautiful-glass-building-captured-day-time_181624-7425.jpg",
|
||||
imageAlt: "New office building exterior",
|
||||
},
|
||||
id: "2", name: "Can Demir", date: "22 Nisan 2023", title: "Profesyonel ve Güvenilir", quote: "İş yerimi kiralamak için Gökalp Emlak ile çalıştım ve çok memnun kaldım. Piyasa bilgileri ve doğru yönlendirmeleri sayesinde kısa sürede kiracı bulduk.", tag: "İş Yeri Sahibi", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-adult-man-smiling_23-2148531043.jpg", avatarAlt: "Can Demir", imageSrc: "http://img.b2bpic.net/free-photo/vertical-low-angle-shot-beautiful-glass-building-captured-day-time_181624-7425.jpg", imageAlt: "New office building exterior"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Zeynep Kara",
|
||||
date: "01 Mart 2023",
|
||||
title: "Kolay ve Hızlı Kiralama",
|
||||
quote: "Ev kiralama süreci karmaşık olabilirdi ama Gökalp Emlak ekibi her adımda destek oldu. Kontrat aşamasında detaylı açıklamaları sayesinde içim rahat etti.",
|
||||
tag: "Kiracı",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/blonde-senior-woman-posing-smiling-against-red-background_23-2149310424.jpg",
|
||||
avatarAlt: "Zeynep Kara",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-filling-document-closeup_1150-14904.jpg",
|
||||
imageAlt: "Keys on a wooden table",
|
||||
},
|
||||
id: "3", name: "Zeynep Kara", date: "01 Mart 2023", title: "Kolay ve Hızlı Kiralama", quote: "Ev kiralama süreci karmaşık olabilirdi ama Gökalp Emlak ekibi her adımda destek oldu. Kontrat aşamasında detaylı açıklamaları sayesinde içim rahat etti.", tag: "Kiracı", avatarSrc: "http://img.b2bpic.net/free-photo/blonde-senior-woman-posing-smiling-against-red-background_23-2149310424.jpg", avatarAlt: "Zeynep Kara", imageSrc: "http://img.b2bpic.net/free-photo/hand-filling-document-closeup_1150-14904.jpg", imageAlt: "Keys on a wooden table"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Emre & Elif Yıldırım",
|
||||
date: "10 Şubat 2023",
|
||||
title: "Rüya Gibi Bir Başlangıç",
|
||||
quote: "Yeni evli bir çift olarak ilk evimizi Gökalp Emlak ile bulduk. Tüm sorularımıza sabırla cevap verdiler ve bize özel seçenekler sundular. Teşekkür ederiz!",
|
||||
tag: "Yeni Kiracılar",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/african-american-caucasian-couple-hugging-happily-indoors-newly-purchased-home-joyful-moment_482257-134711.jpg",
|
||||
avatarAlt: "Emre & Elif Yıldırım",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-arranging-boxes-staircase-bright-loft-work-mode-one-person_169016-69437.jpg",
|
||||
imageAlt: "Newlyweds moving into an apartment",
|
||||
},
|
||||
id: "4", name: "Emre & Elif Yıldırım", date: "10 Şubat 2023", title: "Rüya Gibi Bir Başlangıç", quote: "Yeni evli bir çift olarak ilk evimizi Gökalp Emlak ile bulduk. Tüm sorularımıza sabırla cevap verdiler ve bize özel seçenekler sundular. Teşekkür ederiz!", tag: "Yeni Kiracılar", avatarSrc: "http://img.b2bpic.net/free-photo/african-american-caucasian-couple-hugging-happily-indoors-newly-purchased-home-joyful-moment_482257-134711.jpg", avatarAlt: "Emre & Elif Yıldırım", imageSrc: "http://img.b2bpic.net/free-photo/woman-arranging-boxes-staircase-bright-loft-work-mode-one-person_169016-69437.jpg", imageAlt: "Newlyweds moving into an apartment"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Deniz Aktaş",
|
||||
date: "05 Ocak 2023",
|
||||
title: "Sorunsuz Yatırım",
|
||||
quote: "Yatırım amaçlı aldığım gayrimenkulü Gökalp Emlak aracılığıyla kiraya verdim. Yönetim ve takip konusundaki titizlikleri sayesinde hiçbir aksaklık yaşamadım.",
|
||||
tag: "Yatırımcı",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/middle-age-man-with-grey-hair-dark-color-shirt-looking-up-puzzled-thinking-crossing-hands-his-chest-standing-brown-background_141793-133897.jpg",
|
||||
avatarAlt: "Deniz Aktaş",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/small-houses-modern-design-documents-with-pen-white_1150-12956.jpg",
|
||||
imageAlt: "Real estate documents with a pen",
|
||||
},
|
||||
id: "5", name: "Deniz Aktaş", date: "05 Ocak 2023", title: "Sorunsuz Yatırım", quote: "Yatırım amaçlı aldığım gayrimenkulü Gökalp Emlak aracılığıyla kiraya verdim. Yönetim ve takip konusundaki titizlikleri sayesinde hiçbir aksaklık yaşamadım.", tag: "Yatırımcı", avatarSrc: "http://img.b2bpic.net/free-photo/middle-age-man-with-grey-hair-dark-color-shirt-looking-up-puzzled-thinking-crossing-hands-his-chest-standing-brown-background_141793-133897.jpg", avatarAlt: "Deniz Aktaş", imageSrc: "http://img.b2bpic.net/free-photo/small-houses-modern-design-documents-with-pen-white_1150-12956.jpg", imageAlt: "Real estate documents with a pen"},
|
||||
]}
|
||||
title="Müşterilerimizden Yorumlar"
|
||||
description="Mutlu müşterilerimizin Gökalp Emlak Gayrimenkul ile yaşadıkları pozitif deneyimleri dinleyin. Güvenilir ve profesyonel hizmet anlayışımızla her zaman yanınızdayız."
|
||||
@@ -288,25 +163,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "Ev kiralamak için hangi belgelere ihtiyacım var?",
|
||||
content: "Genellikle kimlik fotokopisi, gelir belgesi, ikametgah belgesi ve varsa kefil bilgileri istenir. Detaylı bilgi için ofisimizle iletişime geçebilirsiniz.",
|
||||
},
|
||||
id: "faq-1", title: "Ev kiralamak için hangi belgelere ihtiyacım var?", content: "Genellikle kimlik fotokopisi, gelir belgesi, ikametgah belgesi ve varsa kefil bilgileri istenir. Detaylı bilgi için ofisimizle iletişime geçebilirsiniz."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Gayrimenkulümü kiraya vermek istiyorum, süreç nasıl işliyor?",
|
||||
content: "Mülkünüzün değerlemesini yapıp, profesyonel fotoğraflar çekerek geniş portföyümüzde yayımlıyoruz. Potansiyel kiracılarla ilgilenip, kontrat sürecini yönetiyoruz.",
|
||||
},
|
||||
id: "faq-2", title: "Gayrimenkulümü kiraya vermek istiyorum, süreç nasıl işliyor?", content: "Mülkünüzün değerlemesini yapıp, profesyonel fotoğraflar çekerek geniş portföyümüzde yayımlıyoruz. Potansiyel kiracılarla ilgilenip, kontrat sürecini yönetiyoruz."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Depozito ve komisyon ödemesi nasıl yapılır?",
|
||||
content: "Depozito genellikle bir aylık kira bedeli kadar olup, sözleşme başlangıcında kiracı tarafından ödenir. Komisyon bedeli ise yasal düzenlemelere göre belirlenir.",
|
||||
},
|
||||
id: "faq-3", title: "Depozito ve komisyon ödemesi nasıl yapılır?", content: "Depozito genellikle bir aylık kira bedeli kadar olup, sözleşme başlangıcında kiracı tarafından ödenir. Komisyon bedeli ise yasal düzenlemelere göre belirlenir."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "Kiralık ilanları ne sıklıkla güncelleniyor?",
|
||||
content: "İlanlarımız sürekli olarak güncellenmektedir. Yeni eklenen ve kiralanan gayrimenkulleri web sitemizden takip edebilirsiniz.",
|
||||
},
|
||||
id: "faq-4", title: "Kiralık ilanları ne sıklıkla güncelleniyor?", content: "İlanlarımız sürekli olarak güncellenmektedir. Yeni eklenen ve kiralanan gayrimenkulleri web sitemizden takip edebilirsiniz."},
|
||||
]}
|
||||
sideTitle="Sıkça Sorulan Sorular"
|
||||
sideDescription="Emlak kiralama süreci hakkında merak ettiklerinizi burada bulabilirsiniz. Daha fazla bilgi için bizimle iletişime geçmekten çekinmeyin."
|
||||
@@ -321,14 +184,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Realty Group",
|
||||
"ConstructPro",
|
||||
"Finance Solutions",
|
||||
"Legal Advisory",
|
||||
"Home Design Co.",
|
||||
"Urban Living",
|
||||
"Property Invest",
|
||||
]}
|
||||
"Realty Group", "ConstructPro", "Finance Solutions", "Legal Advisory", "Home Design Co.", "Urban Living", "Property Invest"]}
|
||||
title="Güvenilir İş Ortaklarımız"
|
||||
description="Sektördeki güçlü iş birliklerimizle sizlere en iyi hizmeti sunuyoruz. Başarımızın ardındaki ortaklıklarımız."
|
||||
speed={40}
|
||||
@@ -340,18 +196,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
text="İstanbul'un en merkezi konumlarından Şişli'deki ofisimize bekliyoruz. Gayrimenkul ihtiyaçlarınız için hemen bize ulaşın."
|
||||
buttons={[
|
||||
{
|
||||
text: "Bizi Arayın",
|
||||
href: "tel:+905320613939",
|
||||
},
|
||||
text: "Bizi Arayın", href: "tel:+905320613939"},
|
||||
{
|
||||
text: "Konumumuza Git",
|
||||
href: "https://maps.app.goo.gl/YourGoogleMapsLinkHere",
|
||||
},
|
||||
text: "Konumumuza Git", href: "https://maps.app.goo.gl/YourGoogleMapsLinkHere"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -364,65 +215,41 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Anasayfa",
|
||||
href: "#home",
|
||||
},
|
||||
label: "Anasayfa", href: "#home"},
|
||||
{
|
||||
label: "Hakkımızda",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Hakkımızda", href: "#about"},
|
||||
{
|
||||
label: "Hizmetler",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Hizmetler", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "İlanlar",
|
||||
href: "#properties",
|
||||
},
|
||||
label: "İlanlar", href: "#properties"},
|
||||
{
|
||||
label: "Referanslar",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Referanslar", href: "#testimonials"},
|
||||
{
|
||||
label: "Sıkça Sorulan Sorular",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "Sıkça Sorulan Sorular", href: "#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "İletişim",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "İletişim", href: "#contact"},
|
||||
{
|
||||
label: "Gizlilik Politikası",
|
||||
href: "#",
|
||||
},
|
||||
label: "Gizlilik Politikası", href: "#"},
|
||||
{
|
||||
label: "Çerez Politikası",
|
||||
href: "#",
|
||||
},
|
||||
label: "Çerez Politikası", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Telefon: 0532 061 39 39",
|
||||
href: "tel:+905320613939",
|
||||
},
|
||||
label: "Telefon: 0532 061 39 39", href: "tel:+905320613939"},
|
||||
{
|
||||
label: "Adres: 19 Mayıs Cad. Kilimci Sk. 2/B, Şişli/İstanbul",
|
||||
href: "https://maps.app.goo.gl/YourGoogleMapsLinkHere",
|
||||
},
|
||||
label: "Adres: 19 Mayıs Cad. Kilimci Sk. 2/B, Şişli/İstanbul", href: "https://maps.app.goo.gl/YourGoogleMapsLinkHere"},
|
||||
{
|
||||
label: "Çalışma Saatleri: Açık - 19:30",
|
||||
href: "#",
|
||||
},
|
||||
label: "Çalışma Saatleri: Açık - 19:30", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user