// ============================================================ // atlas-pages.jsx — Atlas marketplace page bodies // ------------------------------------------------------------ // Eight pages composing a coherent stays-marketplace product. // All pages assume the .theme-atlas wrapper applied by the // showcase. Built from vibn-ai-templates + vibn-marketplace // components. // ============================================================ // ─── Sample data — re-used across pages ───────────────────── const sampleListings = [ { id: "l1", title: "Cliffside cabin in the pines", subtitle: "Big Sur, California", price: { amount: 318, period: "/ night" }, rating: 4.94, reviews: 218, badges: ["superhost"], photo: { tone: "sand", label: "Big Sur · A-frame" } }, { id: "l2", title: "Off-grid farmstead with hot pool", subtitle: "Mendocino, California", price: { amount: 246, period: "/ night" }, rating: 4.88, reviews: 176, badges: ["verified"], photo: { tone: "sage", label: "Off-grid farmstead" } }, { id: "l3", title: "Modernist villa with quiet pool", subtitle: "Joshua Tree, California", price: { amount: 412, period: "/ night" }, rating: 4.97, reviews: 304, badges: ["superhost","instant"], photo: { tone: "warm", label: "Joshua Tree villa" } }, { id: "l4", title: "Hillside cottage with garden", subtitle: "Sonoma, California", price: { amount: 184, period: "/ night" }, rating: 4.79, reviews: 92, badges: ["new"], photo: { tone: "blush", label: "Sonoma cottage" } }, { id: "l5", title: "Loft above the harbor", subtitle: "Mendocino, California", price: { amount: 268, period: "/ night" }, rating: 4.91, reviews: 142, badges: ["verified"], photo: { tone: "ocean", label: "Harbor loft" } }, { id: "l6", title: "Quiet ranch with grass paths", subtitle: "Carmel Valley, California", price: { amount: 295, period: "/ night" }, rating: 4.95, reviews: 256, badges: ["superhost"], photo: { tone: "sand", label: "Carmel Valley ranch" } }, { id: "l7", title: "Painted barn with fields", subtitle: "Healdsburg, California", price: { amount: 220, period: "/ night" }, rating: 4.83, reviews: 78, badges: [], photo: { tone: "blush", label: "Painted barn" } }, { id: "l8", title: "Bungalow with stone fireplace", subtitle: "Tahoe, California", price: { amount: 178, period: "/ night" }, rating: 4.86, reviews: 121, badges: ["instant"], photo: { tone: "night", label: "Tahoe bungalow" } }, ]; const sampleCategories = [ { id: "trending", label: "Trending", emoji: "🌅" }, { id: "cabins", label: "Cabins", emoji: "🌲" }, { id: "amazing", label: "Amazing views", emoji: "🏔" }, { id: "tiny", label: "Tiny homes", emoji: "🏠" }, { id: "design", label: "Design", emoji: "✦" }, { id: "beach", label: "Beachfront", emoji: "🌊" }, { id: "country", label: "Countryside", emoji: "🌾" }, { id: "farms", label: "Farms", emoji: "🐎" }, { id: "domes", label: "Domes", emoji: "◐" }, { id: "creative", label: "Creative", emoji: "✎" }, { id: "national", label: "National parks", emoji: "🌲" }, { id: "ski", label: "Ski-in/out", emoji: "⛷" }, ]; const userMira = { name: "Mira Reyes", color: "#d4b8a8" }; // ============================================================ // 1 · HOME / DISCOVERY // ============================================================ const AtlasHome = () => { const featured = sampleListings.slice(0, 8); const cities = [ { name: "Mendocino", sub: "5 hr drive", tone: "ocean" }, { name: "Joshua Tree", sub: "Direct flight", tone: "warm" }, { name: "Big Sur", sub: "3 hr drive", tone: "sand" }, { name: "Tahoe", sub: "4 hr drive", tone: "night" }, ]; return ( {/* Hero — big editorial banner + inline search */}
} style={{ marginBottom: 18 }}> Atlas Originals · 2026

Stays that feel{" "} like the place .

4,820 homes hand-picked by the Atlas team — no chains, no copy-paste. Hosted by people who actually live there.

{/* Inline search */}
{/* Category rail */}
{/* Featured listings */}
Editors' picks · Northern California

This week's stays

{featured.map((l, i) => ( ))}
{/* Inspiration row */}

Closer than you think

{cities.map(c => (
{c.name}
{c.sub}
))}
{/* How Atlas works */}
How Atlas works

Booking, but considered.

Every host is interviewed. Every photo is real. Every refund is easy. The way it should be.

{[ { i: "people", t: "Hosted by humans", b: "Every Atlas host meets our team. No corporate brands, no auto-replies." }, { i: "shield", t: "Vetted for the truth", b: "We visit and photograph each listing ourselves. What you see is what you sleep in." }, { i: "spark", t: "Refund first", b: "Cancel up to 48 hours before for any reason. No questions, no fine print." }, ].map(c => (

{c.t}

{c.b}

))}
); }; // ============================================================ // 2 · SEARCH RESULTS + MAP // ============================================================ const AtlasSearch = () => { return ( {/* Filters strip */}
{}}/>
184 stays