From 04b94367a9960a5859f1d112ffba80b93efab0fd Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Fri, 7 Nov 2025 13:28:05 +0100 Subject: [PATCH] feat: improve cloud hosting page layout and spacing - Restructured grid from 2-column to 5-column layout for better content distribution - Adjusted spacing and margins throughout for improved visual hierarchy - Updated heading component from h3 to H4 for consistent typography --- src/pages/cloud/CloudHostingNew.tsx | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) 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) => (