import React from ‘react’; import { Search, TrendingUp, ChevronRight, MapPin, CheckCircle, Calendar, Menu, ArrowRight } from ‘lucide-react’; const App = () => { // Brand Design Tokens const colors =…

import React from ‘react’; import { Search, TrendingUp, ChevronRight, MapPin, CheckCircle, Calendar, Menu, ArrowRight } from ‘lucide-react’; const App = () => { // Brand Design Tokens const colors = { navy: “#131c33”, bronze: “#A68966”, white: “#ffffff”, slate: “#f8fafc” }; return (
{/* Navigation – No Margin below */} {/* BLOCK 1: Hero Header (Full Navy) */}
{/* Visual Overlay */}
L.A. Real Estate & Development

Buyers & Sellers: Your Path to Smart Decisions

“Whether you’re buying your next investment or selling for maximum profit, I deliver results through deep L.A. expertise and strategic ADU opportunities.”

{/* BLOCK 2: For Buyers (White with Navy Box Accent) */}
For Buyers

Find Properties That Work
As Hard As You Do

{/* Left Content – Center on Mobile */}

Deep Neighborhood Intelligence

We know more than the MLS. School ratings, zoning changes, and hidden value opportunities in every L.A. pocket.

Investment-Grade Analysis

Detailed analysis on ADU potential, rental income projections, and appreciation forecasts for every home tour.

ADU Income Potential

Generate $1,500–$3,500/month in passive income with our turnkey construction and permitting strategy.

{/* Right Navy Box – Mobile Centering Logic */}

The Buyer Journey

    {[ { num: “01”, text: “Discovery consultation: goals & budget” }, { num: “02”, text: “Strategic property search: ADU focus” }, { num: “03”, text: “Investment analysis & rental projections” }, { num: “04”, text: “Tour & structural evaluation” }, { num: “05”, text: “Offer strategy & aggressive negotiation” }, { num: “06”, text: “Smooth closing & keys in hand” } ].map((step, i) => (
  • {step.num} {step.text}
  • ))}
{/* Decorative background element */}
{/* BLOCK 3: For Sellers (Full Navy) */}
For Sellers

Two Paths to Maximum Profit

We don’t just list homes; we engineer exits that maximize your equity through data-driven strategy.

{/* Path 1 Card */}

Path 1: Expedited Sale

Sell Smart. Sell Fast. Sell for Top Dollar.

    {[‘Strategic pricing analysis’, ‘High-impact marketing’, ‘Investor network access’, ‘Timeline: 30-60 Days’].map((item, idx) => (
  • {item}
  • ))}
{/* Path 2 Card */}

Path 2: ADU Strategy

Add $100K–$250K in Value Before Listing.

    {[‘Typical Investment: $160k’, ‘Equity Increase: $250k+’, ‘Premium demand focus’, ‘Timeline: 6-9 Months’].map((item, idx) => (
  • {item}
  • ))}
{/* Footer – No gap with section above */}

Marcus Rich Realty

© 2026 Marcus Rich Realty • CA DRE# 01811831 • Certified L.A. Insider
); }; export default App;