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
This commit is contained in:
2025-11-19 17:25:34 +01:00
parent c849c74a53
commit ce4b4b3360
2 changed files with 5 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ export function CallToAction() {
{/* ✅ Main boxed area */}
<div
id="get-started"
className="relative py-18 max-w-7xl mx-auto bg-[#111111] border border-t-0 border-b-0 border-gray-800"
className="relative py-18 max-w-7xl overflow-hidden mx-auto bg-[#111111] border border-t-0 border-b-0 border-gray-800"
>
{/* ✅ Cyan Radial Glow */}
<svg