From af1d718a1896023a56ceb93e2a6f58dc8b67e833 Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Thu, 26 Mar 2026 23:50:28 +0100 Subject: [PATCH] fix: move logo to left panel, increase slide interval to 8s, keep mobile logo --- app/checkout/page.tsx | 4 ++-- components/checkout/FeatureSlideshow.tsx | 19 ++++++++++++++++++- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/app/checkout/page.tsx b/app/checkout/page.tsx index 43bf9c3..20e88cf 100644 --- a/app/checkout/page.tsx +++ b/app/checkout/page.tsx @@ -180,8 +180,8 @@ function CheckoutContent() { {/* Right — Payment (scrollable) */}
- {/* Header */} -
+ {/* Logo on mobile only (desktop logo is on the left panel) */} +
{ - const timer = setInterval(advance, 5000) + const timer = setInterval(advance, 8000) return () => clearInterval(timer) }, [advance]) @@ -57,6 +59,21 @@ export default function FeatureSlideshow() { {/* Dark overlay */}
+ {/* Logo */} +
+ + Pulse + Pulse + +
+ {/* Content */}