Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-05 12:14:37 +00:00

View File

@@ -30,10 +30,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Listings", id: "listings" },
{ name: "Contact", id: "contact" },
{ name: "Anasayfa", id: "hero" },
{ name: "Hakkımızda", id: "about" },
{ name: "Portföy", id: "listings" },
{ name: "İletişim", id: "contact" },
]}
brandName="Sedat Özkan"
/>
@@ -41,12 +41,12 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroOverlay
title="Luxury Real Estate Built on Trust"
description="Expert property investment guidance and luxury home matching in Istanbul. Transparent, attentive service from a trusted local advisor who prioritizes your peace of mind over commission."
title="Güven Temelli Lüks Gayrimenkul"
description="İstanbul'da uzman mülk yatırım rehberliği ve lüks konut eşleşmeleri. Şeffaf, ilgili ve komisyondan önce sizin huzurunuzu önceliklendiren güvenilir bir yerel danışman ile çalışın."
buttons={[
{ text: "Explore Listings", href: "#listings" },
{ text: "Contact via WhatsApp", href: "https://wa.me/905074523909" },
]}
{ text: "Portföyü İncele", href: "#listings" },
{ text: "WhatsApp ile İletişime Geç", href: "https://wa.me/905074523909" },
],
imageSrc="http://img.b2bpic.net/free-photo/black-white-photo-modern-building_250224-279.jpg?_wi=1"
showDimOverlay={true}
showBlur={true}
@@ -57,18 +57,18 @@ export default function LandingPage() {
{ src: "http://img.b2bpic.net/free-photo/smiling-businessman-work_1098-286.jpg", alt: "Client 4" },
{ src: "http://img.b2bpic.net/free-photo/man-showing-engagement-ring-his-amazed-girlfriend-restaurant_23-2147891140.jpg", alt: "Client 5" },
]}
avatarText="Trusted by 500+ satisfied clients"
avatarText="500'den fazla memnun müşteri"
/>
</div>
<div id="about" data-section="about">
<AboutMetric
useInvertedBackground={true}
title="Expertise That Delivers Results"
title="Sonuç Odaklı Uzmanlık"
metrics={[
{ icon: Award, label: "Years of Expertise", value: "15+" },
{ icon: ShieldCheck, label: "Successful Deals", value: "500+" },
{ icon: MapPin, label: "Istanbul Expertise", value: "100%" },
{ icon: Award, label: "Yıllık Tecrübe", value: "15+" },
{ icon: ShieldCheck, label: "Başarılı İşlem", value: "500+" },
{ icon: MapPin, label: "İstanbul Uzmanlığı", value: "%100" },
]}
metricsAnimation="slide-up"
/>
@@ -81,15 +81,15 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
products={[
{ id: "p1", name: "Bosphorus Penthouse", price: "€2,500,000", imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349210.jpg?_wi=1" },
{ id: "p2", name: "Historical Mansion", price: "€4,200,000", imageSrc: "http://img.b2bpic.net/free-photo/neoclassical-pavilion-labyrinth-park-horta_1398-2205.jpg?_wi=1" },
{ id: "p3", name: "Glass Terrace Residence", price: "€1,800,000", imageSrc: "http://img.b2bpic.net/free-photo/modern-commercial-building-exterior-night-with-architectural-lighting_84443-74857.jpg?_wi=1" },
{ id: "p4", name: "Modern Complex Suite", price: "€950,000", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-looking-out-window_23-2149622868.jpg" },
{ id: "p5", name: "Sky-View Bedroom Suite", price: "€1,200,000", imageSrc: "http://img.b2bpic.net/free-photo/view-romantic-castle-bedroom_23-2150844387.jpg" },
{ id: "p6", name: "Waterfront Private Villa", price: "€5,500,000", imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-caucasian-woman-bikini-blue-swimming-pool-vacation-coudy-day-natural-light_343596-2285.jpg" },
{ id: "p1", name: "Boğaz'da Penthouse", price: "€2,500,000", imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349210.jpg?_wi=1" },
{ id: "p2", name: "Tarihi Köşk", price: "€4,200,000", imageSrc: "http://img.b2bpic.net/free-photo/neoclassical-pavilion-labyrinth-park-horta_1398-2205.jpg?_wi=1" },
{ id: "p3", name: "Cam Teras Residence", price: "€1,800,000", imageSrc: "http://img.b2bpic.net/free-photo/modern-commercial-building-exterior-night-with-architectural-lighting_84443-74857.jpg?_wi=1" },
{ id: "p4", name: "Modern Kompleks Suite", price: "€950,000", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-looking-out-window_23-2149622868.jpg" },
{ id: "p5", name: "Şehir Manzaralı Oda", price: "€1,200,000", imageSrc: "http://img.b2bpic.net/free-photo/view-romantic-castle-bedroom_23-2150844387.jpg" },
{ id: "p6", name: "Sahil Villa", price: "€5,500,000", imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-caucasian-woman-bikini-blue-swimming-pool-vacation-coudy-day-natural-light_343596-2285.jpg" },
]}
title="Elite Portfolio"
description="Curated high-end residential and investment properties across Istanbul."
title="Seçkin Portföy"
description="İstanbul genelinde küratörlüğünü yaptığımız yüksek segment konut ve yatırım projeleri."
/>
</div>
@@ -98,12 +98,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
{ title: "Market Deep Dive", description: "Comprehensive analysis of Istanbul's micro-markets and investment potential.", imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349210.jpg?_wi=2" },
{ title: "Personalized Matching", description: "Tailored property searches aligned strictly with your financial and lifestyle objectives.", imageSrc: "http://img.b2bpic.net/free-photo/neoclassical-pavilion-labyrinth-park-horta_1398-2205.jpg?_wi=2" },
{ title: "Transparent Negotiation", description: "Expert representation ensuring fair market value and optimized purchase terms.", imageSrc: "http://img.b2bpic.net/free-photo/modern-commercial-building-exterior-night-with-architectural-lighting_84443-74857.jpg?_wi=2" },
{ title: "Pazar Analizi", description: "İstanbul'un mikro pazarları ve yatırım potansiyelleri üzerine kapsamlı analizler.", imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349210.jpg?_wi=2" },
{ title: "Kişiselleştirilmiş Eşleştirme", description: "Finansal ve yaşam tarzı hedeflerinizle tam uyumlu özel mülk arayışları.", imageSrc: "http://img.b2bpic.net/free-photo/neoclassical-pavilion-labyrinth-park-horta_1398-2205.jpg?_wi=2" },
{ title: "Şeffaf Müzakere", description: "Piyasa değerini koruyan ve satın alma şartlarınızı optimize eden uzman temsil.", imageSrc: "http://img.b2bpic.net/free-photo/modern-commercial-building-exterior-night-with-architectural-lighting_84443-74857.jpg?_wi=2" },
]}
title="Our Consulting Process"
description="A refined path to your ideal investment or home."
title="Danışmanlık Sürecimiz"
description="İdeal yatırımınız veya eviniz için rafine bir yolculuk."
/>
</div>
@@ -113,29 +113,30 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Sarah Johnson", handle: "CEO, TechCorp", testimonial: "Exceptional transparency and dedication to finding the right match.", imageSrc: "http://img.b2bpic.net/free-photo/crazy-businessman-worried-expression_1194-3826.jpg" },
{ id: "2", name: "Michael Chen", handle: "Investor", testimonial: "Market insights were invaluable for my portfolio diversification.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598350.jpg" },
{ id: "3", name: "Emily Rodriguez", handle: "Entrepreneur", testimonial: "Personalized care that turned a stressful process into a seamless one.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-white-tongue-near-smiling-man_23-2147990036.jpg" },
{ id: "4", name: "David Kim", handle: "Product Manager", testimonial: "Trustworthy advisor who prioritizes my peace of mind.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-work_1098-286.jpg" },
{ id: "5", name: "Ayşe Yılmaz", handle: "Sellers", testimonial: "Understood the true value of my property and achieved a quick sale.", imageSrc: "http://img.b2bpic.net/free-photo/man-showing-engagement-ring-his-amazed-girlfriend-restaurant_23-2147891140.jpg" },
{ id: "1", name: "Sarah Johnson", handle: "CEO, TechCorp", testimonial: "Doğru eşleşmeyi bulma konusundaki olağanüstü şeffaflık ve özveri.", imageSrc: "http://img.b2bpic.net/free-photo/crazy-businessman-worried-expression_1194-3826.jpg" },
{ id: "2", name: "Michael Chen", handle: "Yatırımcı", testimonial: "Piyasa içgörüleri portföy çeşitlendirmem için çok değerliydi.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598350.jpg" },
{ id: "3", name: "Emily Rodriguez", handle: "Girişimci", testimonial: "Stresli bir süreci pürüzsüz hale getiren kişiselleştirilmiş ilgi.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-white-tongue-near-smiling-man_23-2147990036.jpg" },
{ id: "4", name: "David Kim", handle: "Ürün Müdürü", testimonial: "Huzuruma öncelik veren güvenilir bir danışman.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-work_1098-286.jpg" },
{ id: "5", name: "Ayşe Yılmaz", handle: "Satıcı", testimonial: "Mülkümün gerçek değerini anladı ve hızlı bir satış gerçekleştirdi.", imageSrc: "http://img.b2bpic.net/free-photo/man-showing-engagement-ring-his-amazed-girlfriend-restaurant_23-2147891140.jpg" },
]}
title="Client Success Stories"
description="Hear from those who trust our expertise."
title="Başarı Hikayelerimiz"
description="Uzmanlığımıza güvenenlerin deneyimlerini okuyun."
/>
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
useInvertedBackground={true}
title="Get Started Today"
description="Schedule your private consultation with Sedat Özkan."
title="Hemen İletişime Geçin"
description="Sedat Özkan ile özel danışmanlık randevunuzu planlayın."
inputs={[
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Your Email", required: true },
{ name: "phone", type: "tel", placeholder: "Phone Number", 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 },
{ name: "phone", type: "tel", placeholder: "Telefon Numaranız", required: true },
]}
textarea={{ name: "message", placeholder: "How can we assist you?", rows: 4, required: true }}
textarea={{ name: "message", placeholder: "Size nasıl yardımcı olabiliriz?", rows: 4, required: true }}
imageSrc="http://img.b2bpic.net/free-photo/portrait-businesswoman-with-disposal-cup-laptop-sitting-outside-office-building_23-2147970933.jpg"
buttonText="Gönder"
/>
</div>
@@ -144,9 +145,9 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/black-white-photo-modern-building_250224-279.jpg?_wi=2"
logoText="Sedat Özkan"
columns={[
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Listings", href: "#listings" }] },
{ title: "Services", items: [{ label: "Investment Consulting", href: "#process" }, { label: "Home Matching", href: "#" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
{ title: "Şirket", items: [{ label: "Hakkımızda", href: "#about" }, { label: "Portföy", href: "#listings" }] },
{ title: "Hizmetler", items: [{ label: "Yatırım Danışmanlığı", href: "#process" }, { label: "Konut Eşleştirme", href: "#" }] },
{ title: "Yasal", items: [{ label: "Gizlilik Politikası", href: "#" }, { label: "Kullanım Şartları", href: "#" }] },
]}
copyrightText="© 2025 Sedat Özkan Emlak"
/>
@@ -154,4 +155,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}