From 7a447874383ee4031e3ca08648fcfcf0f275fdb8 Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Thu, 26 Mar 2026 23:31:50 +0100 Subject: [PATCH] fix: center titles, constrain mockups with overflow hidden instead of scale --- components/checkout/FeatureSlideshow.tsx | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/components/checkout/FeatureSlideshow.tsx b/components/checkout/FeatureSlideshow.tsx index 5b04eef..7502ac7 100644 --- a/components/checkout/FeatureSlideshow.tsx +++ b/components/checkout/FeatureSlideshow.tsx @@ -50,7 +50,7 @@ export default function FeatureSlideshow() {
{/* Content */} -
+
- {/* Headline only */} -

+ {/* Headline — centered */} +

{slide.headline}

- {/* Mockup */} -
+ {/* Mockup — constrained */} +
{/* Orange glow */}
-
-
- {slide.mockup} -
+
+ {slide.mockup}
-
)