import React from ‘react’;
import { Card, CardHeader, CardTitle, CardDescription, CardContent } from ‘@/components/ui/card’;
import { Button } from ‘@/components/ui/button’;
import { Search, Home, Calendar, Phone, MapPin, Star, Shield, Heart, Clock, Award, Users } from ‘lucide-react’;
const RealEstatePage = () => {
return (
Veteran-Owned Business
Your Trusted Las Vegas 55+ Community Specialist
Expert guidance for active adults seeking their perfect home in Las Vegas’ premier communities. Specializing in Sun City Summerlin, Sun City Anthem, and more.
{/* Services Section */}
Specialized Senior Living Services
Comprehensive support for your transition to active adult community living
55+ Community Navigation
- • Expert community selection guidance
- • Personalized property tours
- • Amenity comparisons
Age-in-Place Solutions
- • Home accessibility evaluations
- • Modification recommendations
- • Future-ready property selection
Family Transition Support
- • Downsizing assistance
- • Estate sale coordination
- • White-glove moving service
{/* Business Hours & Contact */}
Business Hours
6:00 AM – 9:00 PM
))}
Certifications & Expertise
-
Veteran-Owned Business -
Senior Living Specialist -
55+ Community Expert -
9406 Del Webb Boulevard,
Las Vegas, NV 89134
{/* Contact Form remains similar but with added accessibility note */}
Schedule Your Free Consultation
Bilingual services available – English & Spanish | LGBTQ+ Friendly
{/* Contact form fields remain the same */}
);
};
export default RealEstatePage;