diff --git a/src/pages/cloud/CloudHostingNew.tsx b/src/pages/cloud/CloudHostingNew.tsx index 0e3d0d6..da576af 100644 --- a/src/pages/cloud/CloudHostingNew.tsx +++ b/src/pages/cloud/CloudHostingNew.tsx @@ -7,7 +7,7 @@ import { } from '@headlessui/react' import { MinusIcon, PlusIcon } from '@heroicons/react/24/outline' -import { Eyebrow, H3 } from "@/components/Texts" +import { Eyebrow, H3, H4 } from "@/components/Texts" const product = { @@ -49,26 +49,28 @@ export function CloudHostingNew() {
{/* ✅ Product Section */} -
+
{/* ✅ Image */} - Mycelium Cloud +
+ Mycelium Cloud +
{/* ✅ Product info */} -
+
{product.subtitle} -

{product.name}

+

{product.name}

-
{/* ✅ Details accordion */} -
+
{product.details.map((detail) => (