From 2eddb9042334ceff0f7316eca86ec36acfc8ee5d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 18:49:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a6ecd93..db3838b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -96,18 +96,18 @@ export default function LandingPage() { features={[ { id: 1, - title: "Hızlı Kurulum", description: "Web siteniz sadece birkaç gün içinde hazır hale getirilir ve canlı yayına alınır.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-controlling-smart-lamp-with-his-phone_23-2149036886.jpg", imageAlt: "Hızlı Kurulum - Phone 1" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/furniture-shopping-app-concept_23-2148653684.jpg", imageAlt: "Hızlı Kurulum - Phone 2" } + title: "Hızlı Kurulum", description: "Web siteniz sadece birkaç gün içinde hazır hale getirilir ve canlı yayına alınır.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-controlling-smart-lamp-with-his-phone_23-2149036886.jpg?_wi=1", imageAlt: "Hızlı Kurulum - Phone 1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/furniture-shopping-app-concept_23-2148653684.jpg?_wi=1", imageAlt: "Hızlı Kurulum - Phone 2" } }, { id: 2, - title: "Mobil Uyumlu", description: "Tüm cihazlarda mükemmel görünen, responsive tasarım ile her yerden erişilebilir.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-controlling-smart-lamp-with-his-phone_23-2149036886.jpg", imageAlt: "Mobil Uyumlu - Phone 1" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/furniture-shopping-app-concept_23-2148653684.jpg", imageAlt: "Mobil Uyumlu - Phone 2" } + title: "Mobil Uyumlu", description: "Tüm cihazlarda mükemmel görünen, responsive tasarım ile her yerden erişilebilir.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-controlling-smart-lamp-with-his-phone_23-2149036886.jpg?_wi=2", imageAlt: "Mobil Uyumlu - Phone 1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/furniture-shopping-app-concept_23-2148653684.jpg?_wi=2", imageAlt: "Mobil Uyumlu - Phone 2" } }, { id: 3, - title: "Google Kaydı", description: "SEO optimizasyonu ile Google arama sonuçlarında ön sıralarda yer alın.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-controlling-smart-lamp-with-his-phone_23-2149036886.jpg", imageAlt: "Google Kaydı - Phone 1" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/furniture-shopping-app-concept_23-2148653684.jpg", imageAlt: "Google Kaydı - Phone 2" } + title: "Google Kaydı", description: "SEO optimizasyonu ile Google arama sonuçlarında ön sıralarda yer alın.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-controlling-smart-lamp-with-his-phone_23-2149036886.jpg?_wi=3", imageAlt: "Google Kaydı - Phone 1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/furniture-shopping-app-concept_23-2148653684.jpg?_wi=3", imageAlt: "Google Kaydı - Phone 2" } } ]} showStepNumbers={true} -- 2.49.1