From 2de23f9f57594be8e3baadec78a2a1b4beb163ed Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 18:51:00 +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 db3838b..7de2531 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="smallMedium" sizing="mediumLarge" - background="aurora" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="primary-glow" secondaryButtonStyle="glass" @@ -49,7 +49,7 @@ export default function LandingPage() { tag="TEK FİYAT: 5.000 TL" tagIcon={Zap} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} leftCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-vector/flat-abstract-geometric-real-estate-landing-page_23-2149067328.jpg", imageAlt: "Proje 1" }, { imageSrc: "http://img.b2bpic.net/free-vector/colorful-business-landing-page-template_23-2148365054.jpg", imageAlt: "Proje 2" }, @@ -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?_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" } + 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" } }, { 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?_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" } + 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" } }, { 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?_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" } + 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" } } ]} showStepNumbers={true} -- 2.49.1