Update src/app/page.tsx
This commit is contained in:
243
src/app/page.tsx
243
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Anasayfa",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Anasayfa", id: "hero"},
|
||||
{
|
||||
name: "Hizmetler",
|
||||
id: "services",
|
||||
},
|
||||
name: "Hizmetler", id: "services"},
|
||||
{
|
||||
name: "İlanlar",
|
||||
id: "featured",
|
||||
},
|
||||
name: "İlanlar", id: "featured"},
|
||||
{
|
||||
name: "İletişim",
|
||||
id: "contact",
|
||||
},
|
||||
name: "İletişim", id: "contact"},
|
||||
]}
|
||||
brandName="Sigma Emlak"
|
||||
/>
|
||||
@@ -57,74 +49,40 @@ export default function LandingPage() {
|
||||
description="Öğrenciler, aileler ve yatırımcılar için en doğru kiralık ve satılık fırsatlar. Sigma Emlak ile geleceğinizi bugünden inşa edin."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Caner Demir",
|
||||
handle: "@canerd",
|
||||
testimonial: "Sigma Emlak sayesinde öğrenci evimi çok kısa sürede buldum. Profesyonel ve güvenilir bir hizmet.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-keys-just-bought-new-appartment_1303-28900.jpg",
|
||||
},
|
||||
name: "Caner Demir", handle: "@canerd", testimonial: "Sigma Emlak sayesinde öğrenci evimi çok kısa sürede buldum. Profesyonel ve güvenilir bir hizmet.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-keys-just-bought-new-appartment_1303-28900.jpg"},
|
||||
{
|
||||
name: "Ayşe Yılmaz",
|
||||
handle: "@ayseyil",
|
||||
testimonial: "Ailemiz için en doğru daireyi bulmamıza yardımcı oldular. Şeffaf ve şahane bir süreçti.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-man-using-computer-laptop-home-smiling-confident-pointing-with-fingers-different-directions-copy-space-advertisement_839833-25307.jpg",
|
||||
},
|
||||
name: "Ayşe Yılmaz", handle: "@ayseyil", testimonial: "Ailemiz için en doğru daireyi bulmamıza yardımcı oldular. Şeffaf ve şahane bir süreçti.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-man-using-computer-laptop-home-smiling-confident-pointing-with-fingers-different-directions-copy-space-advertisement_839833-25307.jpg"},
|
||||
{
|
||||
name: "Ali Vural",
|
||||
handle: "@aliv",
|
||||
testimonial: "Yatırım için en doğru lokasyonları bana sundular. Çok memnun kaldım.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charismatic-salesman-suit-pointing-looking-left-sign-company-banner-showing-advertisment-standing-white-background_176420-50030.jpg",
|
||||
},
|
||||
name: "Ali Vural", handle: "@aliv", testimonial: "Yatırım için en doğru lokasyonları bana sundular. Çok memnun kaldım.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charismatic-salesman-suit-pointing-looking-left-sign-company-banner-showing-advertisment-standing-white-background_176420-50030.jpg"},
|
||||
{
|
||||
name: "Elif Sönmez",
|
||||
handle: "@elifs",
|
||||
testimonial: "Kısa dönem konaklamamda hiçbir sorun yaşamadım, teşekkürler Sigma Emlak.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-view-caucasian-woman-walking-street_197531-33038.jpg",
|
||||
},
|
||||
name: "Elif Sönmez", handle: "@elifs", testimonial: "Kısa dönem konaklamamda hiçbir sorun yaşamadım, teşekkürler Sigma Emlak.", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-view-caucasian-woman-walking-street_197531-33038.jpg"},
|
||||
{
|
||||
name: "Mert Aksoy",
|
||||
handle: "@mertak",
|
||||
testimonial: "Štip'te ev arayan herkese tavsiye ederim, süreçleri çok hızlı.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-real-estate-agent-using-laptop-while-talking-with-couple-meeting-office_637285-6113.jpg",
|
||||
},
|
||||
name: "Mert Aksoy", handle: "@mertak", testimonial: "Štip'te ev arayan herkese tavsiye ederim, süreçleri çok hızlı.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-real-estate-agent-using-laptop-while-talking-with-couple-meeting-office_637285-6113.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "İlanları Görüntüle",
|
||||
href: "#featured",
|
||||
},
|
||||
text: "İlanları Görüntüle", href: "#featured"},
|
||||
{
|
||||
text: "Bizimle İletişime Geç",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Bizimle İletişime Geç", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-villa-with-multiple-lights-sun-loungers-asprovalta-greece_1268-16093.jpg"
|
||||
imageAlt="Štip Modern Residence"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-taking-selfie-while-holding-keys-her-new-home_23-2148814385.jpg",
|
||||
alt: "Happy new homeowner",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-taking-selfie-while-holding-keys-her-new-home_23-2148814385.jpg", alt: "Happy new homeowner"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-surprised-by-partner-with-keys-their-new-home_23-2148647464.jpg",
|
||||
alt: "Couple with keys",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-surprised-by-partner-with-keys-their-new-home_23-2148647464.jpg", alt: "Couple with keys"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-couple-receiving-keys_23-2149986639.jpg",
|
||||
alt: "Professional handover",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-couple-receiving-keys_23-2149986639.jpg", alt: "Professional handover"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/family-showcasing-their-home_23-2151624857.jpg",
|
||||
alt: "Happy family",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/family-showcasing-their-home_23-2151624857.jpg", alt: "Happy family"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-man-pointing-paper-house_23-2147694202.jpg",
|
||||
alt: "Smiling advisor",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-man-pointing-paper-house_23-2147694202.jpg", alt: "Smiling advisor"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -137,33 +95,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Öğrenci Evleri",
|
||||
description: "Štip üniversite bölgesine yakın, güvenli ve konforlu öğrenci daireleri.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/comfortable-armchair-with-bright-window-background_1203-1458.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/woman-using-laptop-minimal-decorated-room_23-2150407633.jpg",
|
||||
buttonText: "İncele",
|
||||
},
|
||||
title: "Öğrenci Evleri", description: "Štip üniversite bölgesine yakın, güvenli ve konforlu öğrenci daireleri.", imageSrc: "http://img.b2bpic.net/free-photo/comfortable-armchair-with-bright-window-background_1203-1458.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/woman-using-laptop-minimal-decorated-room_23-2150407633.jpg", buttonText: "İncele"},
|
||||
{
|
||||
title: "Aile Yaşam Alanları",
|
||||
description: "Geniş, huzurlu ve konforlu aile konutları.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-loft-luxury-living-room-with-design-chandelier_105762-2226.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/spacious-room-with-big-window_1203-1490.jpg",
|
||||
buttonText: "İncele",
|
||||
},
|
||||
title: "Aile Yaşam Alanları", description: "Geniş, huzurlu ve konforlu aile konutları.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-loft-luxury-living-room-with-design-chandelier_105762-2226.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/spacious-room-with-big-window_1203-1490.jpg", buttonText: "İncele"},
|
||||
{
|
||||
title: "Yatırım Fırsatları",
|
||||
description: "Yüksek kira getirili, kazançlı yatırım portföyleri.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/real-estate-purchase-concept-idea_1421-84.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/house-model-key-math-blocks-stacked-coins-wooden-backdrop_23-2147863962.jpg",
|
||||
buttonText: "İncele",
|
||||
},
|
||||
title: "Yatırım Fırsatları", description: "Yüksek kira getirili, kazançlı yatırım portföyleri.", imageSrc: "http://img.b2bpic.net/free-photo/real-estate-purchase-concept-idea_1421-84.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/house-model-key-math-blocks-stacked-coins-wooden-backdrop_23-2147863962.jpg", buttonText: "İncele"},
|
||||
{
|
||||
title: "Kısa Dönem Konaklama",
|
||||
description: "Günlük veya haftalık modern konaklama çözümleri.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-deck-with-pillow-beach-sea_74190-1684.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151118858.jpg",
|
||||
buttonText: "İncele",
|
||||
},
|
||||
title: "Kısa Dönem Konaklama", description: "Günlük veya haftalık modern konaklama çözümleri.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-deck-with-pillow-beach-sea_74190-1684.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151118858.jpg", buttonText: "İncele"},
|
||||
]}
|
||||
title="Hizmetlerimiz"
|
||||
description="Her ihtiyaca uygun, özenle seçilmiş emlak çözümleri sunuyoruz."
|
||||
@@ -178,62 +116,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Merkez",
|
||||
name: "Lüks Rezidans Daire",
|
||||
price: "450 €",
|
||||
rating: 5,
|
||||
reviewCount: "12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bar-still-life-with-cakes-table_23-2147821329.jpg",
|
||||
},
|
||||
id: "1", brand: "Merkez", name: "Lüks Rezidans Daire", price: "450 €", rating: 5,
|
||||
reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/bar-still-life-with-cakes-table_23-2147821329.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Štip",
|
||||
name: "Modern Stüdyo",
|
||||
price: "250 €",
|
||||
rating: 5,
|
||||
reviewCount: "8",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-smiling-caucasian-woman-traveller-fitting-dress-sunglasses-high-floor-bangkok_343596-1438.jpg",
|
||||
},
|
||||
id: "2", brand: "Štip", name: "Modern Stüdyo", price: "250 €", rating: 5,
|
||||
reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-smiling-caucasian-woman-traveller-fitting-dress-sunglasses-high-floor-bangkok_343596-1438.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Yatırım",
|
||||
name: "Geniş Aile Evi",
|
||||
price: "85.000 €",
|
||||
rating: 4,
|
||||
reviewCount: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-modern-styled-entryway_23-2150692309.jpg",
|
||||
},
|
||||
id: "3", brand: "Yatırım", name: "Geniş Aile Evi", price: "85.000 €", rating: 4,
|
||||
reviewCount: "5", imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-modern-styled-entryway_23-2150692309.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Merkez",
|
||||
name: "Šehir Manzaralı Daire",
|
||||
price: "550 €",
|
||||
rating: 5,
|
||||
reviewCount: "15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-living-room-with-modern-interior_181624-57817.jpg",
|
||||
},
|
||||
id: "4", brand: "Merkez", name: "Šehir Manzaralı Daire", price: "550 €", rating: 5,
|
||||
reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-living-room-with-modern-interior_181624-57817.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Öğrenci",
|
||||
name: "Dorm 2+1",
|
||||
price: "300 €",
|
||||
rating: 4,
|
||||
reviewCount: "20",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151119010.jpg",
|
||||
},
|
||||
id: "5", brand: "Öğrenci", name: "Dorm 2+1", price: "300 €", rating: 4,
|
||||
reviewCount: "20", imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151119010.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Štip",
|
||||
name: "Penthouse",
|
||||
price: "120.000 €",
|
||||
rating: 5,
|
||||
reviewCount: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-modern-living-room-with-leather-sofa-lamp_105762-2242.jpg",
|
||||
},
|
||||
id: "6", brand: "Štip", name: "Penthouse", price: "120.000 €", rating: 5,
|
||||
reviewCount: "3", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-modern-living-room-with-leather-sofa-lamp_105762-2242.jpg"},
|
||||
]}
|
||||
title="Öne Çıkan İlanlar"
|
||||
description="Hemen taşınabileceğiniz veya yatırım yapabileceğiniz fırsatlar."
|
||||
buttons={[
|
||||
{
|
||||
text: "Tüm İlanları Gör", href: "/inventory"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -245,25 +152,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "%100",
|
||||
description: "Güvenilir Danışmanlık",
|
||||
},
|
||||
id: "m1", value: "%100", description: "Güvenilir Danışmanlık"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "150+",
|
||||
description: "Mutlu Müşteri",
|
||||
},
|
||||
id: "m2", value: "150+", description: "Mutlu Müşteri"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24/7",
|
||||
description: "Şeffaf İletişim",
|
||||
},
|
||||
id: "m3", value: "24/7", description: "Şeffaf İletişim"},
|
||||
{
|
||||
id: "m4",
|
||||
value: "10 Yıl",
|
||||
description: "Deneyim",
|
||||
},
|
||||
id: "m4", value: "10 Yıl", description: "Deneyim"},
|
||||
]}
|
||||
title="Neden Sigma Emlak?"
|
||||
description="Profesyonel danışmanlık ve yerel piyasa uzmanlığı."
|
||||
@@ -278,25 +173,15 @@ export default function LandingPage() {
|
||||
author="Mehmet Karaca"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/elegant-businesswoman-outdoors_23-2148002534.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/elegant-businesswoman-outdoors_23-2148002534.jpg", alt: "Client 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-couple-spend-time-autumn-park_1157-22664.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-couple-spend-time-autumn-park_1157-22664.jpg", alt: "Client 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/charismatic-salesman-suit-pointing-looking-left-sign-company-banner-showing-advertisment-standing-white-background_176420-50030.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/charismatic-salesman-suit-pointing-looking-left-sign-company-banner-showing-advertisment-standing-white-background_176420-50030.jpg", alt: "Client 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/full-view-caucasian-woman-walking-street_197531-33038.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/full-view-caucasian-woman-walking-street_197531-33038.jpg", alt: "Client 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-real-estate-agent-using-laptop-while-talking-with-couple-meeting-office_637285-6113.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-real-estate-agent-using-laptop-while-talking-with-couple-meeting-office_637285-6113.jpg", alt: "Client 5"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -309,20 +194,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Öğrenci daireleri için sözleşme süreci nasıl?",
|
||||
content: "Öğrenci sözleşmelerimiz oldukça basit ve şeffaftır; genellikle 1 yıllık süreçleri kapsar.",
|
||||
},
|
||||
id: "q1", title: "Öğrenci daireleri için sözleşme süreci nasıl?", content: "Öğrenci sözleşmelerimiz oldukça basit ve şeffaftır; genellikle 1 yıllık süreçleri kapsar."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Yatırım amaçlı dairelerde kira garantisi var mı?",
|
||||
content: "Seçili portföylerimizde profesyonel kira yönetimi ve garanti seçenekleri sunuyoruz.",
|
||||
},
|
||||
id: "q2", title: "Yatırım amaçlı dairelerde kira garantisi var mı?", content: "Seçili portföylerimizde profesyonel kira yönetimi ve garanti seçenekleri sunuyoruz."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Kısa dönem kiralamalar için ne gerekiyor?",
|
||||
content: "Geçerli kimlik ve konaklama süresi beyanı ile hemen kiralama yapabilirsiniz.",
|
||||
},
|
||||
id: "q3", title: "Kısa dönem kiralamalar için ne gerekiyor?", content: "Geçerli kimlik ve konaklama süresi beyanı ile hemen kiralama yapabilirsiniz."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/interracial-couple-signing-mortgage-investment-contract-meeting-with-broker_1163-4633.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -336,8 +212,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="İletişim"
|
||||
title="Bizimle İletişime Geçin"
|
||||
description="Sorularınız için WhatsApp üzerinden bize hemen ulaşabilir veya form doldurabilirsiniz."
|
||||
@@ -348,13 +223,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Sigma Emlak"
|
||||
leftLink={{
|
||||
text: "Gizlilik Politikası",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Gizlilik Politikası", href: "#"}}
|
||||
rightLink={{
|
||||
text: "© 2024 Sigma Emlak",
|
||||
href: "#",
|
||||
}}
|
||||
text: "© 2024 Sigma Emlak", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user