<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Las Vegas Home Expert | Dr. Jan Duffy</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
</head>
<body class="bg-gray-50">
<header class="bg-white shadow-md">
<div class="max-w-7xl mx-auto px-4 py-6">
<h1 class="text-3xl font-bold text-gray-900">The Las Vegas Home Expert</h1>
<p class="text-xl text-gray-600">Luxury & Gated Community REALTOR ® | Dr. Jan Duffy</p>
</div>
</header>
<main class="max-w-7xl mx-auto px-4 py-8">
<section class="mb-12">
<h2 class="text-2xl font-semibold mb-4">About Us</h2>
<p class="text-gray-700 leading-relaxed">
Distinguished Las Vegas REALTOR Dr. Jan Duffy with Berkshire Hathaway HomeServices® Nevada specializes in luxury estates and custom homes. Premier representation in Summerlin's most prestigious communities including Red Rock Country Club, The Ridges, TPC Summerlin, Tournament Hills, and Eagle Hills.
</p>
</section>
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
<section class="bg-white p-6 rounded-lg shadow">
<h2 class="text-xl font-semibold mb-4">Contact Information</h2>
<ul class="space-y-3">
<li class="flex items-center">
<span class="font-medium w-24">Phone:</span>
<a href="tel:7028420410" class="text-blue-600 hover:text-blue-800">(702) 842-0410</a>
</li>
<li class="flex items-center">
<span class="font-medium w-24">Website:</span>
<a href="https://lasvegashomeexpert.com/" target="_blank" class="text-blue-600 hover:text-blue-800">lasvegashomeexpert.com</a>
</li>
<li>
<span class="font-medium">Address:</span>
<p class="mt-1">10777 West Twain Avenue # 333<br>Las Vegas, NV 89135</p>
</li>
</ul>
</section>
<section class="bg-white p-6 rounded-lg shadow">
<h2 class="text-xl font-semibold mb-4">Business Hours</h2>
<ul class="space-y-2">
<li class="flex justify-between">
<span>Monday - Sunday</span>
<span>6:00 AM–9:00 PM</span>
</li>
</ul>
<div class="mt-4 pt-4 border-t">
<h3 class="font-medium mb-2">Holiday Closures</h3>
<p class="text-sm text-gray-600">Closed on major holidays including Christmas, New Year's, and federal holidays.</p>
</div>
</section>
</div>
<section class="mt-8 bg-white p-6 rounded-lg shadow">
<h2 class="text-xl font-semibold mb-4">Service Areas</h2>
<div class="grid grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-4">
<div class="text-gray-700">Las Vegas</div>
<div class="text-gray-700">Henderson</div>
<div class="text-gray-700">Summerlin</div>
<div class="text-gray-700">Paradise</div>
<div class="text-gray-700">Enterprise</div>
<div class="text-gray-700">Spring Valley</div>
<div class="text-gray-700">North Las Vegas</div>
<div class="text-gray-700">Clark County</div>
</div>
</section>
<section class="mt-8 bg-white p-6 rounded-lg shadow">
<h2 class="text-xl font-semibold mb-4">Business Details</h2>
<ul class="space-y-3">
<li>
<span class="font-medium">Established:</span>
<span class="ml-2">September 2013</span>
</li>
<li>
<span class="font-medium">Categories:</span>
<span class="ml-2">Real Estate Agent, Real Estate Consultant, Property Management Company</span>
</li>
<li>
<span class="font-medium">Business Type:</span>
<ul class="ml-6 mt-2 list-disc">
<li>Women-owned</li>
<li>Veteran-owned</li>
</ul>
</li>
</ul>
</section>
<section class="mt-8 bg-white p-6 rounded-lg shadow">
<h2 class="text-xl font-semibold mb-4">Social Media</h2>
<div class="flex space-x-4">
<a href="https://www.youtube.com/@DrDuffy" target="_blank" class="text-red-600 hover:text-red-800">YouTube</a>
<a href="https://www.facebook.com/RealtorDrJanDuffySummerlin" target="_blank" class="text-blue-600 hover:text-blue-800">Facebook</a>
<a href="https://www.linkedin.com/showcase/berkshire-hathaway-homeservices-summerlin/" target="_blank" class="text-blue-700 hover:text-blue-900">LinkedIn</a>
<a href="https://www.pinterest.com/DrJanDuffy/" target="_blank" class="text-red-700 hover:text-red-900">Pinterest</a>
</div>
</section>
</main>
<footer class="bg-gray-800 text-white mt-12">
<div class="max-w-7xl mx-auto px-4 py-6">
<p class="text-center text-gray-300">© 2025 The Las Vegas Home Expert. All rights reserved.</p>
</div>
</footer>
</body>
</html>