@extends('app')

@section('title')HTML Sitemap - Telecoms Supermarket India @endsection
@section('description')Browse Telecoms Supermarket India service categories for business, home, cloud, cybersecurity, and connectivity from one organized sitemap. @endsection
@section('keywords')telecoms supermarket sitemap, service categories, business services, home services, broadband, cloud pbx, leased line, cybersecurity @endsection
@section('author')Telecoms Supermarket India @endsection
@section('url'){{ url()->current() }} @endsection

@section('content')
<div class="sitemap-page-wrapper">
    @include('guest.partials.service-pages', ['servicePageHeadingTag' => 'h1'])
</div>

<style>
.sitemap-page-wrapper {
    padding-top: 90px;
    background: #f9fbff;
}

@media (max-width: 980px) {
    .sitemap-page-wrapper {
        padding-top: 100px;
    }
}

@media (max-width: 640px) {
    .sitemap-page-wrapper {
        padding-top: 110px;
    }
}
</style>
@endsection

