diff --git a/src/pages/Home/sections/PartnersSection.tsx b/src/pages/Home/sections/PartnersSection.tsx index e61443e..8fed39a 100644 --- a/src/pages/Home/sections/PartnersSection.tsx +++ b/src/pages/Home/sections/PartnersSection.tsx @@ -117,6 +117,7 @@ export default function PartnersSection() { >
{/* Left: description */}
@@ -260,12 +259,8 @@ function EnterpriseCard() { {/* Right: feature grid */}
{enterpriseFeatures.map(f => (
diff --git a/src/pages/Home/sections/RiskSection.tsx b/src/pages/Home/sections/RiskSection.tsx index 45dbe1f..406a22b 100644 --- a/src/pages/Home/sections/RiskSection.tsx +++ b/src/pages/Home/sections/RiskSection.tsx @@ -189,6 +189,7 @@ export default function RiskSection() { {/* ── Editorial header ── */}
{prices.map((price, idx) => { const isLast = idx === prices.length - 1