From 24db1455101beac62096bf682598c441eec9b55a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 19:42:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6d7a464..1049316 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,21 +51,21 @@ export default function LandingPage() { testimonials={[ { name: "Ahmet Yılmaz", handle: "@techstart", rating: 5, - testimonial: "Profesyonel yaklaşım, mükemmel sonuç.", imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-analyst-command-center_23-2152000892.jpg", imageAlt: "abstract tech network background"}, + testimonial: "Profesyonel yaklaşım, mükemmel sonuç.", imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-analyst-command-center_23-2152000892.jpg?_wi=1", imageAlt: "abstract tech network background"}, { name: "Ayşe Demir", handle: "@datasafe", rating: 5, - testimonial: "Siber güvenlikte rakipsiz hizmet kalitesi.", imageSrc: "http://img.b2bpic.net/free-photo/computer-security-data-protection-concept_107791-15659.jpg", imageAlt: "abstract tech network background"}, + testimonial: "Siber güvenlikte rakipsiz hizmet kalitesi.", imageSrc: "http://img.b2bpic.net/free-photo/computer-security-data-protection-concept_107791-15659.jpg?_wi=1", imageAlt: "abstract tech network background"}, { name: "Mehmet Kaya", handle: "@webcorp", rating: 5, testimonial: "Kurumsal web projelerimiz tam zamanında bitti.", imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1074.jpg", imageAlt: "abstract tech network background"}, { name: "Selin Aydın", handle: "@globalbiz", rating: 5, - testimonial: "Modern ve hızlı çözümler için tercih ettik.", imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-data-protection-concept_23-2151998485.jpg", imageAlt: "abstract tech network background"}, + testimonial: "Modern ve hızlı çözümler için tercih ettik.", imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-data-protection-concept_23-2151998485.jpg?_wi=1", imageAlt: "abstract tech network background"}, { name: "Caner Gök", handle: "@appflow", rating: 5, - testimonial: "Yazılım altyapımız artık çok daha sağlam.", imageSrc: "http://img.b2bpic.net/free-photo/blue-screen-with-circuit-board-with-words-tech-it_188544-31055.jpg", imageAlt: "abstract tech network background"}, + testimonial: "Yazılım altyapımız artık çok daha sağlam.", imageSrc: "http://img.b2bpic.net/free-photo/blue-screen-with-circuit-board-with-words-tech-it_188544-31055.jpg?_wi=1", imageAlt: "abstract tech network background"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/cyber-security-analyst-command-center_23-2152000892.jpg" + imageSrc="http://img.b2bpic.net/free-photo/cyber-security-analyst-command-center_23-2152000892.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/successful-senior-businesswoman-eyeglasses_1262-5856.jpg", alt: "Successful senior businesswoman in eyeglasses"}, @@ -91,16 +91,16 @@ export default function LandingPage() { title: "Siber Güvenlik", description: "Gelişmiş saldırı tespiti ve savunma sistemleri.", icon: Shield, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/computer-security-data-protection-concept_107791-15659.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/computer-security-data-protection-concept_107791-15659.jpg?_wi=2"}, { - imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-data-protection-concept_23-2151998485.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-data-protection-concept_23-2151998485.jpg?_wi=2"}, ], }, { title: "Özel Yazılım", description: "İş süreçlerinize özel ölçeklenebilir uygulamalar.", icon: Code, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/blue-screen-with-circuit-board-with-words-tech-it_188544-31055.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/blue-screen-with-circuit-board-with-words-tech-it_188544-31055.jpg?_wi=2"}, { imageSrc: "http://img.b2bpic.net/free-vector/technology-logo-with-shield-lock-icon-purple-tone_53876-119550.jpg"}, ], -- 2.49.1