Merge version_1 into main #2
192
src/app/page.tsx
192
src/app/page.tsx
@@ -28,24 +28,13 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Anasayfa",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Hakkımızda",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Portföy",
|
||||
id: "properties",
|
||||
},
|
||||
{
|
||||
name: "İletişim",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Anasayfa", id: "hero" },
|
||||
{ name: "Hakkımızda", id: "about" },
|
||||
{ name: "Portföy", id: "properties" },
|
||||
{ name: "İletişim", id: "contact" },
|
||||
]}
|
||||
brandName="EmlakPro"
|
||||
button={{ text: "İletişime Geçin", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -54,40 +43,16 @@ export default function LandingPage() {
|
||||
logoText="EmlakPro"
|
||||
description="Hayalinizdeki eve giden yolda uzman rehberiniz. Size uygun en özel yaşam alanlarını keşfedin."
|
||||
buttons={[
|
||||
{
|
||||
text: "Portföyü İncele",
|
||||
href: "#properties",
|
||||
},
|
||||
{
|
||||
text: "Bize Ulaşın",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "Portföyü İncele", href: "#properties" },
|
||||
{ text: "Bize Ulaşın", href: "#contact" },
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-short-hair-brunette-woman-with-chain-neck-accessories-green-lace-lingerie-outside-villa_343596-358.jpg",
|
||||
imageAlt: "Lüks villa dış görünüm",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-signing-papers-fr-new-house_23-2149383564.jpg",
|
||||
imageAlt: "Modern iç mekan",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-modern-building-with-glass-windows-sunlight_181624-11971.jpg",
|
||||
imageAlt: "Ticari mülk",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/romantic-villa-ephrussie-french-riviera-beauty-nature_1268-36319.jpg",
|
||||
imageAlt: "Penthouse teras",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-breakfast-home_657883-483.jpg",
|
||||
imageAlt: "Modern mutfak",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-villa-with-modern-architectural-design_23-2151694044.jpg",
|
||||
imageAlt: "Mimari tasarım",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-short-hair-brunette-woman-with-chain-neck-accessories-green-lace-lingerie-outside-villa_343596-358.jpg", imageAlt: "luxury villa exterior modern" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/couple-signing-papers-fr-new-house_23-2149383564.jpg", imageAlt: "modern home living room" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-modern-building-with-glass-windows-sunlight_181624-11971.jpg", imageAlt: "modern office building facade" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/romantic-villa-ephrussie-french-riviera-beauty-nature_1268-36319.jpg", imageAlt: "luxury penthouse terrace garden" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/couple-having-breakfast-home_657883-483.jpg", imageAlt: "contemporary interior design kitchen" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/luxurious-villa-with-modern-architectural-design_23-2151694044.jpg", imageAlt: "modern architectural villa design" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -99,20 +64,11 @@ export default function LandingPage() {
|
||||
title="Gayrimenkulde Güvenin Adresi"
|
||||
description="Yılların deneyimiyle, ev sahibi olma veya mülk yönetimi süreçlerinizde size şeffaf, hızlı ve güvenilir bir hizmet sunuyoruz."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Uzman Danışmanlık",
|
||||
description: "Her adımda yanınızdayız.",
|
||||
},
|
||||
{
|
||||
title: "Geniş Portföy",
|
||||
description: "İhtiyacınıza en uygun seçenekler.",
|
||||
},
|
||||
{
|
||||
title: "Güvenilir Süreçler",
|
||||
description: "Yasal ve kurumsal destek.",
|
||||
},
|
||||
{ title: "Uzman Danışmanlık", description: "Her adımda yanınızdayız." },
|
||||
{ title: "Geniş Portföy", description: "İhtiyacınıza en uygun seçenekler." },
|
||||
{ title: "Güvenilir Süreçler", description: "Yasal ve kurumsal destek." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-man-showing-approval_23-2148269236.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-man-showing-approval_23-2148269236.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -124,41 +80,11 @@ export default function LandingPage() {
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Lüks Villa",
|
||||
price: "12.500.000 TL",
|
||||
variant: "Satılık",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-house-model-with-modern-architecture_23-2151004062.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Modern Daire",
|
||||
price: "4.200.000 TL",
|
||||
variant: "Satılık",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Şehir Evi",
|
||||
price: "6.800.000 TL",
|
||||
variant: "Satılık",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-hallway-interior-with-wooden-bench-large-mirror_23-2151983221.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Penthouse",
|
||||
price: "18.000.000 TL",
|
||||
variant: "Satılık",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-yoga-equipment_23-2151725300.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Stüdyo Daire",
|
||||
price: "2.100.000 TL",
|
||||
variant: "Kiralık",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rows-suburban-homes-with-green-lawns-generated-by-ai_188544-17406.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Lüks Villa", price: "12.500.000 TL", variant: "Satılık", imageSrc: "http://img.b2bpic.net/free-photo/3d-house-model-with-modern-architecture_23-2151004062.jpg" },
|
||||
{ id: "p2", name: "Modern Daire", price: "4.200.000 TL", variant: "Satılık", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg" },
|
||||
{ id: "p3", name: "Şehir Evi", price: "6.800.000 TL", variant: "Satılık", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-hallway-interior-with-wooden-bench-large-mirror_23-2151983221.jpg" },
|
||||
{ id: "p4", name: "Penthouse", price: "18.000.000 TL", variant: "Satılık", imageSrc: "http://img.b2bpic.net/free-photo/still-life-yoga-equipment_23-2151725300.jpg" },
|
||||
{ id: "p5", name: "Stüdyo Daire", price: "2.100.000 TL", variant: "Kiralık", imageSrc: "http://img.b2bpic.net/free-photo/rows-suburban-homes-with-green-lawns-generated-by-ai_188544-17406.jpg" },
|
||||
]}
|
||||
title="Öne Çıkan İlanlar"
|
||||
description="Portföyümüzden seçilmiş en güncel ve değerli konutlar."
|
||||
@@ -169,31 +95,11 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Ahmet Yılmaz",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-greyhaired-woman-smiling-confident-drinking-coffee-new-home_839833-34774.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Ayşe Demir",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-practicing-social-integration-workspace_23-2149405355.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Mehmet Kaya",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-taking-keys-from-realtor-woman-standing-indoors_259150-58367.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Zeynep Çelik",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2596.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Canan Aydın",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/silver-keys-near-house-wooden-model-with-ribbon-bow-white-concrete-wall_23-2148038709.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Ahmet Yılmaz", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-greyhaired-woman-smiling-confident-drinking-coffee-new-home_839833-34774.jpg" },
|
||||
{ id: "t2", name: "Ayşe Demir", imageSrc: "http://img.b2bpic.net/free-photo/people-practicing-social-integration-workspace_23-2149405355.jpg" },
|
||||
{ id: "t3", name: "Mehmet Kaya", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-taking-keys-from-realtor-woman-standing-indoors_259150-58367.jpg" },
|
||||
{ id: "t4", name: "Zeynep Çelik", imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2596.jpg" },
|
||||
{ id: "t5", name: "Canan Aydın", imageSrc: "http://img.b2bpic.net/free-photo/silver-keys-near-house-wooden-model-with-ribbon-bow-white-concrete-wall_23-2148038709.jpg" },
|
||||
]}
|
||||
cardTitle="Müşteri Memnuniyeti"
|
||||
cardTag="Referanslarımız"
|
||||
@@ -207,24 +113,11 @@ export default function LandingPage() {
|
||||
title="Bizimle İletişime Geçin"
|
||||
description="Gayrimenkul danışmanlığı hakkında daha fazla bilgi almak için formumuzu doldurun."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Adınız Soyadınız",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "E-posta Adresiniz",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Adınız Soyadınız", required: true },
|
||||
{ name: "email", type: "email", placeholder: "E-posta Adresiniz", required: true },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Mesajınız",
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-man-showing-approval_23-2148269236.jpg?_wi=2"
|
||||
textarea={{ name: "message", placeholder: "Mesajınız" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-man-showing-approval_23-2148269236.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -234,25 +127,14 @@ export default function LandingPage() {
|
||||
logoText="EmlakPro"
|
||||
columns={[
|
||||
{
|
||||
title: "Hakkımızda",
|
||||
items: [
|
||||
{
|
||||
label: "Biz Kimiz",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Kariyer",
|
||||
href: "#",
|
||||
},
|
||||
title: "Hakkımızda", items: [
|
||||
{ label: "Biz Kimiz", href: "#about" },
|
||||
{ label: "Kariyer", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "İletişim",
|
||||
items: [
|
||||
{
|
||||
label: "Bize Ulaşın",
|
||||
href: "#contact",
|
||||
},
|
||||
title: "İletişim", items: [
|
||||
{ label: "Bize Ulaşın", href: "#contact" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -261,4 +143,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user