B & S Test

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

import React from ‘react’; import { Search, TrendingUp, ChevronRight, MapPin, CheckCircle, Menu, Calendar, ArrowRight, Home } from ‘lucide-react’; const App = () => { // Brand Colors const navy = “#131c33”; const bronze = “#A68966”; return (
{/* Navigation */} {/* BLOCK 1: THE HEADER (Navy Hero – Edge-to-Edge & Aggressively Centered) */}
L.A. Real Estate & Development

Buyers & Sellers: Your Path
to Smart Decisions

“Combining real estate strategy with construction intelligence to ensure your investment works as hard as you do.”

{/* BLOCK 2: FOR BUYERS (White Section with Navy Journey Box) */}
{/* Mobile Centered Header */}
For Buyers

Find Properties That Work
As Hard As You Do

{/* Left Content Column – Forced Centering on Mobile */}

Deep Neighborhood Intelligence

We provide school ratings, zoning changes, and hidden value opportunities that standard MLS listings miss.

Investment-Grade Analysis

Detailed purchase-price-vs-market value, ADU potential, and appreciation forecasts for every home we tour.

ADU Income Potential

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

{/* Right Side – Navy Journey Box (Perfectly 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 & aggressive negotiation” }, { num: “06”, text: “Smooth closing & turnkey development” } ].map((step, i) => (
  • {step.num} {step.text}
  • ))}
{/* Visual Flair */}
{/* 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.

{/* Card 1 */}

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}
  • ))}
{/* Card 2 */}

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;