2024-12-09 01:34:03 +05:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "UTF-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< title > SAR Link - High Speed Wireless Internet Service< / title >
< link href = "https://cdnjs.cloudflare.com/ajax/libs/tailwindcss/2.2.19/tailwind.min.css" rel = "stylesheet" >
< style >
.bg-accent {
background-color: #ffa31a;
}
.text-accent {
color: #ffa31a;
}
.hover-accent:hover {
background-color: #e69318;
}
.logo {
height: 50px;
width: auto;
}
< / style >
< / head >
2024-12-09 02:03:41 +05:00
< body class = "bg-white text-gray-800" >
2024-12-09 01:34:03 +05:00
<!-- Header -->
2024-12-09 02:03:41 +05:00
< header class = "bg-white shadow-sm" >
2024-12-09 01:34:03 +05:00
< nav class = "max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-4" >
< div class = "flex justify-between items-center" >
< div class = "flex items-center" >
2024-12-09 02:03:41 +05:00
< div class = "flex flex-col items-center" >
< img src = "images/logo.png" alt = "SAR Link Logo" class = "logo" >
< span class = "font-semibold mt-1" > SAR Link< / span >
< span class = "text-gray-500 text-sm" > by Baraveli Dev< / span >
< / div >
2024-12-09 01:34:03 +05:00
< / div >
< a href = "https://portal.sarlink.net" class = "bg-accent text-white px-6 py-2 rounded-lg hover-accent transition-colors" >
Go to Portal
< / a >
< / div >
< / nav >
< / header >
<!-- Hero Section -->
< div class = "bg-accent text-white py-16" >
< div class = "max-w-7xl mx-auto px-4 sm:px-6 lg:px-8" >
< div class = "text-center" >
< h1 class = "text-4xl font-bold mb-4" > High-Speed Wireless Internet for Faafu Dharanboodhoo< / h1 >
< p class = "text-xl mb-6" > Experience 100+ Mbps Unlimited Internet with Smart Features< / p >
< div class = "inline-block bg-white/10 rounded-lg p-4 backdrop-blur-sm" >
< p class = "text-lg" > Currently serving 40% of the island with seamless roaming coverage< / p >
< p class = "text-sm mt-2" > Expanding to cover 100% of populated areas by 2025< / p >
< / div >
< / div >
< / div >
< / div >
<!-- Features Section -->
< div class = "max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-16" >
< h2 class = "text-3xl font-bold text-center mb-12" > Smart Features for Modern Families< / h2 >
< div class = "grid md:grid-cols-3 gap-8" >
2024-12-09 02:03:41 +05:00
< div class = "bg-white p-6 rounded-lg shadow-md border border-gray-200" >
2024-12-09 01:34:03 +05:00
< h3 class = "text-xl font-semibold mb-4 text-accent" > Wireless Freedom< / h3 >
2024-12-09 02:03:41 +05:00
< p class = "text-gray-600" > Stay connected anywhere within our coverage area with seamless roaming capabilities. Perfect for moving around the island.< / p >
2024-12-09 01:34:03 +05:00
< / div >
2024-12-09 02:03:41 +05:00
< div class = "bg-white p-6 rounded-lg shadow-md border border-gray-200" >
2024-12-09 01:34:03 +05:00
< h3 class = "text-xl font-semibold mb-4 text-accent" > Parental Controls< / h3 >
2024-12-09 02:03:41 +05:00
< p class = "text-gray-600" > Set time limits for your children's devices and maintain healthy digital habits. Perfect for managing screen time and online activities.< / p >
2024-12-09 01:34:03 +05:00
< / div >
2024-12-09 02:03:41 +05:00
< div class = "bg-white p-6 rounded-lg shadow-md border border-gray-200" >
2024-12-09 01:34:03 +05:00
< h3 class = "text-xl font-semibold mb-4 text-accent" > Enhanced Security & Family Safety< / h3 >
2024-12-09 02:03:41 +05:00
< p class = "text-gray-600" > Built-in protection includes ad blocking, inappropriate content filtering, and malware protection for a safer online experience.< / p >
2024-12-09 01:34:03 +05:00
< / div >
< / div >
< / div >
<!-- Coverage Section -->
2024-12-09 02:03:41 +05:00
< div class = "bg-gray-50 py-16" >
2024-12-09 01:34:03 +05:00
< div class = "max-w-7xl mx-auto px-4 sm:px-6 lg:px-8" >
< div class = "text-center mb-12" >
< h2 class = "text-3xl font-bold mb-4" > Expanding Coverage< / h2 >
2024-12-09 02:03:41 +05:00
< p class = "text-xl text-gray-600" > Our wireless network is growing to serve you better< / p >
2024-12-09 01:34:03 +05:00
< / div >
2024-12-09 02:03:41 +05:00
< div class = "grid md:grid-cols-2 gap-8" >
< div class = "text-center p-6 bg-white rounded-lg shadow-md border border-accent" >
< h3 class = "text-2xl font-bold text-accent mb-2" > Current Coverage< / h3 >
< p class = "text-4xl font-bold mb-2" > 40%< / p >
< p class = "text-gray-600" > of Faafu Dharanboodhoo< / p >
< / div >
< div class = "text-center p-6 bg-white rounded-lg shadow-md border border-accent" >
< h3 class = "text-2xl font-bold text-accent mb-2" > 2025 Target< / h3 >
< p class = "text-4xl font-bold mb-2" > 100%< / p >
< p class = "text-gray-600" > of populated areas< / p >
2024-12-09 01:34:03 +05:00
< / div >
< / div >
< / div >
< / div >
<!-- Pricing Section -->
< div class = "max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-16" >
< h2 class = "text-3xl font-bold text-center mb-12" > Simple, Flexible Pricing< / h2 >
< div class = "grid md:grid-cols-3 lg:grid-cols-6 gap-4" >
2024-12-09 02:03:41 +05:00
< div class = "bg-white p-6 rounded-lg shadow-md border border-gray-200 text-center" >
2024-12-09 01:34:03 +05:00
< h3 class = "font-semibold mb-2" > 1 Device< / h3 >
< p class = "text-2xl font-bold text-accent mb-2" > MVR 100< / p >
2024-12-09 02:03:41 +05:00
< p class = "text-gray-600" > per month< / p >
2024-12-09 01:34:03 +05:00
< / div >
2024-12-09 02:03:41 +05:00
< div class = "bg-white p-6 rounded-lg shadow-md border border-gray-200 text-center" >
2024-12-09 01:34:03 +05:00
< h3 class = "font-semibold mb-2" > 2 Devices< / h3 >
< p class = "text-2xl font-bold text-accent mb-2" > MVR 175< / p >
2024-12-09 02:03:41 +05:00
< p class = "text-gray-600" > per month< / p >
2024-12-09 01:34:03 +05:00
< / div >
2024-12-09 02:03:41 +05:00
< div class = "bg-white p-6 rounded-lg shadow-md border border-gray-200 text-center" >
2024-12-09 01:34:03 +05:00
< h3 class = "font-semibold mb-2" > 3 Devices< / h3 >
< p class = "text-2xl font-bold text-accent mb-2" > MVR 250< / p >
2024-12-09 02:03:41 +05:00
< p class = "text-gray-600" > per month< / p >
2024-12-09 01:34:03 +05:00
< / div >
2024-12-09 02:03:41 +05:00
< div class = "bg-white p-6 rounded-lg shadow-md border border-gray-200 text-center" >
2024-12-09 01:34:03 +05:00
< h3 class = "font-semibold mb-2" > 4 Devices< / h3 >
< p class = "text-2xl font-bold text-accent mb-2" > MVR 325< / p >
2024-12-09 02:03:41 +05:00
< p class = "text-gray-600" > per month< / p >
2024-12-09 01:34:03 +05:00
< / div >
2024-12-09 02:03:41 +05:00
< div class = "bg-white p-6 rounded-lg shadow-md border border-gray-200 text-center" >
2024-12-09 01:34:03 +05:00
< h3 class = "font-semibold mb-2" > 5 Devices< / h3 >
< p class = "text-2xl font-bold text-accent mb-2" > MVR 400< / p >
2024-12-09 02:03:41 +05:00
< p class = "text-gray-600" > per month< / p >
2024-12-09 01:34:03 +05:00
< / div >
2024-12-09 02:03:41 +05:00
< div class = "bg-white p-6 rounded-lg shadow-md border border-gray-200 text-center" >
2024-12-09 01:34:03 +05:00
< h3 class = "font-semibold mb-2" > 6 Devices< / h3 >
< p class = "text-2xl font-bold text-accent mb-2" > MVR 475< / p >
2024-12-09 02:03:41 +05:00
< p class = "text-gray-600" > per month< / p >
2024-12-09 01:34:03 +05:00
< / div >
< / div >
< / div >
<!-- Contact Section -->
< div class = "max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-16" >
< div class = "text-center" >
< h2 class = "text-3xl font-bold mb-4" > Need Support?< / h2 >
< p class = "text-xl mb-4" > We're here to help!< / p >
2024-12-09 02:06:11 +05:00
< a href = "tel:+9609198026" class = "text-2xl text-accent hover:underline" > Call: +960 9198026< / a >
2024-12-09 01:34:03 +05:00
< / div >
< / div >
<!-- Footer -->
2024-12-09 02:03:41 +05:00
< footer class = "bg-gray-50 py-8" >
2024-12-09 01:34:03 +05:00
< div class = "max-w-7xl mx-auto px-4 sm:px-6 lg:px-8" >
< div class = "md:flex md:justify-between" >
< div class = "mb-8 md:mb-0" >
< h3 class = "text-xl font-bold text-accent mb-2" > SAR Link< / h3 >
2024-12-09 02:03:41 +05:00
< p class = "text-gray-600" > A Baraveli Dev Service< / p >
< p class = "text-gray-600" > Serving Faafu Dharanboodhoo< / p >
2024-12-09 01:34:03 +05:00
< / div >
< div >
2024-12-09 02:03:41 +05:00
< p class = "text-gray-600" > 100+ Satisfied Customers and Growing< / p >
2024-12-09 01:34:03 +05:00
< / div >
< / div >
< / div >
< / footer >
< / body >
< / html >