From ce4b4b3360d56a45ecaeec4c75aeee546c5f6620 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Wed, 19 Nov 2025 17:25:34 +0100 Subject: [PATCH] refactor: update border colors from gray-200 to gray-100 in HomeDesign and add overflow-hidden to pods CallToAction - Changed border-gray-200 to border-gray-100 across HomeDesign component borders and benefit cards - Added overflow-hidden class to pods CallToAction main container div --- src/pages/home/HomeDesign.tsx | 8 ++++---- src/pages/pods/CallToAction.tsx | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/home/HomeDesign.tsx b/src/pages/home/HomeDesign.tsx index 2d7665c..c0dd154 100644 --- a/src/pages/home/HomeDesign.tsx +++ b/src/pages/home/HomeDesign.tsx @@ -30,11 +30,11 @@ export function HomeDesign() { return (
{/* Top spacing line */} -
-
+
+
{/* Content */} -
+
{/* Centered intro */}
@@ -54,7 +54,7 @@ export function HomeDesign() { {benefits.map((item) => (
{/* Image on the LEFT */} {/* ✅ Cyan Radial Glow */}