<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Minimal Interior - Guaranteed Images</title>
    <!-- Google Font -->
    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700;900&#038;display=swap" rel="stylesheet">
    <style>
        body {
            font-family: 'Inter', sans-serif;
            background-color: #f5f5f5;
            color: #1a1a1a;
        }
        .salmon-bg { background-color: #f4a28c; }
        .rounded-custom { border-radius: 45px; }
    </style>
</head>
<body>
<!-- NAVBAR -->
<nav>
        DESIGN
        <a href="#">Home</a>
        <a href="#">Collection</a>
        <a href="#">About</a>
        <a href="#">Contact</a>
    <button>
        Shop
    </button>
</nav>
<!-- MAIN -->
<main>
    <!-- LEFT TEXT -->
        <h1>
            Warm & Minimal <br> Interiors
        </h1>
        <p>
Discover modern interiors thoughtfully designed with soft, calming tones, elegant textures, and timeless aesthetics that bring warmth, comfort, and sophistication to every corner of your home. Each space is crafted to feel visually stunning yet effortlessly relaxing, with carefully chosen furniture, lighting, and accents that create a harmonious and refined atmosphere. These interiors reflect a contemporary lifestyle while offering a welcoming environment where style and comfort coexist beautifully.        </p>
            <button>
                Explore
            </button>
            <button>
                Learn More
            </button>
    <!-- RIGHT IMAGES -->
        <!-- HERO IMAGE -->
            <img decoding="async" 
            src="https://images.unsplash.com/photo-1616594039964-ae9021a400a0?q=80&#038;w=1200&#038;auto=format&#038;fit=crop"
           >
        <!-- THUMBNAILS -->
                <img decoding="async" 
                src="https://images.unsplash.com/photo-1600210492486-724fe5c67fb0?q=80&#038;w=600&#038;auto=format&#038;fit=crop"
               >
                <img decoding="async" 
                src="https://images.unsplash.com/photo-1618221195710-dd6b41faaea6?q=80&#038;w=600&#038;auto=format&#038;fit=crop"
               >
                <img decoding="async" 
                src="https://images.unsplash.com/photo-1615873968403-89e068629265?q=80&#038;w=600&#038;auto=format&#038;fit=crop"
               >
</main>
</body>
</html>