{{-- Company Info --}}
Company Logo

Complete solution for online businesses including Domain Registration, Web Development, Hosting, VPS Server, and more. Working 24/7 at your service.

{{-- Services --}}

SERVICES

@php $services = [ "Dedicated Hosting", "Email Marketing Server", "Cloud Hosting", "VPS", "Reseller Hosting", "Shared Hosting", ]; @endphp
    @foreach ($services as $service)
  • {{ $service }}
  • @endforeach
{{-- Products & Legal --}}

PRODUCTS

@php $products = ["Google Workspace", "Licenses"]; @endphp
    @foreach ($products as $product)
  • {{ $product }}
  • @endforeach

LEGAL

@php $legal = ["Terms & Conditions", "Privacy policy", "Refund policy"]; @endphp
    @foreach ($legal as $item)
  • {{ $item }}
  • @endforeach
{{-- Contact --}}

CONTACT US

{{-- Phone icon --}}
+91 9119359554
{{-- Mail icon --}}
info@dckeepers.com
{{-- Payments & Socials --}}
{{-- Payment Methods --}}

Payments We Accept

@php $paymentMethods = ["mastercard", "rupay", "paypal", "upi"]; @endphp @foreach ($paymentMethods as $type) {{ $type }} @endforeach
{{-- Social Media Icons --}}

Follow Us

@php $socialMedia = [ ['name' => 'WhatsApp', 'color' => 'hover:text-green-500', 'url' => '#', 'icon_path' => ''], ['name' => 'Instagram', 'color' => 'hover:text-pink-500', 'url' => 'https://www.instagram.com/dckeepers/', 'icon_path' => ''], ['name' => 'LinkedIn', 'color' => 'hover:text-blue-600', 'url' => '#', 'icon_path' => ''], ]; @endphp @foreach ($socialMedia as $social) {!! $social['icon_path'] !!} @endforeach
© 2025 DCKeepers. All rights reserved.