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." />