diff --git a/src/pages/cloud/CloudHeroNew.tsx b/src/pages/cloud/CloudHeroNew.tsx index 7ffc364..bea8cb7 100644 --- a/src/pages/cloud/CloudHeroNew.tsx +++ b/src/pages/cloud/CloudHeroNew.tsx @@ -3,7 +3,7 @@ import { Button } from "@/components/Button" export function CloudHeroNew({ onGetStartedClick = () => {} }: { onGetStartedClick?: () => void }) { return ( -
+
{/* Boxed container */}
{/* ✅ Image */} - Mycelium Cloud + Mycelium Cloud {/* ✅ Product info */}
{product.subtitle} -

{product.name}

+

{product.name}

@@ -72,7 +72,7 @@ export function CloudHostingNew() { {/* ✅ Details accordion */} -
+
{product.details.map((detail) => (