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}
+2 -2
View File
@@ -10,8 +10,8 @@ import { buildProductSchema } from "../lib/structuredData";
const title = "Der Eine. Für die eine Sache, die gerade zählt.";
// der-eine was the reference template the whole PDP block-builder system
// was designed to match (gallery sizing, black stepRow-facts icons,
// CTA-label pattern — see ProductBlocks.tsx's own comments) — now migrated
// was designed to match (gallery sizing, black stepRow-facts icons — see
// ProductBlocks.tsx's own comments) — now migrated
// onto it itself, same as /tasse-die-pause before it. Testimonials.tsx
// dropped entirely rather than migrated: the PDP builder no longer offers
// testimonialsRef (removed 2026-08-29, unused everywhere; the planned