refactor: adjust CloudHostingNew layout spacing and styling

- Changed image width from full-width to fixed 600px
- Replaced H3 component with native h3 element with responsive text sizing
- Reduced top margin on details section from mt-12 to mt-8
This commit is contained in:
2025-11-06 21:30:17 +01:00
parent 0e6ecedf85
commit 15e81cb5cd
2 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ import { Button } from "@/components/Button"
export function CloudHeroNew({ onGetStartedClick = () => {} }: { onGetStartedClick?: () => void }) {
return (
<div className="px-4">
<div className="">
{/* Boxed container */}
<div
className="relative mx-auto max-w-7xl border border-t-0 border-b-0 border-gray-200 bg-white overflow-hidden bg-contain bg-right bg-no-repeat"