PDP hero CTA: plain "In den Warenkorb", not "\${product.name} bestellen"

Matches the closing ProductPricingPanel's own label now — both buttons
say the same generic thing.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_013Eg6h91yngXmSnM51wxXM8
This commit is contained in:
Marco
2026-08-30 00:12:32 +00:00
parent 9de2693961
commit 3e5c7b1a12
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -277,7 +277,7 @@ function ProductHero({ product, shipping, taxRate, kleinunternehmer, body }: Pro
</div>
<AddToCartButton
label={`${product.name} bestellen`}
label="In den Warenkorb"
className="w-full sm:w-auto inline-flex items-center justify-center px-8 py-[0.8125rem] rounded-sm bg-brand hover:bg-brand-hover active:scale-[0.97] transition-all font-bold text-body text-text-primary text-center focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-brand focus-visible:ring-offset-2 focus-visible:ring-offset-bg-base"
productId={product.id}
numericId={product.numericId}