fix(web): landing — consistent brand count (27) and wrong-part cost figure
The page claimed "50+ marka" in the hero, carousel, plan and meta while the stats block and the actual brand carousel show 27 — a credibility contradiction. Align every brand-count mention to 27. Also align the wrong-part cost: hero said "450 TL", final CTA "200-500 TL" — use the 200-500 TL range in both. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -263,7 +263,7 @@ const BENTO_ITEMS = [
|
||||
},
|
||||
{
|
||||
icon: Car,
|
||||
title: "50+ Marka",
|
||||
title: "27 Marka",
|
||||
description: "Avrupa, Asya ve Amerikan markaları tek çatı altında.",
|
||||
stat: null,
|
||||
wide: false,
|
||||
@@ -392,7 +392,7 @@ export function HomePage() {
|
||||
usePageMeta({
|
||||
title: "Şase Numarası Sorgulama & OEM Parça Kataloğu | Sase.tr",
|
||||
description:
|
||||
"Araç şase numarasını (VIN) girin, saniyeler içinde OEM parça kodlarına ulaşın. 50+ marka, 1M+ parça. Yanlış sipariş yapmadan doğru parçayı bulun.",
|
||||
"Araç şase numarasını (VIN) girin, saniyeler içinde OEM parça kodlarına ulaşın. 27 marka, 1M+ parça. Yanlış sipariş yapmadan doğru parçayı bulun.",
|
||||
canonical: "https://sase.tr",
|
||||
});
|
||||
|
||||
@@ -799,7 +799,7 @@ export function HomePage() {
|
||||
<span className="absolute inline-flex h-full w-full animate-ping rounded-full bg-destructive/60 opacity-75" />
|
||||
<span className="relative inline-flex size-2 rounded-full bg-destructive" />
|
||||
</span>
|
||||
Her yanlış parça siparişi ortalama 450 TL'ye mal olur
|
||||
Her yanlış parça siparişi 200-500 TL'ye mal olur
|
||||
</div>
|
||||
|
||||
{/* Social proof badge */}
|
||||
@@ -956,7 +956,7 @@ export function HomePage() {
|
||||
<div className="mt-8 flex flex-wrap items-center justify-center gap-4 sm:gap-6">
|
||||
{[
|
||||
{ icon: Zap, label: "Ortalama 1.2sn Sonuç" },
|
||||
{ icon: Car, label: "50+ Marka Desteği" },
|
||||
{ icon: Car, label: "27 Marka Desteği" },
|
||||
{ icon: Database, label: "1M+ OEM Parça" },
|
||||
].map(({ icon: Icon, label }) => (
|
||||
<div
|
||||
@@ -983,7 +983,7 @@ export function HomePage() {
|
||||
/>
|
||||
) : (
|
||||
<span className="text-sm text-muted-foreground">
|
||||
Desteklenen 50+ Otomobil Markası
|
||||
Desteklenen 27 Otomobil Markası
|
||||
</span>
|
||||
)}
|
||||
</p>
|
||||
@@ -1698,7 +1698,7 @@ export function HomePage() {
|
||||
</p>
|
||||
<ul className="mt-5 grid grid-cols-1 gap-x-6 gap-y-3 sm:grid-cols-2">
|
||||
{[
|
||||
"Tüm 50+ markaya erişim",
|
||||
"Tüm 27 markaya erişim",
|
||||
"Sınırsız VIN arama",
|
||||
"OEM parça kataloğu",
|
||||
"İnteraktif şema görüntüleyici",
|
||||
|
||||
Reference in New Issue
Block a user