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

import React from ‘react’; import { Search, TrendingUp, ChevronRight, MapPin, CheckCircle, Menu, Layout, ArrowRight } from ‘lucide-react’; const App = () => { // Brand Design Tokens const navy = “#131c33”; const bronze = “#A68966”; return (
{/* NOTE ON PLACEMENT: This code replaces the standard page content. Block 1 is your Hero Header. */} {/* BLOCK 1: HERO HEADER (Full Navy – AGGRESSIVE CENTERING & EDGE-TO-EDGE) */}
{/* Subtle Brand Pattern 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 Section with integrated Navy Box) */}
{/* Aggressively Centered Label */}
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 listing. School ratings, zoning changes, development plans, and hidden value opportunities in every L.A. neighborhood.

Investment-Grade Analysis

Detailed analysis: purchase price vs. market value, ADU potential, rental income projections, and appreciation forecasts.

ADU Income Potential

Generating $1,500-$3,500/month in passive income. Construction averages $280/sq. ft. with 60-90 day permitting.

{/* Right Side – The Navy “Buyer Journey” Box (Aggressively Centered on Mobile) */}

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 & negotiation to win” }, { num: “06”, text: “Smooth closing & turnkey development” } ].map((step, i) => (
  • {step.num} {step.text}
  • ))}
{/* Decorative background element */}
{/* BLOCK 3: FOR SELLERS (Full Navy – Stacking Grid Cards) */}
For Sellers

Two Paths to Maximum Profit

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

{/* Path 1 Card */}

Path 1: Expedited Sale

Sell Smart. Sell Fast. Sell for Top Dollar.

    {[‘Strategic pricing & analysis’, ‘High-impact marketing’, ’20 Years of negotiation expertise’, ‘Timeline: 30-60 Days’].map((item, idx) => (
  • {item}
  • ))}
{/* Path 2 Card */}

Path 2: ADU Strategy

Add $100K-$250K in Value Before You Sell.

    {[‘Typical Investment: $160,000’, ‘Value Increase: $200K – $250K+’, ‘Premium demand focus’, ‘Timeline: 6-9 Months’].map((item, idx) => (
  • {item}
  • ))}
{/* Footer Cleanup */}

Marcus Rich Realty

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