{{-- Hero Content --}}

Everything you need to
build your business online

Get started with professional web hosting, domain registration, and all the tools you need to create a successful online presence.

{{-- Feature Cards --}}
@php $features = [ [ 'title' => 'All-in-one', 'description' => 'All the tools you need to manage your business, from website creation to personalized email.', 'bgColor' => 'bg-blue-500', 'iconBg' => 'bg-blue-100', 'icon' => 'assets/all.png', ], [ 'title' => 'Secure', 'description' => 'Keep yourself safe with an included SSL certificate, malware protection, and daily backups.', 'bgColor' => 'bg-green-500', 'iconBg' => 'bg-green-100', 'icon' => 'assets/shield.png', ], [ 'title' => 'Lightning fast', 'description' => 'Benefit from ultra-fast load times and unlimited data traffic.', 'bgColor' => 'bg-orange-500', 'iconBg' => 'bg-orange-100', 'icon' => 'assets/lighting.png', ], [ 'title' => 'Free domain', 'description' => 'Get your domain for free for the first year on select TLDs when you buy a hosting plan.', 'bgColor' => 'bg-green-500', 'iconBg' => 'bg-green-100', 'icon' => 'assets/domain.png', ], ]; @endphp @foreach ($features as $feature)
{{-- Icon Container --}}
{{-- Image --}} {{ $feature['title'] }} {{-- Small colored circle accent --}}
{{-- Content --}}

{{ $feature['title'] }}

{!! $feature['description'] !!} {{-- Use {!! !!} for raw HTML output --}}

@endforeach