import React, { useState, useEffect } from 'react'; import { MapPin, Wifi, Dog, Coffee, Calendar, Check, Car, Maximize, Info, Menu, X, Star, Download, Mail, Shield, FileText, Phone, MessageSquare, Globe, HelpCircle, ArrowRight, Calculator, Waves, Dumbbell, Plus, Minus, Bike, Utensils, Zap, Gamepad2 } from 'lucide-react'; const App = () => { const [isMenuOpen, setIsMenuOpen] = useState(false); const [activeTab, setActiveTab] = useState('1bed'); const [lang, setLang] = useState('en'); // 'en' or 'es' // Animation State for Commute Bars const [animateBars, setAnimateBars] = useState(false); // Modal State Management const [activeModal, setActiveModal] = useState(null); // 'lead', 'demo', 'terms', 'privacy', 'quiz' const [formStatus, setFormStatus] = useState('idle'); // FAQ State const [activeFaq, setActiveFaq] = useState(null); // Quiz State const [quizStep, setQuizStep] = useState(0); const [quizScore, setQuizScore] = useState(0); const [quizFinished, setQuizFinished] = useState(false); // Trigger animations on mount useEffect(() => { setAnimateBars(true); }, []); // Updated Brand Colors - NO PURPLE const colors = { bg: '#ffffff', bgAlt: '#f3f4f6', text: '#111827', textLight: '#4b5563', accent: '#f97316', secondary: '#374151', white: '#ffffff', footer: '#1f2937' }; // Content Translations const content = { en: { nav: { residences: 'Residences', features: 'Features', lifestyle: 'Lifestyle', neighborhood: 'Neighborhood', compare: 'Compare', about: 'About', quiz: 'Help Me Find It', book: 'VIP Demo' }, hero: { special: 'Current Special: 1 Month Free', title: 'Elevated Living in Arista.', subtitle: 'Curated by Emma Caballero.', desc: 'Skip the corporate runaround. Get the insider knowledge on the quietest units, the best views, and the true Arista lifestyle.', cta_demo: 'Schedule VIP Demo', cta_view: 'View Inventory' }, contact_bar: { call: 'Call Me', text: 'Text Me', lang_note: 'English & Spanish Speaker' }, intro: { title: 'The "Insider" Difference', card1_title: 'Contextual Leasing', card1_desc: 'Corporate sites show you floor plans. I show you which unit fits your Peloton and which balcony catches the sunset.', card2_title: 'Unvarnished Truth', card2_desc: 'Is the construction next door loud? How is the valet trash? I answer the questions the brochures ignore.', card3_title: 'Community Connection', card3_desc: 'From the dog park clique to the best happy hour at Arista Deli, I plug you into the neighborhood instantly.' }, residences: { title: 'The Residences', subtitle: 'Mid-rise density with condo-spec finishes. 12-foot ceilings in select homes, quartz countertops, and superior sound attenuation.', check_avail: 'Check Availability', emma_take: "Emma's Take:" }, faq: { title: 'Apartment Features (Luxury & Comfort)', subtitle: 'Everything crafted with your comfort in mind.', items: [ { q: 'Gourmet Kitchens', a: 'Quartz countertops, tile backsplashes, and under-mounted stainless steel sinks with GE Stainless Steel Appliances.' }, { q: 'In-Unit Laundry', a: 'Full-size washers & dryers are included in every single home for your convenience.' }, { q: 'Flooring & Finishes', a: 'Wood-style vinyl flooring in living areas for durability, upgraded chrome finishes, and plush carpeting in bedrooms.' }, { q: 'Volume & Space', a: 'Select units feature soaring 12-foot ceilings and oversized walk-in closets.' }, { q: 'Natural Light & Air', a: 'Large, energy-efficient dual-pane windows, patios/balconies, and central air conditioning.' } ] }, amenities: { title: 'Community Perks (Lifestyle & Convenience)', pool: 'Resort-Inspired Pool & Spa', pool_desc: 'Lounging areas for relaxation.', gym: '24-Hour Fitness Center', gym_desc: 'Fully equipped for cardio and strength.', tech: 'Work From Home Ready', tech_desc: 'Conference room with Wi-Fi.', lounge: 'Entertainment Lounge', lounge_desc: 'Pool table, foosball, TVs, & fireplace.', ev: 'EV Charging Station', ev_desc: 'On-site charging for electric vehicles.', bike: 'Bike Storage', bike_desc: 'Secure community storage.', grill: 'BBQ Grilling Station', grill_desc: 'Perfect for outdoor dining.' }, neighborhood: { loc_intel: 'Location Intelligence', title: 'The Arista Evolution', insider_note: 'Insider Note: The 1stBank Center', note_body: 'The venue is permanently closed and undergoing demolition. Why this is good for you: No more concert traffic. No more noise pollution. Arista is transitioning into a quieter community.', walk_score: 'The "Walk Score" Highlights', commute: 'Commute Calculator' }, compare: { title: 'Clearing the Confusion', subtitle: 'There are two "Uptowns" in Arista. Here is why 8000 Uptown is your choice.', col_1: 'Feature', col_2: '8000 Uptown', col_3: 'Arista Uptown', rows: [ { feat: 'Management', val1: 'Inland Residential (Stable)', val2: 'Greystar (High Turnover)' }, { feat: 'Ceiling Height', val1: 'Up to 12-Foot (Condo Feel)', val2: 'Standard 9-Foot' }, { feat: 'Vibe', val1: 'Residential / Peaceful', val2: 'Hotel / Urban' }, { feat: 'Parking', val1: 'Attached Garages Available', val2: 'Mostly Surface / Detached' } ] }, about: { title: "Hi, I'm Emma Caballero.", subtitle: 'Your Arista Neighborhood Insider.', p1: 'I believe that where you live determines how you live. Specializing in the Arista neighborhood, I help professionals and families navigate the Broomfield rental market to find not just an apartment, but a home base.', p2: 'I know which units get the best morning light, which floor plans fit a king-sized bed, and exactly how long it takes to walk to the bus. My goal is to make your move seamless.', cta: 'Book a Chat' }, footer: { role: 'Leasing Consultant', rights: '© 2025 Rent8000.com. All rights reserved.', legal: 'Legal' } }, es: { nav: { residences: 'Residencias', features: 'Características', lifestyle: 'Estilo de Vida', neighborhood: 'Vecindario', compare: 'Comparar', about: 'Sobre Mí', quiz: 'Ayúdame a Encontrar', book: 'Demostración VIP' }, hero: { special: 'Oferta Actual: 1 Mes Gratis', title: 'Vida Elevada en Arista.', subtitle: 'Comisariado por Emma Caballero.', desc: 'Evite los trámites corporativos. Obtenga información privilegiada sobre las unidades más tranquilas, las mejores vistas y el verdadero estilo de vida de Arista.', cta_demo: 'Agendar Demo VIP', cta_view: 'Ver Inventario' }, contact_bar: { call: 'Llamar', text: 'Enviar SMS', lang_note: 'Hablo Inglés y Español' }, intro: { title: 'La Diferencia "Insider"', card1_title: 'Arrendamiento Contextual', card1_desc: 'Los sitios corporativos muestran planos. Yo te muestro qué unidad se adapta a tu Peloton y qué balcón tiene la mejor puesta de sol.', card2_title: 'Verdad Sin Filtros', card2_desc: '¿La construcción de al lado es ruidosa? ¿Cómo es la recolección de basura? Respondo las preguntas que los folletos ignoran.', card3_title: 'Conexión Comunitaria', card3_desc: 'Desde el grupo del parque para perros hasta el mejor happy hour en Arista Deli, te conecto con el vecindario al instante.' }, residences: { title: 'Las Residencias', subtitle: 'Densidad media con acabados de condominio. Techos de 12 pies en hogares selectos, encimeras de cuarzo y aislamiento acústico superior.', check_avail: 'Ver Disponibilidad', emma_take: "Opinión de Emma:" }, faq: { title: 'Características del Apartamento (Lujo y Confort)', subtitle: 'Todo diseñado pensando en su comodidad.', items: [ { q: 'Cocinas Gourmet', a: 'Encimeras de cuarzo, placas para salpicaduras de azulejos y fregaderos de acero inoxidable bajo encimera con electrodomésticos GE.' }, { q: 'Lavandería en la Unidad', a: 'Lavadoras y secadoras de tamaño completo están incluidas en cada hogar.' }, { q: 'Pisos y Acabados', a: 'Pisos de vinilo estilo madera en áreas de estar, acabados cromados mejorados y alfombras lujosas en habitaciones.' }, { q: 'Volumen y Espacio', a: 'Unidades selectas cuentan con techos de 12 pies y vestidores de gran tamaño.' }, { q: 'Luz Natural y Aire', a: 'Grandes ventanas de doble panel, patios/balcones y aire acondicionado central.' } ] }, amenities: { title: 'Ventajas Comunitarias', pool: 'Piscina y Spa Estilo Resort', pool_desc: 'Áreas de descanso para relajarse.', gym: 'Gimnasio 24 Horas', gym_desc: 'Totalmente equipado para cardio y fuerza.', tech: 'Listo para Trabajo Remoto', tech_desc: 'Sala de conferencias con Wi-Fi.', lounge: 'Salón de Entretenimiento', lounge_desc: 'Billar, futbolín, televisores y chimenea.', ev: 'Estación de Carga EV', ev_desc: 'Carga en el sitio para vehículos eléctricos.', bike: 'Almacenamiento de Bicicletas', bike_desc: 'Almacenamiento comunitario seguro.', grill: 'Estación de Parrilla BBQ', grill_desc: 'Perfecto para cenar al aire libre.' }, neighborhood: { loc_intel: 'Inteligencia de Ubicación', title: 'La Evolución de Arista', insider_note: 'Nota Insider: El 1stBank Center', note_body: 'El lugar está cerrado permanentemente y en demolición. Por qué esto es bueno para ti: No más tráfico de conciertos. No más contaminación acústica. Arista se está convirtiendo en una comunidad más tranquila.', walk_score: 'Puntos Destacados a Pie', commute: 'Calculadora de Viaje' }, compare: { title: 'Aclarando la Confusión', subtitle: 'Hay dos "Uptowns" en Arista. Aquí es por qué 8000 Uptown es tu elección.', col_1: 'Característica', col_2: '8000 Uptown', col_3: 'Arista Uptown', rows: [ { feat: 'Administración', val1: 'Inland Residential (Estable)', val2: 'Greystar (Alta Rotación)' }, { feat: 'Altura de Techo', val1: 'Hasta 12 Pies (Estilo Condo)', val2: 'Estándar 9 Pies' }, { feat: 'Ambiente', val1: 'Residencial / Pacífico', val2: 'Hotel / Urbano' }, { feat: 'Estacionamiento', val1: 'Garajes Adjuntos Disponibles', val2: 'Mayoría Superficie / Separado' } ] }, about: { title: "Hola, soy Emma Caballero.", subtitle: 'Tu Insider del Vecindario Arista.', p1: 'Creo que dónde vives determina cómo vives. Especializándome en el vecindario Arista, ayudo a profesionales y familias a navegar el mercado de alquiler de Broomfield para encontrar no solo un apartamento, sino un hogar.', p2: 'Sé qué unidades reciben la mejor luz matutina, qué planos acomodan una cama king-size y exactamente cuánto se tarda en caminar al autobús. Mi objetivo es hacer tu mudanza perfecta.', cta: 'Agendar Charla' }, footer: { role: 'Consultora de Arrendamiento', rights: '© 2025 Rent8000.com. Todos los derechos reservados.', legal: 'Legal' } } }; const t = content[lang]; // Official Floor Plan Data from Brochure const floorPlans = { '1bed': [ { id: '1A', name: 'Plan 1A', sqft: '688', price: 'Call for Details', features: ['1 Bed / 1 Bath', 'Entry Level Value'] }, { id: '1B', name: 'Plan 1B', sqft: '752', price: '$1,440+', features: ['1 Bed / 1 Bath', 'Open Layout'] }, { id: '1C', name: 'Plan 1C', sqft: '807', price: '$1,540+', features: ['1 Bed / 1 Bath', 'Spacious Living'] }, { id: '1D', name: 'Plan 1D', sqft: '835', price: '$1,570+', features: ['1 Bed / 1 Bath', 'Largest 1-Bed'] }, ], '2bed': [ { id: '2', name: 'Plan 2', sqft: '950', price: '$1,695+', features: ['2 Bed / 1 Bath', 'Smart Value'] }, { id: '2A', name: 'Plan 2A', sqft: '1,001', price: '$1,890+', features: ['2 Bed / 2 Bath', 'Dual Master'] }, { id: '2B', name: 'Plan 2B', sqft: '1,009', price: '$1,870+', features: ['2 Bed / 2 Bath', 'Balanced Layout'] }, { id: '2C', name: 'Plan 2C', sqft: '1,037', price: '$2,125+', features: ['2 Bed / 2 Bath', 'Premium Views'] }, { id: '2D', name: 'Plan 2D', sqft: '1,041', price: '$1,845+', features: ['2 Bed / 2 Bath', 'WFH Optimized'] }, { id: '2E', name: 'Plan 2E', sqft: '1,051', price: '$2,095+', features: ['2 Bed / 2 Bath', 'Extra Storage'] }, { id: '2F', name: 'Plan 2F', sqft: '1,094', price: 'Call for Details', features: ['2 Bed / 2 Bath', 'Largest 2-Bed'] }, ], '3bed': [ { id: '3', name: 'Plan 3', sqft: '1,205', price: '$2,355+', features: ['3 Bed / 2 Bath', 'Corner Location'] }, ] }; // Help Me Find It - Quiz Questions const quizQuestions = [ { q: "Where is your office / primary commute?", options: [ { text: "Denver / Union Station", points: 2, note: "Perfect. The FF1 Bus Station is an 8-minute walk." }, { text: "Boulder", points: 2, note: "Great. You have direct access to US 36." }, { text: "Interlocken / Broomfield", points: 3, note: "Ideal. You can basically walk or bike to work." }, { text: "Remote", points: 3, note: "Our Fiber Internet and Coworking lounge are made for you." } ] }, { q: "How do you get around?", options: [ { text: "My own Car", points: 1, note: "We have attached garages available." }, { text: "EV (Electric Vehicle)", points: 3, note: "We have on-site EV charging stations." }, { text: "Bus / Public Transit", points: 3, note: "You are right next to the US 36 Bus Hub." }, { text: "Bike", points: 2, note: "The US 36 Bikeway connects right to our property." } ] }, { q: "Do you have any furry friends?", options: [ { text: "Yes, a Dog", points: 3, note: "We have a dedicated dog park and no weight limits." }, { text: "Yes, a Cat", points: 2, note: "We are cat friendly!" }, { text: "No", points: 1, note: "Enjoy the quiet community." } ] }, { q: "What is your biggest pain point in your current rental?", options: [ { text: "Noise / Thin Walls", points: 3, note: "8000 Uptown uses condo-spec construction for better soundproofing." }, { text: "Slow Internet", points: 3, note: "We have CenturyLink Quantum Fiber." }, { text: "Parking", points: 3, note: "We have reserved garages." }, { text: "Outdated Finishes", points: 2, note: "Our units feature quartz and modern stainless steel." } ] }, { q: "How important is vertical space to you?", options: [ { text: "I need high ceilings", points: 3, note: "Select units feature stunning 12-foot ceilings." }, { text: "Standard is fine", points: 1, note: "Our standard 9-foot is still spacious." } ] }, { q: "What is your ideal Saturday?", options: [ { text: "Clubbing downtown", points: 0, note: "We are a quieter, residential community." }, { text: "Hiking / Outdoors", points: 3, note: "You are minutes from trails and open space." }, { text: "Chilling at a local brewery", points: 2, note: "Arista Deli and The Burns Pub are a walk away." } ] }, { q: "When are you looking to move?", options: [ { text: "ASAP / This Month", points: 3, note: "We have immediate inventory." }, { text: "1-2 Months", points: 2, note: "Perfect timing to secure a rate." }, { text: "Just browsing", points: 0, note: "Take your time!" } ] } ]; const handleQuizAnswer = (points) => { setQuizScore(quizScore + points); if (quizStep < quizQuestions.length - 1) { setQuizStep(quizStep + 1); } else { setQuizFinished(true); } }; const resetQuiz = () => { setQuizStep(0); setQuizScore(0); setQuizFinished(false); }; const handleLeadSubmit = async (e) => { e.preventDefault(); setFormStatus('submitting'); const formData = new FormData(e.target); try { const response = await fetch("https://formspree.io/f/mwpqovln", { method: "POST", body: formData, headers: { 'Accept': 'application/json' } }); if (response.ok) { setFormStatus('success'); setTimeout(() => { setActiveModal(null); setFormStatus('idle'); }, 3000); } else { setFormStatus('error'); } } catch (error) { setFormStatus('error'); } }; const TermsOfUse = () => (
Effective Date: October 2025
Welcome to Rent8000.com. By accessing this website, you agree to comply with and be bound by the following terms and conditions.
While Emma Caballero strives to provide accurate, real-time "insider" information regarding 8000 Uptown, all pricing, availability, and specific unit details are subject to change by property management.
Rents, premiums, and special offers are dynamic and subject to change without notice. The pricing shown on this website is for informational purposes and does not constitute a binding offer. Final pricing is determined at the time of lease application based on move-in date and lease term.
At Rent8000.com, we prioritize your privacy.
We collect information you voluntarily provide via our contact forms.
{t.hero.desc}
{t.intro.card1_desc}
{t.intro.card2_desc}
{t.intro.card3_desc}
{t.residences.subtitle}
{plan.sqft} Sq. Ft.
{plan.price}
{t.faq.subtitle}
{item.a}
{t.amenities.pool_desc}
{t.amenities.gym_desc}
{t.amenities.tech_desc}
{t.amenities.pets_desc}
{t.amenities.bike_desc}
{t.amenities.lounge_desc}
{t.amenities.ev_desc}
{t.neighborhood.note_body}
Driving via Broomfield Ln
Via FF1 Flatiron Flyer (Wifi on board)
Driving via US-36 Express
{t.compare.subtitle}
| {t.compare.col_1} | {t.compare.col_2} | {t.compare.col_3} |
|---|---|---|
| {row.feat} | {row.val1} | {row.val2} |
{t.about.p1}
{t.about.p2}
Get the PDF guide including "The Commuter’s Secret" FF1 schedule and the Arista Trail Map.
> ) : (Check your inbox. I've sent the guide your way.
Schedule a private tour with Emma. I'll show you the specific units that match your needs.
> ) : (I will reach out shortly to confirm your time.
Based on your lifestyle, 8000 Uptown is a {Math.min(100, Math.round((quizScore / 18) * 100))}% match.
Why?