From 24c99abf019d481adc6ca9d4b8a2bc75ad0eca7e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 19:07:58 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 8ac0831..9dc89bf 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -139,7 +139,7 @@ const AboutPage = () => { tag="Başarı" tagIcon={TrendingUp} tagAnimation="slide-up" - textboxLayout="centered" + textboxLayout="default" useInvertedBackground={false} animationType="slide-up" metrics={[ -- 2.49.1 From 40f7cb92c33eb083405bd2e529e0cc055e304c8b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 19:07:58 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 0a2f91b..391e90c 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -139,7 +139,7 @@ export default function ContactPage() { description="Bize ulaşmanın en kolay yolları. Pazartesi - Cumartesi arası saat 09:00 - 19:00 arasında hizmetinizdeyiz." tag="Hızlı Erişim" tagAnimation="slide-up" - textboxLayout="centered" + textboxLayout="default" useInvertedBackground={false} animationType="slide-up" metrics={[ -- 2.49.1 From be49072393e5aaa4ace527c8449ea925ca80c992 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 19:07:58 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1323359..566d308 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -268,7 +268,7 @@ const HomePage = () => { tag="İstatistikler" tagIcon={TrendingUp} tagAnimation="slide-up" - textboxLayout="centered" + textboxLayout="default" useInvertedBackground={false} animationType="slide-up" metrics={[ -- 2.49.1 From 3bc867efd2061f3c4d9f8e9e1973507e5df72398 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 19:07:59 +0000 Subject: [PATCH 4/4] Update src/app/vehicles/page.tsx --- src/app/vehicles/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/vehicles/page.tsx b/src/app/vehicles/page.tsx index ece424e..f582483 100644 --- a/src/app/vehicles/page.tsx +++ b/src/app/vehicles/page.tsx @@ -150,7 +150,7 @@ export default function VehiclesPage() { description="Yılların deneyimi ve binlerce memnun müşteri ile Mersin'in en güvenilir oto galerisidir. Araç alımınızda tam güvence ve destek." tag="İstatistikler" tagAnimation="slide-up" - textboxLayout="centered" + textboxLayout="default" useInvertedBackground={false} animationType="slide-up" metrics={[ -- 2.49.1