diff --git a/app/bestellbestaetigung/components/BestellbestaetigungContent.tsx b/app/bestellbestaetigung/components/BestellbestaetigungContent.tsx index e71a6b6..2df58e8 100644 --- a/app/bestellbestaetigung/components/BestellbestaetigungContent.tsx +++ b/app/bestellbestaetigung/components/BestellbestaetigungContent.tsx @@ -249,7 +249,7 @@ export function BestellbestaetigungContent() { identical height regardless of how many lines the quote wraps to (a min-height alone lets whichever column has more content stretch the row past what the other side visually fills). */} - +
{/* -inset-1, not inset-0 — this section fades in via Reveal's y:28→0 transform; a plain inset-0 image can leave a diff --git a/app/cart/components/CartContent.tsx b/app/cart/components/CartContent.tsx index 610dd40..2be813b 100644 --- a/app/cart/components/CartContent.tsx +++ b/app/cart/components/CartContent.tsx @@ -104,6 +104,11 @@ export function CartContent({
{product.name} + {discount !== null && ( + + -{discount}% + + )}

+ same idea as page-bestellbestaetigung's photo+quote pattern + (see that page's own comment for the fixed-h-/-inset-1 + reasoning — a min-height alone lets whichever column has more + content stretch the row past what the other side visually + fills, and a plain inset-0 image can show a hairline gap at + the container edge). 404-testimonial-photo.jpg is cropped + directly from the actual mockup pixels + (mockups/einfach-produktiv_mockup_404.png) rather than + reusing an unrelated existing asset — same real-photo + extraction convention the Figma rebuild used, just done on + the flat mockup image instead of in Figma. */} +

-
+