From 882eaefc247c3c597f59309f3e8396665f0ea320 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 12:14:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 89 ++++++++++++++++++++++++------------------------ 1 file changed, 45 insertions(+), 44 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4db05a8..2f93fcf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,10 +30,10 @@ export default function LandingPage() { @@ -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." />
@@ -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() { ); -} +} \ No newline at end of file -- 2.49.1