diff --git a/src/app/page.tsx b/src/app/page.tsx index 19830d2..a426e1f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,23 +51,23 @@ export default function LandingPage() { { text: "Çalışma Saatleri", href: "#hours" } ]} buttonAnimation="blur-reveal" - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} testimonials={[ { name: "Gaye G.", handle: "@müşteri", testimonial: "Güler yüzünden dolayı daima müşterisi eksik olmuyor ve ürün olarak çok çeşit var", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-blonde-woman-looking-camera-cafe_1170-621.jpg?_wi=1", imageAlt: "Müşteri Gaye G." + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-blonde-woman-looking-camera-cafe_1170-621.jpg", imageAlt: "Müşteri Gaye G." }, { name: "Ayşe K.", handle: "@müşteri", testimonial: "Mahallede en iyisi, her zaman yardımcı ve güleryüzlü", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg?_wi=1", imageAlt: "Müşteri Ayşe K." + imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg", imageAlt: "Müşteri Ayşe K." }, { name: "Fatma D.", handle: "@müşteri", testimonial: "Ürünler taze, fiyatlar uygun, hizmet harika", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-restoring-wooden-furniture_23-2150062511.jpg?_wi=1", imageAlt: "Müşteri Fatma D." + imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-restoring-wooden-furniture_23-2150062511.jpg", imageAlt: "Müşteri Fatma D." }, { name: "Selin Ö.", handle: "@müşteri", testimonial: "Ailece buraya gidiyoruz, herkese tavsiye ederim", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-caucasian-smiling-woman_93675-135824.jpg?_wi=1", imageAlt: "Müşteri Selin Ö." + imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-caucasian-smiling-woman_93675-135824.jpg", imageAlt: "Müşteri Selin Ö." } ]} testimonialRotationInterval={5000} @@ -107,7 +107,7 @@ export default function LandingPage() { id: "diğer", title: "📦 Diğer Ürünler", content: "Ev eşyaları, elektrik malzemeleri, bahçe ürünleri ve daha birçok kategori. Bir yerde bulabileceğiniz her şey." } ]} - imageSrc="http://img.b2bpic.net/free-photo/woman-supermarket-beautiful-young-woman-shopping-supermarket-buying-fresh-organic-vegetables_169016-2303.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/woman-supermarket-beautiful-young-woman-shopping-supermarket-buying-fresh-organic-vegetables_169016-2303.jpg" imageAlt="Gıda Ürünleri" mediaAnimation="blur-reveal" useInvertedBackground={true} @@ -146,7 +146,7 @@ export default function LandingPage() { "Güvenli alışveriş", "Rahat ortam", "Kaliteli ürünler", "Hızlı hizmet" ], button: { text: "İletişime Geçin" }, - imageSrc: "http://img.b2bpic.net/free-photo/woman-supermarket-beautiful-young-woman-shopping-supermarket-buying-fresh-organic-vegetables_169016-2303.jpg?_wi=2", imageAlt: "Pazar saatleri" + imageSrc: "http://img.b2bpic.net/free-photo/woman-supermarket-beautiful-young-woman-shopping-supermarket-buying-fresh-organic-vegetables_169016-2303.jpg", imageAlt: "Pazar saatleri" } ]} ariaLabel="Çalışma saatleri bölümü" @@ -160,7 +160,7 @@ export default function LandingPage() { tag="Biz Kimiz" tagIcon={Heart} tagAnimation="opacity" - textboxLayout="centered" + textboxLayout="default" useInvertedBackground={true} animationType="opacity" metrics={[ @@ -190,16 +190,16 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Gaye G.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-blonde-woman-looking-camera-cafe_1170-621.jpg?_wi=2", imageAlt: "Gaye G." + id: "1", name: "Gaye G.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-blonde-woman-looking-camera-cafe_1170-621.jpg", imageAlt: "Gaye G." }, { - id: "2", name: "Ayşe K.", imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg?_wi=2", imageAlt: "Ayşe K." + id: "2", name: "Ayşe K.", imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg", imageAlt: "Ayşe K." }, { - id: "3", name: "Fatma D.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-restoring-wooden-furniture_23-2150062511.jpg?_wi=2", imageAlt: "Fatma D." + id: "3", name: "Fatma D.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-restoring-wooden-furniture_23-2150062511.jpg", imageAlt: "Fatma D." }, { - id: "4", name: "Selin Ö.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-caucasian-smiling-woman_93675-135824.jpg?_wi=2", imageAlt: "Selin Ö." + id: "4", name: "Selin Ö.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-caucasian-smiling-woman_93675-135824.jpg", imageAlt: "Selin Ö." } ]} ariaLabel="Müşteri yorumları bölümü"