<!doctype html>
<html lang="en" style="scroll-behavior: smooth;">

<head>
    <!-- Ahrefs Web Analytics -->
    <script src="https://analytics.ahrefs.com/analytics.js" data-key="sFDEpBbeuCI/Ak30PUSHfw" async></script>
    <!-- End Ahrefs Web Analytics -->
    <!-- Google tag (gtag.js) -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=AW-17685742133">
    </script>
    <script>
        window.dataLayer = window.dataLayer || [];

        function gtag() {
            dataLayer.push(arguments);
        }
        gtag('js', new Date());

        gtag('config', 'AW-17685742133');
    </script>
    <!-- End Google tag (gtag.js) -->
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="Vincent Yim is a specialist in industrial, land, commercial, and residential real estates." />
    <meta name="keywords" content="industrial property, commercial property, residential property, land" />
    <meta name="author" content="Vincent Yim" />
    <meta property="og:title" content="Vincent Yim - Specialist in industrial, land, commercial, and residential real estates" /><meta property="og:type" content="website" /><meta property="og:url" content="https://vincentyim.com" /><meta property="og:description" content="Vincent Yim is a specialist in industrial, land, commercial, and residential real estates." /><meta property="og:image" content="https://vincentyim.com/assets/images/vincent-yim-logo-300x300.png" /><meta property="og:site_name" content="VincentYim.com" />    <title>Vincent Yim - Specialist in industrial, land, commercial, and residential real estates</title>
    <link rel="canonical" href="https://www.flowhq.so" />    <link href="/assets/css/vy.css" rel="stylesheet">
    <link rel="icon" type="image/x-icon" href="/assets/images/vincent-yim-logo-300x300.png" />
    <link rel="stylesheet" href="/assets/node_modules/slick-carousel/slick/slick.css" />
    <link rel="stylesheet" href="/assets/node_modules/slick-carousel/slick/slick-theme.css" />
    <script src="/assets/node_modules/jquery/dist/jquery.min.js"></script>
    <script src="/assets/node_modules/slick-carousel/slick/slick.min.js"></script>
    <style>
        /* Property Main Image Carousel */
        .property-main-carousel {
            position: relative;
        }

        .property-main-carousel .slick-dots {
            bottom: 20px;
            text-align: center;
            z-index: 10;
        }

        .property-main-carousel .slick-dots li {
            margin: 0 3px;
        }

        .property-main-carousel .slick-dots li button {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            border: none;
            background: rgba(255, 255, 255, 0.5);
            font-size: 0;
            padding: 0;
            outline: none;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .property-main-carousel .slick-dots li.slick-active button {
            background: white;
            width: 12px;
            height: 12px;
        }

        .property-main-carousel .slick-dots li button:hover {
            background: rgba(255, 255, 255, 0.8);
        }

        .property-main-carousel .slick-prev,
        .property-main-carousel .slick-next {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 40px;
            height: 40px;
            background: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(8px);
            border: none;
            border-radius: 50%;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
            cursor: pointer;
            z-index: 10;
            display: flex !important;
            align-items: center;
            justify-content: center;
            font-size: 0;
            transition: all 0.3s ease;
        }

        .property-main-carousel .slick-prev {
            left: 20px;
        }

        .property-main-carousel .slick-next {
            right: 20px;
        }

        .property-main-carousel .slick-prev:hover,
        .property-main-carousel .slick-next:hover {
            background: white;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        }

        /* Arrow icons using pseudo-elements */
        .property-main-carousel .slick-prev::after {
            content: '‹';
            font-size: 24px;
            color: #64748b;
            font-weight: bold;
        }

        .property-main-carousel .slick-next::after {
            content: '›';
            font-size: 24px;
            color: #64748b;
            font-weight: bold;
        }

        .property-main-carousel .slick-prev:hover::after,
        .property-main-carousel .slick-next:hover::after {
            color: #374151;
        }

        /* Hide default Slick arrows content */
        .property-main-carousel .slick-prev:before,
        .property-main-carousel .slick-next:before {
            display: none;
        }

        /* Slide counter */
        .property-main-carousel .slide-counter {
            position: absolute;
            bottom: 20px;
            right: 20px;
            background: rgba(0, 0, 0, 0.7);
            color: white;
            padding: 4px 8px;
            border-radius: 12px;
            font-size: 12px;
            z-index: 10;
        }

        /* Explore Popular Locations Carousel */
        .popular-locations-carousel {
            max-width: 100%;
            margin: 0 -15px;
        }

        .popular-locations-carousel .slick-slide {
            padding: 0 15px;
        }

        .popular-locations-carousel .slick-dots {
            bottom: -50px;
            text-align: center;
        }

        .popular-locations-carousel .slick-dots li button:before {
            font-size: 12px;
            color: #64748b;
            opacity: 0.5;
        }

        .popular-locations-carousel .slick-dots li.slick-active button:before {
            color: #3b82f6;
            opacity: 1;
        }

        .popular-locations-carousel .slick-prev,
        .popular-locations-carousel .slick-next {
            width: 40px;
            height: 40px;
            background: white;
            border-radius: 50%;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
            z-index: 10;
        }

        .popular-locations-carousel .slick-prev {
            left: -20px;
        }

        .popular-locations-carousel .slick-next {
            right: -20px;
        }

        .popular-locations-carousel .slick-prev:before,
        .popular-locations-carousel .slick-next:before {
            font-size: 18px;
            color: #64748b;
        }

        /* Featured Properties Carousel */
        .feature-properties-carousel {
            max-width: 100%;
        }

        .single-card-carousel .slick-dots {
            bottom: -50px;
            text-align: center;
        }

        .single-card-carousel .slick-dots li button:before {
            font-size: 12px;
            color: #64748b;
            opacity: 0.5;
        }

        .single-card-carousel .slick-dots li.slick-active button:before {
            color: #3b82f6;
            opacity: 1;
        }

        .single-card-carousel .slick-prev,
        .single-card-carousel .slick-next {
            width: 40px;
            height: 40px;
            background: white;
            border-radius: 50%;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
            z-index: 10;
        }

        .single-card-carousel .slick-prev {
            left: 20px;
        }

        .single-card-carousel .slick-next {
            right: 20px;
        }

        .single-card-carousel .slick-prev:before,
        .single-card-carousel .slick-next:before {
            font-size: 18px;
            color: #64748b;
        }
    </style>
</head>

<body class="antialiased">
    <!-- Google tag (gtag.js)noscript -->
    <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=AW-17685742133"
            height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
    <!-- End Google tag (gtag.js)noscript -->
    <!-- ========== HEADER ========== -->
    <header class="bg-white border-b border-gray-200 flex flex-wrap md:justify-start md:flex-nowrap z-50 w-full">
        <nav class="relative max-w-[85rem] w-full md:flex md:items-center md:justify-between md:gap-3 mx-auto px-4 sm:px-6 lg:px-8 py-2">
            <!-- Logo w/ Collapse Button -->
            <div class="flex items-center justify-between">
                <a class="flex-none font-semibold text-xl text-black focus:outline-hidden focus:opacity-80" href="https://vincentyim.com" aria-label="Vincent Yim">
                    <img src="https://vincentyim.com/assets/images/vincent-yim-logo2.png" alt="Vincent Yim Logo" class="h-20 w-auto no-watermark">
                </a>

                <!-- Collapse Button -->
                <div class="md:hidden">
                    <button type="button" class="hs-collapse-toggle relative size-9 flex justify-center items-center text-sm font-semibold rounded-lg border border-gray-200 text-gray-800 hover:bg-gray-100 focus:outline-hidden focus:bg-gray-100 disabled:opacity-50 disabled:pointer-events-none" id="hs-header-classic-collapse" aria-expanded="false" aria-controls="hs-header-classic" aria-label="Toggle navigation" data-hs-collapse="#hs-header-classic">
                        <svg class="hs-collapse-open:hidden size-4" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
                            <line x1="3" x2="21" y1="6" y2="6" />
                            <line x1="3" x2="21" y1="12" y2="12" />
                            <line x1="3" x2="21" y1="18" y2="18" />
                        </svg>
                        <svg class="hs-collapse-open:block shrink-0 hidden size-4" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
                            <path d="M18 6 6 18" />
                            <path d="m6 6 12 12" />
                        </svg>
                        <span class="sr-only">Toggle navigation</span>
                    </button>
                </div>
                <!-- End Collapse Button -->
            </div>
            <!-- End Logo w/ Collapse Button -->

            <!-- Collapse -->
            <div id="hs-header-classic" class="hs-collapse hidden overflow-hidden transition-all duration-300 basis-full grow md:block" aria-labelledby="hs-header-classic-collapse">
                <div class="overflow-hidden overflow-y-auto max-h-[75vh] [&::-webkit-scrollbar]:w-2 [&::-webkit-scrollbar-thumb]:rounded-full [&::-webkit-scrollbar-track]:bg-gray-100 [&::-webkit-scrollbar-thumb]:bg-gray-300">
                    <div class="py-2 md:py-0 flex flex-col md:flex-row md:items-center md:justify-end gap-0.5 md:gap-1">
                    
<a class="p-2 flex items-center text-md font-medium text-gray-800 hover:bg-gray-200 rounded-lg focus:outline-hidden focus:text-gray-500" href="https://vincentyim.com">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chart-line-icon lucide-chart-line shrink-0 size-4 me-3 md:me-2 block md:hidden"><path d="M20 9v11a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V9"/><path d="M9 22V12h6v10M2 10.6L12 2l10 8.6"/></svg>
Home
</a>
                        
<div class="hs-dropdown [--strategy:static] md:[--strategy:fixed] [--adaptive:none] md:[--adaptive:adaptive] [--is-collapse:true] md:[--is-collapse:false] ">
<button id="hs-header-base-dropdown" type="button" class="hs-dropdown-toggle w-full p-2 flex items-center text-md font-medium text-gray-800 hover:bg-gray-200 rounded-lg focus:outline-hidden focus:bg-gray-100" aria-haspopup="menu" aria-expanded="false" aria-label="Dropdown">
<svg class="shrink-0 size-4 me-3 md:me-2 block md:hidden" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m3 10 2.5-2.5L3 5" /><path d="m3 19 2.5-2.5L3 14" /><path d="M10 6h11" />
<path d="M10 12h11" /><path d="M10 18h11" /></svg>
Properties
<svg class="hs-dropdown-open:-rotate-180 md:hs-dropdown-open:rotate-0 duration-300 shrink-0 size-4 ms-auto md:ms-1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6" />
</svg>
</button>
<div class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] md:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 relative w-full md:w-52 hidden z-10 top-full ps-7 md:ps-0 md:bg-white md:rounded-lg md:shadow-md md:shadow-gray-500 before:absolute before:-top-4 before:start-0 before:w-full before:h-5 md:after:hidden after:absolute after:top-1 after:start-4.5 after:w-0.5 after:h-[calc(100%-4px)] after:bg-gray-100" role="menu" aria-orientation="vertical" aria-labelledby="hs-header-base-dropdown">
<div class="py-1 md:px-1 space-y-0.5">
                                    <a class="p-2 md:px-3 flex items-center text-sm font-medium text-gray-800 rounded-lg hover:bg-gray-100 focus:outline-hidden focus:bg-gray-100" href="https://vincentyim.com/property/category/residential">
                                        Residential
                                    </a>

                                    <a class="p-2 md:px-3 flex items-center text-sm font-medium text-gray-800 rounded-lg hover:bg-gray-100 focus:outline-hidden focus:bg-gray-100" href="https://vincentyim.com/property/category/commercial">
                                        Commercial
                                    </a>

                                    <a class="p-2 md:px-3 flex items-center text-sm font-medium text-gray-800 rounded-lg hover:bg-gray-100 focus:outline-hidden focus:bg-gray-100" href="https://vincentyim.com/property/category/industrial">
                                        Industrial
                                    </a>

                                    <a class="p-2 md:px-3 flex items-center text-sm font-medium text-gray-800 rounded-lg hover:bg-gray-100 focus:outline-hidden focus:bg-gray-100" href="https://vincentyim.com/property/category/agricultural">
                                        Agricultural
                                    </a>
                                </div>
</div>
</div>

<a class="p-2 flex items-center text-md font-medium text-gray-800 hover:bg-gray-200 rounded-lg focus:outline-hidden focus:text-gray-500" href="https://vincentyim.com/industrial-property-market-reference-request" title="Real industrial property transactions, showing actual deal values and timing — not estimates">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chart-line-icon lucide-chart-line shrink-0 size-4 me-3 md:me-2 block md:hidden"><path d="M3 3v16a2 2 0 0 0 2 2h16" /><path d="m19 9-5 5-4-4-3 3" /></svg>
Recently Sold
</a>

<a class="p-2 flex items-center text-md font-medium text-gray-800 hover:bg-gray-200 rounded-lg focus:outline-hidden focus:text-gray-500" href="https://vincentyim.com/market-insights" title="Practical guides and market commentary to help businesses understand industrial property decisions before committing">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-rss-icon lucide-rss shrink-0 size-4 me-3 md:me-2 block md:hidden"><path d="M4 11a9 9 0 0 1 9 9" /><path d="M4 4a16 16 0 0 1 16 16" /><circle cx="5" cy="19" r="1" /></svg>
Market Insights
</a>

<a class="p-2 flex items-center text-md font-medium text-gray-800 hover:bg-gray-200 rounded-lg focus:outline-hidden focus:text-gray-500" href="https://vincentyim.com/behind-the-name" title="About Vincent Yim — background, experience, and approach to industrial property advisory">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-notebook-tabs-icon lucide-notebook-tabs shrink-0 size-4 me-3 md:me-2 block md:hidden"><path d="M2 6h4" /><path d="M2 10h4" /><path d="M2 14h4" /><path d="M2 18h4" /><rect width="16" height="20" x="4" y="2" rx="2" /><path d="M15 2v20" /><path d="M15 7h5" /><path d="M15 12h5" /><path d="M15 17h5" /></svg>
Behind the Name
</a>

</div>
</div>
</div>
<!-- End Collapse -->
        </nav>
    </header>
    <!-- ========== END HEADER ========== -->

    <main class="w-full h-screen min-h-fit mx-auto space-y-6 md:space-y-8">
        
<div class="relative bg-gray-1000">

<!-- Hero -->
<div class="w-full px-4 py-16 sm:px-6 lg:px-8 sm:py-32 h-150 bg-cover bg-center bg-no-repeat text-center" style="background-image: linear-gradient( rgba(43, 127, 255, 1) 0%,  rgba(43, 127, 255, 0) 100%), url('https://vincentyim.com/assets/images/malaysia-klang-valley-industrial-logistics-warehouse.jpeg');">  
<!--<div class="w-full px-4 py-16 sm:px-6 lg:px-8 sm:py-32 h-150 bg-cover bg-center bg-no-repeat text-center" style="background-image: linear-gradient( rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.5) 25%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 100%), url('https://vincentyim.com/assets/images/malaysia-klang-valley-industrial-logistics-warehouse.jpeg');">--> 
<div class="max-w-[85rem] mx-auto">
<div class="text-3xl font-extrabold text-gray-800 sm:text-4xl md:text-5xl mb-4" style="text-shadow: -2px 0 #ffffff, 0 2px #ffffff, 2px 0 #ffffff, 0 -2px #ffffff;">Industrial Property Decisions Are</div>
<div class="text-3xl font-extrabold text-blue-800 sm:text-4xl md:text-5xl mb-8" style="text-shadow: -2px 0 #ffffff, 0 2px #ffffff, 2px 0 #ffffff, 0 -2px #ffffff;">Expensive To Get Wrong</div>
<div class="text-xl font-semibold text-white" style="text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;">I Help Logistics, Manufacturing And Business Owners Secure The Right Warehouse, Factory, Or Industrial Land In Shah Alam & Klang -</div>
<div class="text-xl font-semibold text-white" style="text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;">Based On Operational Fit, Not Just Rental Rates</div>
</div>   
</div>
<!-- End Hero -->

<!-- Form -->
<div class="max-w-3xl mx-auto text-center py-5 px-10 bg-black/40" style="transform:translateY(-50%);">
<form method="POST" action="https://vincentyim.com/property/search">
<h1 class="text-white font-semibold text-xl pb-5">Find Your Property</h1>
<div class="relative z-10 flex gap-x-3 p-3 bg-white border border-gray-200 rounded-lg">
<div class="w-full">
<label for="search" class="block text-sm text-gray-700 font-medium"><span class="sr-only">Address, location, postcode</span></label>
<input type="text" name="search" id="search" class="py-2.5 px-4 block w-full border-transparent rounded-lg focus:border-transparent focus:ring-0" placeholder="Address, location, postcode">
</div>
<div>
<button type="submit" class="size-11 inline-flex justify-center items-center gap-x-2 text-sm font-medium rounded-lg border border-transparent bg-blue-600 text-white hover:bg-blue-700 focus:outline-hidden focus:bg-blue-700 disabled:opacity-50 disabled:pointer-events-none" href="#"><svg class="shrink-0 size-5" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="8" /><path d="m21 21-4.3-4.3" /></svg></button>
</div>
</div>
<div class="mt-2 sm:mt-4">
<!-- Status Filter -->
<div class="inline-flex items-center">
<select name="listing_type search" class="p-2 pe-9 block w-25 sm:w-30 text-sm rounded-lg bg-transparent ring-0 border-0">
<option value="" disabled selected hidden>Status</option>
<option value="Sale">For Sale</option>
<option value="Rent">For Rent</option>
</select>
</div>
<!-- End Status Filter -->
<!-- Category Filter -->
<div class="inline-flex items-center">
<select name="property_type search" class="p-2 pe-9 block w-25 sm:w-30 text-sm rounded-lg bg-transparent ring-0 border-0">
<option value="" disabled selected hidden>Type</option>
<optgroup label="Residential" class="uppercase">
<option value="Residential|20b8f85e-70f9-11f0-9ec3-92f0fd24ba38">Apartment/Condo</option>
<option value="Residential|5a29692d-b40c-11f0-83f5-4a4c9f3a43a1">Bungalow</option>
<option value="Residential|c4d901aa-7caa-11f0-ab39-298522191a36">Double Story Terrace</option>
<option value="Residential|20643037-7cab-11f0-ab39-298522191a36">Serviced Apartment</option>
<option value="Residential|b26b9be8-818b-11f0-8fe2-2409c1ae25ae">Single Storey Terrace</option>
<optgroup label="Commercial" class="uppercase">
<option value="Commercial|87b35204-8173-11f0-8fe2-2409c1ae25ae">Shop</option>
<optgroup label="Industrial" class="uppercase">
<option value="Industrial|9a2fd8a4-71ff-11f0-9ec3-92f0fd24ba38">Detached Factory</option>
<option value="Industrial|c93635c9-8166-11f0-8fe2-2409c1ae25ae">Detached Warehouse</option>
<option value="Industrial|036f426b-8a5b-11f0-8fe2-2409c1ae25ae">Industrial Land</option>
<option value="Industrial|c34535db-8187-11f0-8fe2-2409c1ae25ae">Semi-Detached Factory</option>
<option value="Industrial|8a933305-b3d4-11f0-83f5-4a4c9f3a43a1">Terrace Factory</option>
<optgroup label="Agricultural" class="uppercase">
<option value="Agricultural|f31ec5ce-80d9-11f0-8fe2-2409c1ae25ae">Farming</option>
</select>
</div>
<!-- End Category Filter -->
<!-- Area Filter -->
<div class="inline-flex items-center">
<select name="area search" class="p-2 pe-9 block w-25 sm:w-30 text-sm rounded-lg bg-transparent ring-0 border-0">
<option value="" disabled selected hidden>Area</option>
<option value="Banting">Banting</option>
<option value="Dengkil">Dengkil</option>
<option value="Klang">Klang</option>
<option value="Kuala Lumpur">Kuala Lumpur</option>
<option value="Rawang">Rawang</option>
<option value="Shah Alam">Shah Alam</option>
<option value="Sungai Buloh">Sungai Buloh</option>
</select>
</div>
<!-- End Area Filter -->
</div>
</form>
</div>
<!-- End Form -->


<!--<div class="max-w-[85rem] px-4 py-24 sm:px-6 lg:px-8 mx-auto" style="padding-top:0px;">-->
<div class="max-w-3xl px-4 py-24 sm:px-6 lg:px-8 mx-auto" style="padding-top:0px;">

<div class="py-5 border-b border-gray-300" style="padding-top:0px;">
<h2 class="text-xl text-blue-800 font-bold border-b border-gray-200 py-3 mb-3" style="padding-top:0px;">START HERE - INDUSTRIAL PROPERTY GUIDES</h2>
<div class="text-gray-600 font-medium py-5" style="padding-top:0px;">Structured guides to help businesses make better industrial property decisions in Klang Valley.</div>
</div>

<div class="py-5 border-b border-gray-300">
<h3 class="text-lg text-blue-700 font-semibold mb-3"><a href="/market-insights/industrial-property-for-rent-in-klang-valley-practical-guide-for-businesses-investors-1" class="flex items-center text-blue-700 hover:underline"><span class="bg-blue-500 text-white px-2 py-1 me-2 rounded-lg text-xs">1</span>Industrial Property Rental - Practical Guide</a></h3>
<div class="text-sm text-gray-500 font-medium">A framework for buisnesses and investors evaluating industrial property.</div>
</div>

<div class="py-5 border-b border-gray-300">
<h3 class="text-lg text-blue-700 font-semibold mb-3"><a href="/market-insights/industrial-property-rental-by-location-in-klang-valley-2026-guide-1" class="flex items-center text-blue-700 hover:underline"><span class="bg-blue-500 text-white px-2 py-1 me-2 rounded-lg text-xs">2</span>Industrial Property Rental By Location</a></h3>
<div class="text-sm text-gray-500 font-medium">Understand how Shah Alam, Klang, Subang and other areas differ operationally.</div>
</div>

<div class="py-5 border-b border-gray-300">
<h3 class="text-lg text-blue-700 font-semibold mb-3"><a href="/market-insights/warehouse-factory-rental-rates-in-klang-valley-real-market-guide-2026-1" class="flex items-center text-blue-700 hover:underline"><span class="bg-blue-500 text-white px-2 py-1 me-2 rounded-lg text-xs">3</span>Warehouse & Factory Rental Rates - Real Market Guide</a></h3>
<div class="text-sm text-gray-500 font-medium">Learn how rental pricing works and what businesses should reallistically budget.</div>
</div>

<div class="pt-4"><a href="/market-insights" class="text-blue-700 font-semibold hover:underline">-> View All Guides</a></div>

</div>


<!-- Explore Popular Locations -->
    <div class="w-full px-4 py-10 mt-0 sm:px-6 lg:px-8 lg:py-14 bg-gray-100">
        <!-- Title -->
        <div class="max-w-[85rem] mx-auto text-center mb-10 lg:mb-14">
            <h2 class="text-2xl font-semibold text-gray-700 md:text-4xl md:leading-tight">Explore Popular Locations</h2>
        </div>
        <!-- End Title -->
        <div class="max-w-[85rem] mx-auto grid grid-cols-2 lg:grid-cols-4 gap-6">
            <!-- Card -->
                            <a class="group relative block rounded-xl focus:outline-hidden" href="https://vincentyim.com/location/Elmina+Business+Park">
                    <div class="shrink-0 relative rounded-sm overflow-hidden w-full h-60 md:h-80 before:absolute before:inset-x-0 before:z-1 before:size-full before:bg-linear-to-t before:from-gray-900/70">
                                                    <img class="size-full absolute top-0 start-0 object-cover" src="https://vincentyim.com/store/userfiles/941ff079ed4664460158a13adb447a0eecb765da.jpeg" alt="Elmina Business Park">
                                            </div>

                    <div class="absolute bottom-0 inset-x-0 z-10">
                        <div class="flex flex-col h-full p-4 sm:p-6">
                            <h2 class="mt-2 text-white font-semibold text-lg drop-shadow-black drop-shadow-lg">
                                Elmina Business Park                            </h2>
                        </div>
                    </div>
                </a>
                <!-- End Card -->
                            <a class="group relative block rounded-xl focus:outline-hidden" href="https://vincentyim.com/location/Bandar+Bukit+Raja">
                    <div class="shrink-0 relative rounded-sm overflow-hidden w-full h-60 md:h-80 before:absolute before:inset-x-0 before:z-1 before:size-full before:bg-linear-to-t before:from-gray-900/70">
                                                    <img class="size-full absolute top-0 start-0 object-cover" src="https://vincentyim.com/store/userfiles/6b52136460ede14aa414f3def82cd89b751596fc.jpeg" alt="Bandar Bukit Raja">
                                            </div>

                    <div class="absolute bottom-0 inset-x-0 z-10">
                        <div class="flex flex-col h-full p-4 sm:p-6">
                            <h2 class="mt-2 text-white font-semibold text-lg drop-shadow-black drop-shadow-lg">
                                Bandar Bukit Raja                            </h2>
                        </div>
                    </div>
                </a>
                <!-- End Card -->
                            <a class="group relative block rounded-xl focus:outline-hidden" href="https://vincentyim.com/location/Serenia+City">
                    <div class="shrink-0 relative rounded-sm overflow-hidden w-full h-60 md:h-80 before:absolute before:inset-x-0 before:z-1 before:size-full before:bg-linear-to-t before:from-gray-900/70">
                                                    <img class="size-full absolute top-0 start-0 object-cover" src="https://vincentyim.com/store/userfiles/5f022be29eab139b95ec72854cddcf72dfbb7b21.jpg" alt="Serenia City">
                                            </div>

                    <div class="absolute bottom-0 inset-x-0 z-10">
                        <div class="flex flex-col h-full p-4 sm:p-6">
                            <h2 class="mt-2 text-white font-semibold text-lg drop-shadow-black drop-shadow-lg">
                                Serenia City                            </h2>
                        </div>
                    </div>
                </a>
                <!-- End Card -->
                            <a class="group relative block rounded-xl focus:outline-hidden" href="https://vincentyim.com/location/Puncak+Alam">
                    <div class="shrink-0 relative rounded-sm overflow-hidden w-full h-60 md:h-80 before:absolute before:inset-x-0 before:z-1 before:size-full before:bg-linear-to-t before:from-gray-900/70">
                                                    <img class="size-full absolute top-0 start-0 object-cover" src="https://vincentyim.com/store/userfiles/0c1ad9c27775b9e7334e47811cb1f13604f59e2a.jpeg" alt="Puncak Alam">
                                            </div>

                    <div class="absolute bottom-0 inset-x-0 z-10">
                        <div class="flex flex-col h-full p-4 sm:p-6">
                            <h2 class="mt-2 text-white font-semibold text-lg drop-shadow-black drop-shadow-lg">
                                Puncak Alam                            </h2>
                        </div>
                    </div>
                </a>
                <!-- End Card -->
                        <!-- End Grid -->
        </div>
    </div>
<!-- End Explore Popular Locations -->

<!-- Featured Listing -->
    <div class="">
        <div class="max-w-[85rem] px-4 py-10 sm:px-6 lg:px-8 lg:py-14 mx-auto">
            <!-- Title -->
            <div class="max-w-[85rem] mx-auto text-center mb-10 lg:mb-14">
                <h2 class="text-2xl font-semibold text-gray-700 md:text-4xl md:leading-tight">Featured Listings</h2>
            </div>
            <!-- End Title -->

            <div class="relative rounded-xl shadow-lg sm:max-w-[1120px] sm:mx-auto">
                <!-- Progress Bar -->
                <div class="h-1 w-full bg-gray-200 rounded-t-xl overflow-hidden">
                    <div class="featured-progress-bar h-full bg-blue-600"></div>
                </div>

                <div class="flex flex-col md:flex-row">
                    <!-- Image Slider (Order 1 on mobile) -->
                    <div class="relative md:w-[60%] order-1 md:order-2">
                        <div class="featured-images-slider">
                                                            <div class="h-[370px] sm:h-[530px]">
                                    <img class="w-full h-[370px] sm:h-[530px] object-cover" src="https://vincentyim.com/store/userfiles/da30c4471f25ed83f452d344d0f99383d53c9703.png" alt="">
                                </div>
                                                            <div class="h-[370px] sm:h-[530px]">
                                    <img class="w-full h-[370px] sm:h-[530px] object-cover" src="https://vincentyim.com/store/userfiles/6adcc03a3188828d3cc6a1f6425f4e421aa6c706.jpg" alt="">
                                </div>
                                                            <div class="h-[370px] sm:h-[530px]">
                                    <img class="w-full h-[370px] sm:h-[530px] object-cover" src="https://vincentyim.com/store/userfiles/6d83ee376b37baad611ed0a7c6061c28ba881fc2.png" alt="">
                                </div>
                                                            <div class="h-[370px] sm:h-[530px]">
                                    <img class="w-full h-[370px] sm:h-[530px] object-cover" src="https://vincentyim.com/store/userfiles/f3ea92e439aaaeacddefea0d2bb3fe74dd572e65.png" alt="">
                                </div>
                                                            <div class="h-[370px] sm:h-[530px]">
                                    <img class="w-full h-[370px] sm:h-[530px] object-cover" src="https://vincentyim.com/store/userfiles/3e4c07a1aa75bd5b8ac01cc55fcd4e5905bfec77.jpeg" alt="">
                                </div>
                                                            <div class="h-[370px] sm:h-[530px]">
                                    <img class="w-full h-[370px] sm:h-[530px] object-cover" src="https://vincentyim.com/store/userfiles/8a3fade6d5f6bcfd3b4c063573240a2c9e12ad88.jpg" alt="">
                                </div>
                                                            <div class="h-[370px] sm:h-[530px]">
                                    <img class="w-full h-[370px] sm:h-[530px] object-cover" src="https://vincentyim.com/store/userfiles/6add0c1de09854f8628197d82c710bba5761c9f0.jpg" alt="">
                                </div>
                                                            <div class="h-[370px] sm:h-[530px]">
                                    <img class="w-full h-[370px] sm:h-[530px] object-cover" src="https://vincentyim.com/store/userfiles/e976f578bd2d00299ba448c6f1145872e527c2e0.jpeg" alt="">
                                </div>
                                                            <div class="h-[370px] sm:h-[530px]">
                                    <img class="w-full h-[370px] sm:h-[530px] object-cover" src="https://vincentyim.com/store/userfiles/c64034bfc421e5e4983e20c332b0e23e63890d23.jpeg" alt="">
                                </div>
                                                            <div class="h-[370px] sm:h-[530px]">
                                    <img class="w-full h-[370px] sm:h-[530px] object-cover" src="https://vincentyim.com/store/userfiles/53f2766718b22c871d425c6d1138430d1647bf5e.jpg" alt="">
                                </div>
                                                            <div class="h-[370px] sm:h-[530px]">
                                    <img class="w-full h-[370px] sm:h-[530px] object-cover" src="https://vincentyim.com/store/userfiles/3acf7e0585c279ec6296adf6e169a138f17de1f5.jpg" alt="">
                                </div>
                                                            <div class="h-[370px] sm:h-[530px]">
                                    <img class="w-full h-[370px] sm:h-[530px] object-cover" src="https://vincentyim.com/store/userfiles/f93d631bf8c76fa9745b5207a0875303e84b45bc.jpg" alt="">
                                </div>
                                                            <div class="h-[370px] sm:h-[530px]">
                                    <img class="w-full h-[370px] sm:h-[530px] object-cover" src="https://vincentyim.com/store/userfiles/293a448ca2b1ad9797a73b6cf33ad1deedfa99fd.jpg" alt="">
                                </div>
                                                            <div class="h-[370px] sm:h-[530px]">
                                    <img class="w-full h-[370px] sm:h-[530px] object-cover" src="https://vincentyim.com/store/userfiles/eadd6f41202cf7e361ffc3ebf3703187bc5a9d81.jpg" alt="">
                                </div>
                                                            <div class="h-[370px] sm:h-[530px]">
                                    <img class="w-full h-[370px] sm:h-[530px] object-cover" src="https://vincentyim.com/store/userfiles/5c5ff43efc8038b2392dcfd6f41c61a0b32eaeaf.jpg" alt="">
                                </div>
                                                            <div class="h-[370px] sm:h-[530px]">
                                    <img class="w-full h-[370px] sm:h-[530px] object-cover" src="https://vincentyim.com/store/userfiles/c948b4a114ddec5db2453778dd0e95900bb76a40.jpg" alt="">
                                </div>
                                                            <div class="h-[370px] sm:h-[530px]">
                                    <img class="w-full h-[370px] sm:h-[530px] object-cover" src="https://vincentyim.com/store/userfiles/c02cd332dd41d82c76e8ade15f226256ca58414f.jpg" alt="">
                                </div>
                                                            <div class="h-[370px] sm:h-[530px]">
                                    <img class="w-full h-[370px] sm:h-[530px] object-cover" src="https://vincentyim.com/store/userfiles/803fe064c3ef6b3cae86a5107692fe52004e5168.jpeg" alt="">
                                </div>
                                                            <div class="h-[370px] sm:h-[530px]">
                                    <img class="w-full h-[370px] sm:h-[530px] object-cover" src="https://vincentyim.com/store/userfiles/2267d1e025797180ea175f9b718615612ccd7f04.jpeg" alt="">
                                </div>
                                                            <div class="h-[370px] sm:h-[530px]">
                                    <img class="w-full h-[370px] sm:h-[530px] object-cover" src="https://placehold.co/800x600?font=source+sans+pro&text=No+Photo" alt="">
                                </div>
                                                    </div>
                    </div>

                    <!-- Info Slider (Order 2 on mobile) -->
                    <div class="relative md:w-[40%] order-2 md:order-1">
                        <div class="featured-info-slider-wrapper relative bg-slate-700 p-6 md:p-8 rounded-b-xl md:rounded-b-none h-full">
                            <div class="featured-info-slider">
                                                                    <div class="h-full">
                                        <div class="flex flex-col h-full">
                                            <div class="flex gap-2 mb-3">
                                                <span class="bg-yellow-400 text-gray-900 px-2 py-1 rounded-lg text-xs font-medium">
                                                    For Sale                                                </span>
                                                                                                    <span class="bg-blue-600 text-white px-2 py-1 rounded-lg text-xs font-medium">
                                                        Featured
                                                    </span>
                                                                                                                                            </div>

                                            <a href="https://vincentyim.com/property/freehold-industrial-land-for-sale-shah-alam-near-kesas">
                                                <h3 class="text-2xl font-semibold text-white hover:text-slate-200">
                                                    Hicom Industrial Estate                                                </h3>
                                            </a>
                                            <div class="mt-2">
                                                <span class="text-xl font-bold text-white">
                                                    RM 70,000,000                                                </span>
                                            </div>
                                            <p class="mt-4 text-white flex-grow">
                                                Section 26, Shah Alam                                            </p>

                                            <div class="flex mt-3 justify-start text-sm text-white gap-x-6">
                                                                                                                                                            <span class="inline-flex items-center" title="Land area size">
                                                            <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-land-plot-icon lucide-land-plot mr-1">
                                                                <path d="m12 8 6-3-6-3v10" />
                                                                <path d="m8 11.99-5.5 3.14a1 1 0 0 0 0 1.74l8.5 4.86a2 2 0 0 0 2 0l8.5-4.86a1 1 0 0 0 0-1.74L16 12" />
                                                                <path d="m6.49 12.85 11.02 6.3" />
                                                                <path d="M17.51 12.85 6.5 19.15" />
                                                            </svg>
                                                            5.16 acres                                                        </span>
                                                                                                                                                                                                    </div>

                                            <div class="flex mt-5 sm:inline-flex sm:items-center gap-x-2">
                                                                                                    <span class="py-1.5 px-3 rounded-full text-xs bg-blue-100 text-blue-800">
                                                        Industrial                                                    </span>
                                                                                                                                                    <span class="py-1.5 px-3 rounded-full text-xs bg-gray-100 text-gray-800">
                                                        Industrial Land                                                    </span>
                                                                                            </div>
                                        </div>
                                    </div>
                                                                    <div class="h-full">
                                        <div class="flex flex-col h-full">
                                            <div class="flex gap-2 mb-3">
                                                <span class="bg-yellow-400 text-gray-900 px-2 py-1 rounded-lg text-xs font-medium">
                                                    For Sale                                                </span>
                                                                                                    <span class="bg-blue-600 text-white px-2 py-1 rounded-lg text-xs font-medium">
                                                        Featured
                                                    </span>
                                                                                                                                            </div>

                                            <a href="https://vincentyim.com/property/freehold-detached-factory-corporate-warehouse-for-sale-in-bukit-jelutong-shah-alam">
                                                <h3 class="text-2xl font-semibold text-white hover:text-slate-200">
                                                    Jalan Tiang U8/93A, Bukit Jelutong                                                </h3>
                                            </a>
                                            <div class="mt-2">
                                                <span class="text-xl font-bold text-white">
                                                    RM 68,000,000                                                </span>
                                            </div>
                                            <p class="mt-4 text-white flex-grow">
                                                Bukit Jelutong, Shah Alam                                            </p>

                                            <div class="flex mt-3 justify-start text-sm text-white gap-x-6">
                                                                                                                                                            <span class="inline-flex items-center" title="Land area size">
                                                            <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-land-plot-icon lucide-land-plot mr-1">
                                                                <path d="m12 8 6-3-6-3v10" />
                                                                <path d="m8 11.99-5.5 3.14a1 1 0 0 0 0 1.74l8.5 4.86a2 2 0 0 0 2 0l8.5-4.86a1 1 0 0 0 0-1.74L16 12" />
                                                                <path d="m6.49 12.85 11.02 6.3" />
                                                                <path d="M17.51 12.85 6.5 19.15" />
                                                            </svg>
                                                            2.5 acres                                                        </span>
                                                                                                                                                                <span class="inline-flex items-center" title="Built-up size">
                                                            <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-ruler-icon lucide-ruler mr-1">
                                                                <path d="M21.3 15.3a2.4 2.4 0 0 1 0 3.4l-2.6 2.6a2.4 2.4 0 0 1-3.4 0L2.7 8.7a2.41 2.41 0 0 1 0-3.4l2.6-2.6a2.41 2.41 0 0 1 3.4 0Z" />
                                                                <path d="m14.5 12.5 2-2" />
                                                                <path d="m11.5 9.5 2-2" />
                                                                <path d="m8.5 6.5 2-2" />
                                                                <path d="m17.5 15.5 2-2" />
                                                            </svg>
                                                            120,227 sqft                                                        </span>
                                                                                                                                                </div>

                                            <div class="flex mt-5 sm:inline-flex sm:items-center gap-x-2">
                                                                                                    <span class="py-1.5 px-3 rounded-full text-xs bg-blue-100 text-blue-800">
                                                        Industrial                                                    </span>
                                                                                                                                                    <span class="py-1.5 px-3 rounded-full text-xs bg-gray-100 text-gray-800">
                                                        Detached Warehouse                                                    </span>
                                                                                            </div>
                                        </div>
                                    </div>
                                                                    <div class="h-full">
                                        <div class="flex flex-col h-full">
                                            <div class="flex gap-2 mb-3">
                                                <span class="bg-yellow-400 text-gray-900 px-2 py-1 rounded-lg text-xs font-medium">
                                                    For Sale                                                </span>
                                                                                                    <span class="bg-blue-600 text-white px-2 py-1 rounded-lg text-xs font-medium">
                                                        Featured
                                                    </span>
                                                                                                                                            </div>

                                            <a href="https://vincentyim.com/property/industrial-land-for-sale-in-elmina-east-industrial-park-shah-alam-medium-industrial-zoning">
                                                <h3 class="text-2xl font-semibold text-white hover:text-slate-200">
                                                    Jalan Meteor U16 Area                                                </h3>
                                            </a>
                                            <div class="mt-2">
                                                <span class="text-xl font-bold text-white">
                                                    RM 54,940,485                                                </span>
                                            </div>
                                            <p class="mt-4 text-white flex-grow">
                                                Elmina Industrial Park, Shah Alam                                            </p>

                                            <div class="flex mt-3 justify-start text-sm text-white gap-x-6">
                                                                                                                                                            <span class="inline-flex items-center" title="Land area size">
                                                            <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-land-plot-icon lucide-land-plot mr-1">
                                                                <path d="m12 8 6-3-6-3v10" />
                                                                <path d="m8 11.99-5.5 3.14a1 1 0 0 0 0 1.74l8.5 4.86a2 2 0 0 0 2 0l8.5-4.86a1 1 0 0 0 0-1.74L16 12" />
                                                                <path d="m6.49 12.85 11.02 6.3" />
                                                                <path d="M17.51 12.85 6.5 19.15" />
                                                            </svg>
                                                            6.37 acres                                                        </span>
                                                                                                                                                                                                    </div>

                                            <div class="flex mt-5 sm:inline-flex sm:items-center gap-x-2">
                                                                                                    <span class="py-1.5 px-3 rounded-full text-xs bg-blue-100 text-blue-800">
                                                        Industrial                                                    </span>
                                                                                                                                                    <span class="py-1.5 px-3 rounded-full text-xs bg-gray-100 text-gray-800">
                                                        Industrial Land                                                    </span>
                                                                                            </div>
                                        </div>
                                    </div>
                                                                    <div class="h-full">
                                        <div class="flex flex-col h-full">
                                            <div class="flex gap-2 mb-3">
                                                <span class="bg-yellow-400 text-gray-900 px-2 py-1 rounded-lg text-xs font-medium">
                                                    For Sale                                                </span>
                                                                                                    <span class="bg-blue-600 text-white px-2 py-1 rounded-lg text-xs font-medium">
                                                        Featured
                                                    </span>
                                                                                                                                            </div>

                                            <a href="https://vincentyim.com/property/industrial-land-for-sale-in-pulau-indah-85-acres-at-selangor-halal-hub-klang">
                                                <h3 class="text-2xl font-semibold text-white hover:text-slate-200">
                                                    Jalan Sungai Pinang                                                </h3>
                                            </a>
                                            <div class="mt-2">
                                                <span class="text-xl font-bold text-white">
                                                    RM 31,000,000                                                </span>
                                            </div>
                                            <p class="mt-4 text-white flex-grow">
                                                Pulau Indah, Klang                                            </p>

                                            <div class="flex mt-3 justify-start text-sm text-white gap-x-6">
                                                                                                                                                            <span class="inline-flex items-center" title="Land area size">
                                                            <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-land-plot-icon lucide-land-plot mr-1">
                                                                <path d="m12 8 6-3-6-3v10" />
                                                                <path d="m8 11.99-5.5 3.14a1 1 0 0 0 0 1.74l8.5 4.86a2 2 0 0 0 2 0l8.5-4.86a1 1 0 0 0 0-1.74L16 12" />
                                                                <path d="m6.49 12.85 11.02 6.3" />
                                                                <path d="M17.51 12.85 6.5 19.15" />
                                                            </svg>
                                                            8.5 acres                                                        </span>
                                                                                                                                                                                                    </div>

                                            <div class="flex mt-5 sm:inline-flex sm:items-center gap-x-2">
                                                                                                    <span class="py-1.5 px-3 rounded-full text-xs bg-blue-100 text-blue-800">
                                                        Industrial                                                    </span>
                                                                                                                                                    <span class="py-1.5 px-3 rounded-full text-xs bg-gray-100 text-gray-800">
                                                        Industrial Land                                                    </span>
                                                                                            </div>
                                        </div>
                                    </div>
                                                                    <div class="h-full">
                                        <div class="flex flex-col h-full">
                                            <div class="flex gap-2 mb-3">
                                                <span class="bg-yellow-400 text-gray-900 px-2 py-1 rounded-lg text-xs font-medium">
                                                    For Sale                                                </span>
                                                                                                    <span class="bg-blue-600 text-white px-2 py-1 rounded-lg text-xs font-medium">
                                                        Featured
                                                    </span>
                                                                                                                                                    <span class="bg-red-600 text-white px-2 py-1 rounded-lg text-xs font-medium">
                                                        <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-youtube-icon lucide-youtube">
                                                            <path d="M2.5 17a24.12 24.12 0 0 1 0-10 2 2 0 0 1 1.4-1.4 49.56 49.56 0 0 1 16.2 0A2 2 0 0 1 21.5 7a24.12 24.12 0 0 1 0 10 2 2 0 0 1-1.4 1.4 49.55 49.55 0 0 1-16.2 0A2 2 0 0 1 2.5 17" />
                                                            <path d="m10 15 5-3-5-3z" />
                                                        </svg>
                                                    </span>
                                                                                            </div>

                                            <a href="https://vincentyim.com/property/activus-techpark-banting-exclusive-freehold-detached-factories">
                                                <h3 class="text-2xl font-semibold text-white hover:text-slate-200">
                                                    Jalan 8, Kompleks Perabot Olak Lempit, Selangor                                                </h3>
                                            </a>
                                            <div class="mt-2">
                                                <span class="text-xl font-bold text-white">
                                                    RM 13,070,000                                                </span>
                                            </div>
                                            <p class="mt-4 text-white flex-grow">
                                                Olak Lempit, Banting                                            </p>

                                            <div class="flex mt-3 justify-start text-sm text-white gap-x-6">
                                                                                                                                                            <span class="inline-flex items-center" title="Land area size">
                                                            <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-land-plot-icon lucide-land-plot mr-1">
                                                                <path d="m12 8 6-3-6-3v10" />
                                                                <path d="m8 11.99-5.5 3.14a1 1 0 0 0 0 1.74l8.5 4.86a2 2 0 0 0 2 0l8.5-4.86a1 1 0 0 0 0-1.74L16 12" />
                                                                <path d="m6.49 12.85 11.02 6.3" />
                                                                <path d="M17.51 12.85 6.5 19.15" />
                                                            </svg>
                                                            37,093 sqft                                                        </span>
                                                                                                                                                                <span class="inline-flex items-center" title="Built-up size">
                                                            <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-ruler-icon lucide-ruler mr-1">
                                                                <path d="M21.3 15.3a2.4 2.4 0 0 1 0 3.4l-2.6 2.6a2.4 2.4 0 0 1-3.4 0L2.7 8.7a2.41 2.41 0 0 1 0-3.4l2.6-2.6a2.41 2.41 0 0 1 3.4 0Z" />
                                                                <path d="m14.5 12.5 2-2" />
                                                                <path d="m11.5 9.5 2-2" />
                                                                <path d="m8.5 6.5 2-2" />
                                                                <path d="m17.5 15.5 2-2" />
                                                            </svg>
                                                            24,296 sqft                                                        </span>
                                                                                                                                                </div>

                                            <div class="flex mt-5 sm:inline-flex sm:items-center gap-x-2">
                                                                                                    <span class="py-1.5 px-3 rounded-full text-xs bg-blue-100 text-blue-800">
                                                        Industrial                                                    </span>
                                                                                                                                                    <span class="py-1.5 px-3 rounded-full text-xs bg-gray-100 text-gray-800">
                                                        Detached Factory                                                    </span>
                                                                                            </div>
                                        </div>
                                    </div>
                                                                    <div class="h-full">
                                        <div class="flex flex-col h-full">
                                            <div class="flex gap-2 mb-3">
                                                <span class="bg-yellow-400 text-gray-900 px-2 py-1 rounded-lg text-xs font-medium">
                                                    For Sale                                                </span>
                                                                                                    <span class="bg-blue-600 text-white px-2 py-1 rounded-lg text-xs font-medium">
                                                        Featured
                                                    </span>
                                                                                                                                                    <span class="bg-red-600 text-white px-2 py-1 rounded-lg text-xs font-medium">
                                                        <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-youtube-icon lucide-youtube">
                                                            <path d="M2.5 17a24.12 24.12 0 0 1 0-10 2 2 0 0 1 1.4-1.4 49.56 49.56 0 0 1 16.2 0A2 2 0 0 1 21.5 7a24.12 24.12 0 0 1 0 10 2 2 0 0 1-1.4 1.4 49.55 49.55 0 0 1-16.2 0A2 2 0 0 1 2.5 17" />
                                                            <path d="m10 15 5-3-5-3z" />
                                                        </svg>
                                                    </span>
                                                                                            </div>

                                            <a href="https://vincentyim.com/property/factory-for-sale-in-etp-meru-industrial-park-klang-corner-semi-detached-with-40-ft-ceilings-and-l">
                                                <h3 class="text-2xl font-semibold text-white hover:text-slate-200">
                                                    Jalan Korporat 9/KU9, ETP Meru Industrial Park 3                                                </h3>
                                            </a>
                                            <div class="mt-2">
                                                <span class="text-xl font-bold text-white">
                                                    RM 12,500,000                                                </span>
                                            </div>
                                            <p class="mt-4 text-white flex-grow">
                                                Meru Industrial Park, Klang                                            </p>

                                            <div class="flex mt-3 justify-start text-sm text-white gap-x-6">
                                                                                                                                                            <span class="inline-flex items-center" title="Land area size">
                                                            <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-land-plot-icon lucide-land-plot mr-1">
                                                                <path d="m12 8 6-3-6-3v10" />
                                                                <path d="m8 11.99-5.5 3.14a1 1 0 0 0 0 1.74l8.5 4.86a2 2 0 0 0 2 0l8.5-4.86a1 1 0 0 0 0-1.74L16 12" />
                                                                <path d="m6.49 12.85 11.02 6.3" />
                                                                <path d="M17.51 12.85 6.5 19.15" />
                                                            </svg>
                                                            42,414 sqft                                                        </span>
                                                                                                                                                                <span class="inline-flex items-center" title="Built-up size">
                                                            <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-ruler-icon lucide-ruler mr-1">
                                                                <path d="M21.3 15.3a2.4 2.4 0 0 1 0 3.4l-2.6 2.6a2.4 2.4 0 0 1-3.4 0L2.7 8.7a2.41 2.41 0 0 1 0-3.4l2.6-2.6a2.41 2.41 0 0 1 3.4 0Z" />
                                                                <path d="m14.5 12.5 2-2" />
                                                                <path d="m11.5 9.5 2-2" />
                                                                <path d="m8.5 6.5 2-2" />
                                                                <path d="m17.5 15.5 2-2" />
                                                            </svg>
                                                            19,840 sqft                                                        </span>
                                                                                                                                                </div>

                                            <div class="flex mt-5 sm:inline-flex sm:items-center gap-x-2">
                                                                                                    <span class="py-1.5 px-3 rounded-full text-xs bg-blue-100 text-blue-800">
                                                        Industrial                                                    </span>
                                                                                                                                                    <span class="py-1.5 px-3 rounded-full text-xs bg-gray-100 text-gray-800">
                                                        Semi-Detached Factory                                                    </span>
                                                                                            </div>
                                        </div>
                                    </div>
                                                                    <div class="h-full">
                                        <div class="flex flex-col h-full">
                                            <div class="flex gap-2 mb-3">
                                                <span class="bg-yellow-400 text-gray-900 px-2 py-1 rounded-lg text-xs font-medium">
                                                    For Sale                                                </span>
                                                                                                    <span class="bg-blue-600 text-white px-2 py-1 rounded-lg text-xs font-medium">
                                                        Featured
                                                    </span>
                                                                                                                                            </div>

                                            <a href="https://vincentyim.com/property/kita-industrial-hub-elmina-east-3-storey-semi-detached-factory-for-sale">
                                                <h3 class="text-2xl font-semibold text-white hover:text-slate-200">
                                                    Elmina East Industrial Park                                                </h3>
                                            </a>
                                            <div class="mt-2">
                                                <span class="text-xl font-bold text-white">
                                                    RM 10,740,000                                                </span>
                                            </div>
                                            <p class="mt-4 text-white flex-grow">
                                                Elmina East Industrial Park, Shah Alam                                            </p>

                                            <div class="flex mt-3 justify-start text-sm text-white gap-x-6">
                                                                                                                                                            <span class="inline-flex items-center" title="Land area size">
                                                            <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-land-plot-icon lucide-land-plot mr-1">
                                                                <path d="m12 8 6-3-6-3v10" />
                                                                <path d="m8 11.99-5.5 3.14a1 1 0 0 0 0 1.74l8.5 4.86a2 2 0 0 0 2 0l8.5-4.86a1 1 0 0 0 0-1.74L16 12" />
                                                                <path d="m6.49 12.85 11.02 6.3" />
                                                                <path d="M17.51 12.85 6.5 19.15" />
                                                            </svg>
                                                            25,250 sqft                                                        </span>
                                                                                                                                                                <span class="inline-flex items-center" title="Built-up size">
                                                            <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-ruler-icon lucide-ruler mr-1">
                                                                <path d="M21.3 15.3a2.4 2.4 0 0 1 0 3.4l-2.6 2.6a2.4 2.4 0 0 1-3.4 0L2.7 8.7a2.41 2.41 0 0 1 0-3.4l2.6-2.6a2.41 2.41 0 0 1 3.4 0Z" />
                                                                <path d="m14.5 12.5 2-2" />
                                                                <path d="m11.5 9.5 2-2" />
                                                                <path d="m8.5 6.5 2-2" />
                                                                <path d="m17.5 15.5 2-2" />
                                                            </svg>
                                                            15,789 sqft                                                        </span>
                                                                                                                                                </div>

                                            <div class="flex mt-5 sm:inline-flex sm:items-center gap-x-2">
                                                                                                    <span class="py-1.5 px-3 rounded-full text-xs bg-blue-100 text-blue-800">
                                                        Industrial                                                    </span>
                                                                                                                                                    <span class="py-1.5 px-3 rounded-full text-xs bg-gray-100 text-gray-800">
                                                        Semi-Detached Factory                                                    </span>
                                                                                            </div>
                                        </div>
                                    </div>
                                                                    <div class="h-full">
                                        <div class="flex flex-col h-full">
                                            <div class="flex gap-2 mb-3">
                                                <span class="bg-yellow-400 text-gray-900 px-2 py-1 rounded-lg text-xs font-medium">
                                                    For Rent                                                </span>
                                                                                                    <span class="bg-blue-600 text-white px-2 py-1 rounded-lg text-xs font-medium">
                                                        Featured
                                                    </span>
                                                                                                                                            </div>

                                            <a href="https://vincentyim.com/property/bandar-bukit-raja-logistics-warehouse-for-rent">
                                                <h3 class="text-2xl font-semibold text-white hover:text-slate-200">
                                                    Bandar Bukit Raja, Klang                                                </h3>
                                            </a>
                                            <div class="mt-2">
                                                <span class="text-xl font-bold text-white">
                                                    RM 196,973                                                </span>
                                            </div>
                                            <p class="mt-4 text-white flex-grow">
                                                Bandar Bukit Raja, Klang                                            </p>

                                            <div class="flex mt-3 justify-start text-sm text-white gap-x-6">
                                                                                                                                                                                                                <span class="inline-flex items-center" title="Built-up size">
                                                            <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-ruler-icon lucide-ruler mr-1">
                                                                <path d="M21.3 15.3a2.4 2.4 0 0 1 0 3.4l-2.6 2.6a2.4 2.4 0 0 1-3.4 0L2.7 8.7a2.41 2.41 0 0 1 0-3.4l2.6-2.6a2.41 2.41 0 0 1 3.4 0Z" />
                                                                <path d="m14.5 12.5 2-2" />
                                                                <path d="m11.5 9.5 2-2" />
                                                                <path d="m8.5 6.5 2-2" />
                                                                <path d="m17.5 15.5 2-2" />
                                                            </svg>
                                                            93,797 sqft                                                        </span>
                                                                                                                                                </div>

                                            <div class="flex mt-5 sm:inline-flex sm:items-center gap-x-2">
                                                                                                    <span class="py-1.5 px-3 rounded-full text-xs bg-blue-100 text-blue-800">
                                                        Industrial                                                    </span>
                                                                                                                                                    <span class="py-1.5 px-3 rounded-full text-xs bg-gray-100 text-gray-800">
                                                        Detached Warehouse                                                    </span>
                                                                                            </div>
                                        </div>
                                    </div>
                                                                    <div class="h-full">
                                        <div class="flex flex-col h-full">
                                            <div class="flex gap-2 mb-3">
                                                <span class="bg-yellow-400 text-gray-900 px-2 py-1 rounded-lg text-xs font-medium">
                                                    For Rent                                                </span>
                                                                                                    <span class="bg-blue-600 text-white px-2 py-1 rounded-lg text-xs font-medium">
                                                        Featured
                                                    </span>
                                                                                                                                            </div>

                                            <a href="https://vincentyim.com/property/upcoming-high-specification-logistics-warehouse-bandar-baru-klang">
                                                <h3 class="text-2xl font-semibold text-white hover:text-slate-200">
                                                    Jalan Astana                                                </h3>
                                            </a>
                                            <div class="mt-2">
                                                <span class="text-xl font-bold text-white">
                                                    RM 195,195                                                </span>
                                            </div>
                                            <p class="mt-4 text-white flex-grow">
                                                Bandar Bukit Raja, Klang                                            </p>

                                            <div class="flex mt-3 justify-start text-sm text-white gap-x-6">
                                                                                                                                                            <span class="inline-flex items-center" title="Land area size">
                                                            <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-land-plot-icon lucide-land-plot mr-1">
                                                                <path d="m12 8 6-3-6-3v10" />
                                                                <path d="m8 11.99-5.5 3.14a1 1 0 0 0 0 1.74l8.5 4.86a2 2 0 0 0 2 0l8.5-4.86a1 1 0 0 0 0-1.74L16 12" />
                                                                <path d="m6.49 12.85 11.02 6.3" />
                                                                <path d="M17.51 12.85 6.5 19.15" />
                                                            </svg>
                                                            2.94 acres                                                        </span>
                                                                                                                                                                <span class="inline-flex items-center" title="Built-up size">
                                                            <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-ruler-icon lucide-ruler mr-1">
                                                                <path d="M21.3 15.3a2.4 2.4 0 0 1 0 3.4l-2.6 2.6a2.4 2.4 0 0 1-3.4 0L2.7 8.7a2.41 2.41 0 0 1 0-3.4l2.6-2.6a2.41 2.41 0 0 1 3.4 0Z" />
                                                                <path d="m14.5 12.5 2-2" />
                                                                <path d="m11.5 9.5 2-2" />
                                                                <path d="m8.5 6.5 2-2" />
                                                                <path d="m17.5 15.5 2-2" />
                                                            </svg>
                                                            90,788 sqft                                                        </span>
                                                                                                                                                </div>

                                            <div class="flex mt-5 sm:inline-flex sm:items-center gap-x-2">
                                                                                                    <span class="py-1.5 px-3 rounded-full text-xs bg-blue-100 text-blue-800">
                                                        Industrial                                                    </span>
                                                                                                                                                    <span class="py-1.5 px-3 rounded-full text-xs bg-gray-100 text-gray-800">
                                                        Detached Warehouse                                                    </span>
                                                                                            </div>
                                        </div>
                                    </div>
                                                                    <div class="h-full">
                                        <div class="flex flex-col h-full">
                                            <div class="flex gap-2 mb-3">
                                                <span class="bg-yellow-400 text-gray-900 px-2 py-1 rounded-lg text-xs font-medium">
                                                    For Rent                                                </span>
                                                                                                    <span class="bg-blue-600 text-white px-2 py-1 rounded-lg text-xs font-medium">
                                                        Featured
                                                    </span>
                                                                                                                                                    <span class="bg-red-600 text-white px-2 py-1 rounded-lg text-xs font-medium">
                                                        <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-youtube-icon lucide-youtube">
                                                            <path d="M2.5 17a24.12 24.12 0 0 1 0-10 2 2 0 0 1 1.4-1.4 49.56 49.56 0 0 1 16.2 0A2 2 0 0 1 21.5 7a24.12 24.12 0 0 1 0 10 2 2 0 0 1-1.4 1.4 49.55 49.55 0 0 1-16.2 0A2 2 0 0 1 2.5 17" />
                                                            <path d="m10 15 5-3-5-3z" />
                                                        </svg>
                                                    </span>
                                                                                            </div>

                                            <a href="https://vincentyim.com/property/the-cubiz-collection-elmina-east-factory-for-rent-semi-detached-with-functional-layout-expansion">
                                                <h3 class="text-2xl font-semibold text-white hover:text-slate-200">
                                                    Jalan Meteor U16/148D                                                </h3>
                                            </a>
                                            <div class="mt-2">
                                                <span class="text-xl font-bold text-white">
                                                    RM 72,500                                                </span>
                                            </div>
                                            <p class="mt-4 text-white flex-grow">
                                                Elmina East Industrial Park, Shah Alam                                            </p>

                                            <div class="flex mt-3 justify-start text-sm text-white gap-x-6">
                                                                                                                                                            <span class="inline-flex items-center" title="Land area size">
                                                            <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-land-plot-icon lucide-land-plot mr-1">
                                                                <path d="m12 8 6-3-6-3v10" />
                                                                <path d="m8 11.99-5.5 3.14a1 1 0 0 0 0 1.74l8.5 4.86a2 2 0 0 0 2 0l8.5-4.86a1 1 0 0 0 0-1.74L16 12" />
                                                                <path d="m6.49 12.85 11.02 6.3" />
                                                                <path d="M17.51 12.85 6.5 19.15" />
                                                            </svg>
                                                            48,928 sqft                                                        </span>
                                                                                                                                                                <span class="inline-flex items-center" title="Built-up size">
                                                            <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-ruler-icon lucide-ruler mr-1">
                                                                <path d="M21.3 15.3a2.4 2.4 0 0 1 0 3.4l-2.6 2.6a2.4 2.4 0 0 1-3.4 0L2.7 8.7a2.41 2.41 0 0 1 0-3.4l2.6-2.6a2.41 2.41 0 0 1 3.4 0Z" />
                                                                <path d="m14.5 12.5 2-2" />
                                                                <path d="m11.5 9.5 2-2" />
                                                                <path d="m8.5 6.5 2-2" />
                                                                <path d="m17.5 15.5 2-2" />
                                                            </svg>
                                                            29,000 sqft                                                        </span>
                                                                                                                                                </div>

                                            <div class="flex mt-5 sm:inline-flex sm:items-center gap-x-2">
                                                                                                    <span class="py-1.5 px-3 rounded-full text-xs bg-blue-100 text-blue-800">
                                                        Industrial                                                    </span>
                                                                                                                                                    <span class="py-1.5 px-3 rounded-full text-xs bg-gray-100 text-gray-800">
                                                        Semi-Detached Factory                                                    </span>
                                                                                            </div>
                                        </div>
                                    </div>
                                                                    <div class="h-full">
                                        <div class="flex flex-col h-full">
                                            <div class="flex gap-2 mb-3">
                                                <span class="bg-yellow-400 text-gray-900 px-2 py-1 rounded-lg text-xs font-medium">
                                                    For Rent                                                </span>
                                                                                                    <span class="bg-blue-600 text-white px-2 py-1 rounded-lg text-xs font-medium">
                                                        Featured
                                                    </span>
                                                                                                                                            </div>

                                            <a href="https://vincentyim.com/property/factory-for-rent-in-west-meru-industrial-park-klang-high-power-semi-detached-unit">
                                                <h3 class="text-2xl font-semibold text-white hover:text-slate-200">
                                                    Jalan Meru Indah 22/KU8, West Meru Industrial Park                                                </h3>
                                            </a>
                                            <div class="mt-2">
                                                <span class="text-xl font-bold text-white">
                                                    RM 55,000                                                </span>
                                            </div>
                                            <p class="mt-4 text-white flex-grow">
                                                Meru Industrial Park, Klang                                            </p>

                                            <div class="flex mt-3 justify-start text-sm text-white gap-x-6">
                                                                                                                                                            <span class="inline-flex items-center" title="Land area size">
                                                            <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-land-plot-icon lucide-land-plot mr-1">
                                                                <path d="m12 8 6-3-6-3v10" />
                                                                <path d="m8 11.99-5.5 3.14a1 1 0 0 0 0 1.74l8.5 4.86a2 2 0 0 0 2 0l8.5-4.86a1 1 0 0 0 0-1.74L16 12" />
                                                                <path d="m6.49 12.85 11.02 6.3" />
                                                                <path d="M17.51 12.85 6.5 19.15" />
                                                            </svg>
                                                            37,200 sqft                                                        </span>
                                                                                                                                                                <span class="inline-flex items-center" title="Built-up size">
                                                            <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-ruler-icon lucide-ruler mr-1">
                                                                <path d="M21.3 15.3a2.4 2.4 0 0 1 0 3.4l-2.6 2.6a2.4 2.4 0 0 1-3.4 0L2.7 8.7a2.41 2.41 0 0 1 0-3.4l2.6-2.6a2.41 2.41 0 0 1 3.4 0Z" />
                                                                <path d="m14.5 12.5 2-2" />
                                                                <path d="m11.5 9.5 2-2" />
                                                                <path d="m8.5 6.5 2-2" />
                                                                <path d="m17.5 15.5 2-2" />
                                                            </svg>
                                                            24,362 sqft                                                        </span>
                                                                                                                                                </div>

                                            <div class="flex mt-5 sm:inline-flex sm:items-center gap-x-2">
                                                                                                    <span class="py-1.5 px-3 rounded-full text-xs bg-blue-100 text-blue-800">
                                                        Industrial                                                    </span>
                                                                                                                                                    <span class="py-1.5 px-3 rounded-full text-xs bg-gray-100 text-gray-800">
                                                        Semi-Detached Factory                                                    </span>
                                                                                            </div>
                                        </div>
                                    </div>
                                                                    <div class="h-full">
                                        <div class="flex flex-col h-full">
                                            <div class="flex gap-2 mb-3">
                                                <span class="bg-yellow-400 text-gray-900 px-2 py-1 rounded-lg text-xs font-medium">
                                                    For Rent                                                </span>
                                                                                                    <span class="bg-blue-600 text-white px-2 py-1 rounded-lg text-xs font-medium">
                                                        Featured
                                                    </span>
                                                                                                                                                    <span class="bg-red-600 text-white px-2 py-1 rounded-lg text-xs font-medium">
                                                        <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-youtube-icon lucide-youtube">
                                                            <path d="M2.5 17a24.12 24.12 0 0 1 0-10 2 2 0 0 1 1.4-1.4 49.56 49.56 0 0 1 16.2 0A2 2 0 0 1 21.5 7a24.12 24.12 0 0 1 0 10 2 2 0 0 1-1.4 1.4 49.55 49.55 0 0 1-16.2 0A2 2 0 0 1 2.5 17" />
                                                            <path d="m10 15 5-3-5-3z" />
                                                        </svg>
                                                    </span>
                                                                                            </div>

                                            <a href="https://vincentyim.com/property/factory-for-rent-in-west-meru-industrial-park-klang-high-power-semi-detached-unit-1">
                                                <h3 class="text-2xl font-semibold text-white hover:text-slate-200">
                                                    Jalan Meru Indah 22/KU8, West Meru Industrial Park                                                </h3>
                                            </a>
                                            <div class="mt-2">
                                                <span class="text-xl font-bold text-white">
                                                    RM 55,000                                                </span>
                                            </div>
                                            <p class="mt-4 text-white flex-grow">
                                                Meru, Klang                                            </p>

                                            <div class="flex mt-3 justify-start text-sm text-white gap-x-6">
                                                                                                                                                            <span class="inline-flex items-center" title="Land area size">
                                                            <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-land-plot-icon lucide-land-plot mr-1">
                                                                <path d="m12 8 6-3-6-3v10" />
                                                                <path d="m8 11.99-5.5 3.14a1 1 0 0 0 0 1.74l8.5 4.86a2 2 0 0 0 2 0l8.5-4.86a1 1 0 0 0 0-1.74L16 12" />
                                                                <path d="m6.49 12.85 11.02 6.3" />
                                                                <path d="M17.51 12.85 6.5 19.15" />
                                                            </svg>
                                                            37,200 sqft                                                        </span>
                                                                                                                                                                <span class="inline-flex items-center" title="Built-up size">
                                                            <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-ruler-icon lucide-ruler mr-1">
                                                                <path d="M21.3 15.3a2.4 2.4 0 0 1 0 3.4l-2.6 2.6a2.4 2.4 0 0 1-3.4 0L2.7 8.7a2.41 2.41 0 0 1 0-3.4l2.6-2.6a2.41 2.41 0 0 1 3.4 0Z" />
                                                                <path d="m14.5 12.5 2-2" />
                                                                <path d="m11.5 9.5 2-2" />
                                                                <path d="m8.5 6.5 2-2" />
                                                                <path d="m17.5 15.5 2-2" />
                                                            </svg>
                                                            24,362 sqft                                                        </span>
                                                                                                                                                </div>

                                            <div class="flex mt-5 sm:inline-flex sm:items-center gap-x-2">
                                                                                                    <span class="py-1.5 px-3 rounded-full text-xs bg-blue-100 text-blue-800">
                                                        Industrial                                                    </span>
                                                                                                                                                    <span class="py-1.5 px-3 rounded-full text-xs bg-gray-100 text-gray-800">
                                                        Semi-Detached Factory                                                    </span>
                                                                                            </div>
                                        </div>
                                    </div>
                                                                    <div class="h-full">
                                        <div class="flex flex-col h-full">
                                            <div class="flex gap-2 mb-3">
                                                <span class="bg-yellow-400 text-gray-900 px-2 py-1 rounded-lg text-xs font-medium">
                                                    For Rent                                                </span>
                                                                                                    <span class="bg-blue-600 text-white px-2 py-1 rounded-lg text-xs font-medium">
                                                        Featured
                                                    </span>
                                                                                                                                            </div>

                                            <a href="https://vincentyim.com/property/serenia-city-factory-for-rent-flexible-industrial-layout">
                                                <h3 class="text-2xl font-semibold text-white hover:text-slate-200">
                                                    Jalan Cipta Serenia 3D                                                </h3>
                                            </a>
                                            <div class="mt-2">
                                                <span class="text-xl font-bold text-white">
                                                    RM 51,502                                                </span>
                                            </div>
                                            <p class="mt-4 text-white flex-grow">
                                                Serenia City, Sepang                                            </p>

                                            <div class="flex mt-3 justify-start text-sm text-white gap-x-6">
                                                                                                                                                            <span class="inline-flex items-center" title="Land area size">
                                                            <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-land-plot-icon lucide-land-plot mr-1">
                                                                <path d="m12 8 6-3-6-3v10" />
                                                                <path d="m8 11.99-5.5 3.14a1 1 0 0 0 0 1.74l8.5 4.86a2 2 0 0 0 2 0l8.5-4.86a1 1 0 0 0 0-1.74L16 12" />
                                                                <path d="m6.49 12.85 11.02 6.3" />
                                                                <path d="M17.51 12.85 6.5 19.15" />
                                                            </svg>
                                                            2.02 acres                                                        </span>
                                                                                                                                                                <span class="inline-flex items-center" title="Built-up size">
                                                            <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-ruler-icon lucide-ruler mr-1">
                                                                <path d="M21.3 15.3a2.4 2.4 0 0 1 0 3.4l-2.6 2.6a2.4 2.4 0 0 1-3.4 0L2.7 8.7a2.41 2.41 0 0 1 0-3.4l2.6-2.6a2.41 2.41 0 0 1 3.4 0Z" />
                                                                <path d="m14.5 12.5 2-2" />
                                                                <path d="m11.5 9.5 2-2" />
                                                                <path d="m8.5 6.5 2-2" />
                                                                <path d="m17.5 15.5 2-2" />
                                                            </svg>
                                                            25,751 sqft                                                        </span>
                                                                                                                                                </div>

                                            <div class="flex mt-5 sm:inline-flex sm:items-center gap-x-2">
                                                                                                    <span class="py-1.5 px-3 rounded-full text-xs bg-blue-100 text-blue-800">
                                                        Industrial                                                    </span>
                                                                                                                                                    <span class="py-1.5 px-3 rounded-full text-xs bg-gray-100 text-gray-800">
                                                        Semi-Detached Factory                                                    </span>
                                                                                            </div>
                                        </div>
                                    </div>
                                                                    <div class="h-full">
                                        <div class="flex flex-col h-full">
                                            <div class="flex gap-2 mb-3">
                                                <span class="bg-yellow-400 text-gray-900 px-2 py-1 rounded-lg text-xs font-medium">
                                                    For Rent                                                </span>
                                                                                                    <span class="bg-blue-600 text-white px-2 py-1 rounded-lg text-xs font-medium">
                                                        Featured
                                                    </span>
                                                                                                                                            </div>

                                            <a href="https://vincentyim.com/property/bandar-bukit-raja-2-klang-corner-detached-factory-for-rent">
                                                <h3 class="text-2xl font-semibold text-white hover:text-slate-200">
                                                    Jalan Inai 2B/KU5, Bandar Bukit Raja 2, Klang                                                </h3>
                                            </a>
                                            <div class="mt-2">
                                                <span class="text-xl font-bold text-white">
                                                    RM 36,000                                                </span>
                                            </div>
                                            <p class="mt-4 text-white flex-grow">
                                                Bandar Bukit Raja, Klang                                            </p>

                                            <div class="flex mt-3 justify-start text-sm text-white gap-x-6">
                                                                                                                                                            <span class="inline-flex items-center" title="Land area size">
                                                            <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-land-plot-icon lucide-land-plot mr-1">
                                                                <path d="m12 8 6-3-6-3v10" />
                                                                <path d="m8 11.99-5.5 3.14a1 1 0 0 0 0 1.74l8.5 4.86a2 2 0 0 0 2 0l8.5-4.86a1 1 0 0 0 0-1.74L16 12" />
                                                                <path d="m6.49 12.85 11.02 6.3" />
                                                                <path d="M17.51 12.85 6.5 19.15" />
                                                            </svg>
                                                            35,994 sqft                                                        </span>
                                                                                                                                                                <span class="inline-flex items-center" title="Built-up size">
                                                            <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-ruler-icon lucide-ruler mr-1">
                                                                <path d="M21.3 15.3a2.4 2.4 0 0 1 0 3.4l-2.6 2.6a2.4 2.4 0 0 1-3.4 0L2.7 8.7a2.41 2.41 0 0 1 0-3.4l2.6-2.6a2.41 2.41 0 0 1 3.4 0Z" />
                                                                <path d="m14.5 12.5 2-2" />
                                                                <path d="m11.5 9.5 2-2" />
                                                                <path d="m8.5 6.5 2-2" />
                                                                <path d="m17.5 15.5 2-2" />
                                                            </svg>
                                                            8,387 sqft                                                        </span>
                                                                                                                                                </div>

                                            <div class="flex mt-5 sm:inline-flex sm:items-center gap-x-2">
                                                                                                    <span class="py-1.5 px-3 rounded-full text-xs bg-blue-100 text-blue-800">
                                                        Industrial                                                    </span>
                                                                                                                                                    <span class="py-1.5 px-3 rounded-full text-xs bg-gray-100 text-gray-800">
                                                        Detached Factory                                                    </span>
                                                                                            </div>
                                        </div>
                                    </div>
                                                                    <div class="h-full">
                                        <div class="flex flex-col h-full">
                                            <div class="flex gap-2 mb-3">
                                                <span class="bg-yellow-400 text-gray-900 px-2 py-1 rounded-lg text-xs font-medium">
                                                    For Rent                                                </span>
                                                                                                    <span class="bg-blue-600 text-white px-2 py-1 rounded-lg text-xs font-medium">
                                                        Featured
                                                    </span>
                                                                                                                                                    <span class="bg-red-600 text-white px-2 py-1 rounded-lg text-xs font-medium">
                                                        <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-youtube-icon lucide-youtube">
                                                            <path d="M2.5 17a24.12 24.12 0 0 1 0-10 2 2 0 0 1 1.4-1.4 49.56 49.56 0 0 1 16.2 0A2 2 0 0 1 21.5 7a24.12 24.12 0 0 1 0 10 2 2 0 0 1-1.4 1.4 49.55 49.55 0 0 1-16.2 0A2 2 0 0 1 2.5 17" />
                                                            <path d="m10 15 5-3-5-3z" />
                                                        </svg>
                                                    </span>
                                                                                            </div>

                                            <a href="https://vincentyim.com/property/etp-meru-industrial-park-3-klang-semi-d-factory-for-rent">
                                                <h3 class="text-2xl font-semibold text-white hover:text-slate-200">
                                                    Jalan Korporat 9/KU9, ETP Meru Industrial Park 3                                                </h3>
                                            </a>
                                            <div class="mt-2">
                                                <span class="text-xl font-bold text-white">
                                                    RM 35,640                                                </span>
                                            </div>
                                            <p class="mt-4 text-white flex-grow">
                                                Meru, Klang                                            </p>

                                            <div class="flex mt-3 justify-start text-sm text-white gap-x-6">
                                                                                                                                                            <span class="inline-flex items-center" title="Land area size">
                                                            <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-land-plot-icon lucide-land-plot mr-1">
                                                                <path d="m12 8 6-3-6-3v10" />
                                                                <path d="m8 11.99-5.5 3.14a1 1 0 0 0 0 1.74l8.5 4.86a2 2 0 0 0 2 0l8.5-4.86a1 1 0 0 0 0-1.74L16 12" />
                                                                <path d="m6.49 12.85 11.02 6.3" />
                                                                <path d="M17.51 12.85 6.5 19.15" />
                                                            </svg>
                                                            24,900 sqft                                                        </span>
                                                                                                                                                                <span class="inline-flex items-center" title="Built-up size">
                                                            <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-ruler-icon lucide-ruler mr-1">
                                                                <path d="M21.3 15.3a2.4 2.4 0 0 1 0 3.4l-2.6 2.6a2.4 2.4 0 0 1-3.4 0L2.7 8.7a2.41 2.41 0 0 1 0-3.4l2.6-2.6a2.41 2.41 0 0 1 3.4 0Z" />
                                                                <path d="m14.5 12.5 2-2" />
                                                                <path d="m11.5 9.5 2-2" />
                                                                <path d="m8.5 6.5 2-2" />
                                                                <path d="m17.5 15.5 2-2" />
                                                            </svg>
                                                            19,800 sqft                                                        </span>
                                                                                                                                                </div>

                                            <div class="flex mt-5 sm:inline-flex sm:items-center gap-x-2">
                                                                                                    <span class="py-1.5 px-3 rounded-full text-xs bg-blue-100 text-blue-800">
                                                        Industrial                                                    </span>
                                                                                                                                                    <span class="py-1.5 px-3 rounded-full text-xs bg-gray-100 text-gray-800">
                                                        Semi-Detached Factory                                                    </span>
                                                                                            </div>
                                        </div>
                                    </div>
                                                                    <div class="h-full">
                                        <div class="flex flex-col h-full">
                                            <div class="flex gap-2 mb-3">
                                                <span class="bg-yellow-400 text-gray-900 px-2 py-1 rounded-lg text-xs font-medium">
                                                    For Rent                                                </span>
                                                                                                    <span class="bg-blue-600 text-white px-2 py-1 rounded-lg text-xs font-medium">
                                                        Featured
                                                    </span>
                                                                                                                                            </div>

                                            <a href="https://vincentyim.com/property/sungai-buloh-elmina-business-park-detached-factory-for-rent">
                                                <h3 class="text-2xl font-semibold text-white hover:text-slate-200">
                                                    Jalan Sinergi 1, Elmina Business Park                                                </h3>
                                            </a>
                                            <div class="mt-2">
                                                <span class="text-xl font-bold text-white">
                                                    RM 33,800                                                </span>
                                            </div>
                                            <p class="mt-4 text-white flex-grow">
                                                Elmina Business Park, Sungai Buloh                                            </p>

                                            <div class="flex mt-3 justify-start text-sm text-white gap-x-6">
                                                                                                                                                            <span class="inline-flex items-center" title="Land area size">
                                                            <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-land-plot-icon lucide-land-plot mr-1">
                                                                <path d="m12 8 6-3-6-3v10" />
                                                                <path d="m8 11.99-5.5 3.14a1 1 0 0 0 0 1.74l8.5 4.86a2 2 0 0 0 2 0l8.5-4.86a1 1 0 0 0 0-1.74L16 12" />
                                                                <path d="m6.49 12.85 11.02 6.3" />
                                                                <path d="M17.51 12.85 6.5 19.15" />
                                                            </svg>
                                                            25,800 sqft                                                        </span>
                                                                                                                                                                <span class="inline-flex items-center" title="Built-up size">
                                                            <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-ruler-icon lucide-ruler mr-1">
                                                                <path d="M21.3 15.3a2.4 2.4 0 0 1 0 3.4l-2.6 2.6a2.4 2.4 0 0 1-3.4 0L2.7 8.7a2.41 2.41 0 0 1 0-3.4l2.6-2.6a2.41 2.41 0 0 1 3.4 0Z" />
                                                                <path d="m14.5 12.5 2-2" />
                                                                <path d="m11.5 9.5 2-2" />
                                                                <path d="m8.5 6.5 2-2" />
                                                                <path d="m17.5 15.5 2-2" />
                                                            </svg>
                                                            11,942 sqft                                                        </span>
                                                                                                                                                </div>

                                            <div class="flex mt-5 sm:inline-flex sm:items-center gap-x-2">
                                                                                                    <span class="py-1.5 px-3 rounded-full text-xs bg-blue-100 text-blue-800">
                                                        Industrial                                                    </span>
                                                                                                                                                    <span class="py-1.5 px-3 rounded-full text-xs bg-gray-100 text-gray-800">
                                                        Detached Factory                                                    </span>
                                                                                            </div>
                                        </div>
                                    </div>
                                                                    <div class="h-full">
                                        <div class="flex flex-col h-full">
                                            <div class="flex gap-2 mb-3">
                                                <span class="bg-yellow-400 text-gray-900 px-2 py-1 rounded-lg text-xs font-medium">
                                                    For Rent                                                </span>
                                                                                                    <span class="bg-blue-600 text-white px-2 py-1 rounded-lg text-xs font-medium">
                                                        Featured
                                                    </span>
                                                                                                                                            </div>

                                            <a href="https://vincentyim.com/property/elmina-business-park-super-semi-detached-factory-for-rent-jalan-inovasi-3">
                                                <h3 class="text-2xl font-semibold text-white hover:text-slate-200">
                                                    Jalan Inovasi 3, Elmina Business Park, Sg Buloh                                                </h3>
                                            </a>
                                            <div class="mt-2">
                                                <span class="text-xl font-bold text-white">
                                                    RM 32,000                                                </span>
                                            </div>
                                            <p class="mt-4 text-white flex-grow">
                                                Elmina Business Park, Sungai Buloh                                            </p>

                                            <div class="flex mt-3 justify-start text-sm text-white gap-x-6">
                                                                                                                                                            <span class="inline-flex items-center" title="Land area size">
                                                            <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-land-plot-icon lucide-land-plot mr-1">
                                                                <path d="m12 8 6-3-6-3v10" />
                                                                <path d="m8 11.99-5.5 3.14a1 1 0 0 0 0 1.74l8.5 4.86a2 2 0 0 0 2 0l8.5-4.86a1 1 0 0 0 0-1.74L16 12" />
                                                                <path d="m6.49 12.85 11.02 6.3" />
                                                                <path d="M17.51 12.85 6.5 19.15" />
                                                            </svg>
                                                            24,000 sqft                                                        </span>
                                                                                                                                                                <span class="inline-flex items-center" title="Built-up size">
                                                            <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-ruler-icon lucide-ruler mr-1">
                                                                <path d="M21.3 15.3a2.4 2.4 0 0 1 0 3.4l-2.6 2.6a2.4 2.4 0 0 1-3.4 0L2.7 8.7a2.41 2.41 0 0 1 0-3.4l2.6-2.6a2.41 2.41 0 0 1 3.4 0Z" />
                                                                <path d="m14.5 12.5 2-2" />
                                                                <path d="m11.5 9.5 2-2" />
                                                                <path d="m8.5 6.5 2-2" />
                                                                <path d="m17.5 15.5 2-2" />
                                                            </svg>
                                                            13,663 sqft                                                        </span>
                                                                                                                                                </div>

                                            <div class="flex mt-5 sm:inline-flex sm:items-center gap-x-2">
                                                                                                    <span class="py-1.5 px-3 rounded-full text-xs bg-blue-100 text-blue-800">
                                                        Industrial                                                    </span>
                                                                                                                                                    <span class="py-1.5 px-3 rounded-full text-xs bg-gray-100 text-gray-800">
                                                        Semi-Detached Factory                                                    </span>
                                                                                            </div>
                                        </div>
                                    </div>
                                                                    <div class="h-full">
                                        <div class="flex flex-col h-full">
                                            <div class="flex gap-2 mb-3">
                                                <span class="bg-yellow-400 text-gray-900 px-2 py-1 rounded-lg text-xs font-medium">
                                                    For Rent                                                </span>
                                                                                                    <span class="bg-blue-600 text-white px-2 py-1 rounded-lg text-xs font-medium">
                                                        Featured
                                                    </span>
                                                                                                                                            </div>

                                            <a href="https://vincentyim.com/property/modern-semi-detached-factory-for-rent-in-meru-klang">
                                                <h3 class="text-2xl font-semibold text-white hover:text-slate-200">
                                                    Haji Abdul Manan                                                </h3>
                                            </a>
                                            <div class="mt-2">
                                                <span class="text-xl font-bold text-white">
                                                    RM 28,000                                                </span>
                                            </div>
                                            <p class="mt-4 text-white flex-grow">
                                                Meru, Klang                                            </p>

                                            <div class="flex mt-3 justify-start text-sm text-white gap-x-6">
                                                                                                                                                            <span class="inline-flex items-center" title="Land area size">
                                                            <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-land-plot-icon lucide-land-plot mr-1">
                                                                <path d="m12 8 6-3-6-3v10" />
                                                                <path d="m8 11.99-5.5 3.14a1 1 0 0 0 0 1.74l8.5 4.86a2 2 0 0 0 2 0l8.5-4.86a1 1 0 0 0 0-1.74L16 12" />
                                                                <path d="m6.49 12.85 11.02 6.3" />
                                                                <path d="M17.51 12.85 6.5 19.15" />
                                                            </svg>
                                                            19,000 sqft                                                        </span>
                                                                                                                                                                <span class="inline-flex items-center" title="Built-up size">
                                                            <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-ruler-icon lucide-ruler mr-1">
                                                                <path d="M21.3 15.3a2.4 2.4 0 0 1 0 3.4l-2.6 2.6a2.4 2.4 0 0 1-3.4 0L2.7 8.7a2.41 2.41 0 0 1 0-3.4l2.6-2.6a2.41 2.41 0 0 1 3.4 0Z" />
                                                                <path d="m14.5 12.5 2-2" />
                                                                <path d="m11.5 9.5 2-2" />
                                                                <path d="m8.5 6.5 2-2" />
                                                                <path d="m17.5 15.5 2-2" />
                                                            </svg>
                                                            13,337 sqft                                                        </span>
                                                                                                                                                </div>

                                            <div class="flex mt-5 sm:inline-flex sm:items-center gap-x-2">
                                                                                                    <span class="py-1.5 px-3 rounded-full text-xs bg-blue-100 text-blue-800">
                                                        Industrial                                                    </span>
                                                                                                                                                    <span class="py-1.5 px-3 rounded-full text-xs bg-gray-100 text-gray-800">
                                                        Semi-Detached Factory                                                    </span>
                                                                                            </div>
                                        </div>
                                    </div>
                                                                    <div class="h-full">
                                        <div class="flex flex-col h-full">
                                            <div class="flex gap-2 mb-3">
                                                <span class="bg-yellow-400 text-gray-900 px-2 py-1 rounded-lg text-xs font-medium">
                                                    For Rent                                                </span>
                                                                                                    <span class="bg-blue-600 text-white px-2 py-1 rounded-lg text-xs font-medium">
                                                        Featured
                                                    </span>
                                                                                                                                            </div>

                                            <a href="https://vincentyim.com/property/bandar-bukit-raja-industrial-park-2-klang-semi-detached-factory-for-sale-bu-8387sf">
                                                <h3 class="text-2xl font-semibold text-white hover:text-slate-200">
                                                    Jalan Inai 2A                                                </h3>
                                            </a>
                                            <div class="mt-2">
                                                <span class="text-xl font-bold text-white">
                                                    RM 26,000                                                </span>
                                            </div>
                                            <p class="mt-4 text-white flex-grow">
                                                Bandar Bukit Raja, Klang                                            </p>

                                            <div class="flex mt-3 justify-start text-sm text-white gap-x-6">
                                                                                                                                                            <span class="inline-flex items-center" title="Land area size">
                                                            <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-land-plot-icon lucide-land-plot mr-1">
                                                                <path d="m12 8 6-3-6-3v10" />
                                                                <path d="m8 11.99-5.5 3.14a1 1 0 0 0 0 1.74l8.5 4.86a2 2 0 0 0 2 0l8.5-4.86a1 1 0 0 0 0-1.74L16 12" />
                                                                <path d="m6.49 12.85 11.02 6.3" />
                                                                <path d="M17.51 12.85 6.5 19.15" />
                                                            </svg>
                                                            20,000 sqft                                                        </span>
                                                                                                                                                                <span class="inline-flex items-center" title="Built-up size">
                                                            <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-ruler-icon lucide-ruler mr-1">
                                                                <path d="M21.3 15.3a2.4 2.4 0 0 1 0 3.4l-2.6 2.6a2.4 2.4 0 0 1-3.4 0L2.7 8.7a2.41 2.41 0 0 1 0-3.4l2.6-2.6a2.41 2.41 0 0 1 3.4 0Z" />
                                                                <path d="m14.5 12.5 2-2" />
                                                                <path d="m11.5 9.5 2-2" />
                                                                <path d="m8.5 6.5 2-2" />
                                                                <path d="m17.5 15.5 2-2" />
                                                            </svg>
                                                            8,387 sqft                                                        </span>
                                                                                                                                                </div>

                                            <div class="flex mt-5 sm:inline-flex sm:items-center gap-x-2">
                                                                                                    <span class="py-1.5 px-3 rounded-full text-xs bg-blue-100 text-blue-800">
                                                        Industrial                                                    </span>
                                                                                                                                                    <span class="py-1.5 px-3 rounded-full text-xs bg-gray-100 text-gray-800">
                                                        Semi-Detached Factory                                                    </span>
                                                                                            </div>
                                        </div>
                                    </div>
                                                                    <div class="h-full">
                                        <div class="flex flex-col h-full">
                                            <div class="flex gap-2 mb-3">
                                                <span class="bg-yellow-400 text-gray-900 px-2 py-1 rounded-lg text-xs font-medium">
                                                    For Rent                                                </span>
                                                                                                    <span class="bg-blue-600 text-white px-2 py-1 rounded-lg text-xs font-medium">
                                                        Featured
                                                    </span>
                                                                                                                                            </div>

                                            <a href="https://vincentyim.com/property/west-meru-industrial-park-semi-detached-factory-for-rent-jalan-meru-indah">
                                                <h3 class="text-2xl font-semibold text-white hover:text-slate-200">
                                                    Jalan Meru Indah 22/KU8, West Meru Industrial Park                                                </h3>
                                            </a>
                                            <div class="mt-2">
                                                <span class="text-xl font-bold text-white">
                                                    RM 55                                                </span>
                                            </div>
                                            <p class="mt-4 text-white flex-grow">
                                                Meru, Klang                                            </p>

                                            <div class="flex mt-3 justify-start text-sm text-white gap-x-6">
                                                                                                                                                            <span class="inline-flex items-center" title="Land area size">
                                                            <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-land-plot-icon lucide-land-plot mr-1">
                                                                <path d="m12 8 6-3-6-3v10" />
                                                                <path d="m8 11.99-5.5 3.14a1 1 0 0 0 0 1.74l8.5 4.86a2 2 0 0 0 2 0l8.5-4.86a1 1 0 0 0 0-1.74L16 12" />
                                                                <path d="m6.49 12.85 11.02 6.3" />
                                                                <path d="M17.51 12.85 6.5 19.15" />
                                                            </svg>
                                                            37,200 sqft                                                        </span>
                                                                                                                                                                <span class="inline-flex items-center" title="Built-up size">
                                                            <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-ruler-icon lucide-ruler mr-1">
                                                                <path d="M21.3 15.3a2.4 2.4 0 0 1 0 3.4l-2.6 2.6a2.4 2.4 0 0 1-3.4 0L2.7 8.7a2.41 2.41 0 0 1 0-3.4l2.6-2.6a2.41 2.41 0 0 1 3.4 0Z" />
                                                                <path d="m14.5 12.5 2-2" />
                                                                <path d="m11.5 9.5 2-2" />
                                                                <path d="m8.5 6.5 2-2" />
                                                                <path d="m17.5 15.5 2-2" />
                                                            </svg>
                                                            24,362 sqft                                                        </span>
                                                                                                                                                </div>

                                            <div class="flex mt-5 sm:inline-flex sm:items-center gap-x-2">
                                                                                                    <span class="py-1.5 px-3 rounded-full text-xs bg-blue-100 text-blue-800">
                                                        Industrial                                                    </span>
                                                                                                                                                    <span class="py-1.5 px-3 rounded-full text-xs bg-gray-100 text-gray-800">
                                                        Semi-Detached Factory                                                    </span>
                                                                                            </div>
                                        </div>
                                    </div>
                                                            </div>

                            <div class="relative bottom-0 z-10 gap-x-2 mt-3">
                                <button type="button" class="slick-custom-prev bg-transparent text-white hover:text-slate-200"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-square-chevron-left-icon lucide-square-chevron-left">
                                        <rect width="18" height="18" x="3" y="3" rx="2" />
                                        <path d="m14 16-4-4 4-4" />
                                    </svg></button>
                                <button type="button" class="slick-custom-next bg-transparent text-white hover:text-slate-200"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-square-chevron-right-icon lucide-square-chevron-right">
                                        <rect width="18" height="18" x="3" y="3" rx="2" />
                                        <path d="m10 8 4 4-4 4" />
                                    </svg></button>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
<!-- End Featured Listing -->

<!-- Recently Sold Properties -->
    <div class="w-full px-4 py-10 sm:px-6 lg:px-8 lg:py-14 bg-gray-100">
        <!-- Title -->
<div class="max-w-[85rem] mx-auto text-center mb-10 lg:mb-14">
<h2 class="text-2xl font-semibold text-gray-700 md:text-4xl md:leading-tight mb-3">Recently Sold Properties</h2>
<h3 class="text-md font-medium text-gray-600">Selected industrial property transactions for market reference and price benchmarking.</h3>
        </div>
        <!-- End Title -->

        <div class="sold-images-slider max-w-[85rem] mx-auto">
                            <div class="px-2">
                    <!--a class="group relative block" href="https://vincentyim.com/valuation-requests">-->
                        <div class="relative aspect-square md:aspect-auto md:size-120 mx-auto overflow-hidden rounded-xl">
                            <img class="aspect-square md:aspect-auto md:w-full md:h-full object-cover transition-transform duration-500 ease-in-out group-hover:scale-105" src="https://vincentyim.com/store/userfiles/7b0d25da22943282aab6bcc407c099230016d8d1.jpeg" alt="Elmina East Industrial Park">
                            <div class="absolute inset-0 size-full bg-gradient-to-t from-gray-900/80 to-transparent"></div>
                            <div class="absolute bottom-0 left-0 p-4 sm:p-6">
                                <h3 class="text-lg font-semibold text-white drop-shadow-md drop-shadow-black sm:text-xl md:text-2xl">
                                    Elmina East Industrial Park                                    , Shah Alam                                </h3>
                                                                    <p class="mt-1 text-gray-200 drop-shadow-md drop-shadow-black">
                                        <span class="uppercase text-xs">Transacted Price</span><br />
                                        <span class="text-sm font-semibold">RM 11,197,510</span>
                                    </p>
                                                                                                    <p class="mt-1 text-gray-200 drop-shadow-md drop-shadow-black">
                                        <span class="uppercase text-xs">Transacted Date</span><br />
                                        <span class="text-sm font-semibold">Feb 2025</span>
                                    </p>
                                                                                                    <p class="mt-1 text-gray-200 drop-shadow-md drop-shadow-black">
                                        <span class="uppercase text-xs">Land Area</span><br />
                                        <span class="text-sm font-bold">56,553 sqft</span>
                                    </p>
                                                            </div>
                        </div>
                    <!--</a>-->
                </div>
                            <div class="px-2">
                    <!--a class="group relative block" href="https://vincentyim.com/valuation-requests">-->
                        <div class="relative aspect-square md:aspect-auto md:size-120 mx-auto overflow-hidden rounded-xl">
                            <img class="aspect-square md:aspect-auto md:w-full md:h-full object-cover transition-transform duration-500 ease-in-out group-hover:scale-105" src="https://vincentyim.com/store/userfiles/cabd9604cb37ecb68a8dd0b3b0de68778c707c87.jpg" alt="Meru">
                            <div class="absolute inset-0 size-full bg-gradient-to-t from-gray-900/80 to-transparent"></div>
                            <div class="absolute bottom-0 left-0 p-4 sm:p-6">
                                <h3 class="text-lg font-semibold text-white drop-shadow-md drop-shadow-black sm:text-xl md:text-2xl">
                                    Meru                                    , Klang                                </h3>
                                                                    <p class="mt-1 text-gray-200 drop-shadow-md drop-shadow-black">
                                        <span class="uppercase text-xs">Transacted Price</span><br />
                                        <span class="text-sm font-semibold">RM 8,450,000</span>
                                    </p>
                                                                                                    <p class="mt-1 text-gray-200 drop-shadow-md drop-shadow-black">
                                        <span class="uppercase text-xs">Transacted Date</span><br />
                                        <span class="text-sm font-semibold">Feb 2025</span>
                                    </p>
                                                                                                    <p class="mt-1 text-gray-200 drop-shadow-md drop-shadow-black">
                                        <span class="uppercase text-xs">Land Area</span><br />
                                        <span class="text-sm font-bold">24,918 sqft</span>
                                    </p>
                                                            </div>
                        </div>
                    <!--</a>-->
                </div>
                            <div class="px-2">
                    <!--a class="group relative block" href="https://vincentyim.com/valuation-requests">-->
                        <div class="relative aspect-square md:aspect-auto md:size-120 mx-auto overflow-hidden rounded-xl">
                            <img class="aspect-square md:aspect-auto md:w-full md:h-full object-cover transition-transform duration-500 ease-in-out group-hover:scale-105" src="https://vincentyim.com/store/userfiles/0fab4b95338728e32104677b1bc66b87342ac0ab.jpg" alt="Elmina Business Park">
                            <div class="absolute inset-0 size-full bg-gradient-to-t from-gray-900/80 to-transparent"></div>
                            <div class="absolute bottom-0 left-0 p-4 sm:p-6">
                                <h3 class="text-lg font-semibold text-white drop-shadow-md drop-shadow-black sm:text-xl md:text-2xl">
                                    Elmina Business Park                                    , Sungai Buloh                                </h3>
                                                                    <p class="mt-1 text-gray-200 drop-shadow-md drop-shadow-black">
                                        <span class="uppercase text-xs">Transacted Price</span><br />
                                        <span class="text-sm font-semibold">RM 5,500,000</span>
                                    </p>
                                                                                                    <p class="mt-1 text-gray-200 drop-shadow-md drop-shadow-black">
                                        <span class="uppercase text-xs">Transacted Date</span><br />
                                        <span class="text-sm font-semibold">Jul 2025</span>
                                    </p>
                                                                                                    <p class="mt-1 text-gray-200 drop-shadow-md drop-shadow-black">
                                        <span class="uppercase text-xs">Land Area</span><br />
                                        <span class="text-sm font-bold">11,323.73 sqft</span>
                                    </p>
                                                            </div>
                        </div>
                    <!--</a>-->
                </div>
                            <div class="px-2">
                    <!--a class="group relative block" href="https://vincentyim.com/valuation-requests">-->
                        <div class="relative aspect-square md:aspect-auto md:size-120 mx-auto overflow-hidden rounded-xl">
                            <img class="aspect-square md:aspect-auto md:w-full md:h-full object-cover transition-transform duration-500 ease-in-out group-hover:scale-105" src="https://vincentyim.com/store/userfiles/01629e49c593885412518ae28520f31b6db7e329.jpg" alt="Bandar Bukit Raja">
                            <div class="absolute inset-0 size-full bg-gradient-to-t from-gray-900/80 to-transparent"></div>
                            <div class="absolute bottom-0 left-0 p-4 sm:p-6">
                                <h3 class="text-lg font-semibold text-white drop-shadow-md drop-shadow-black sm:text-xl md:text-2xl">
                                    Bandar Bukit Raja                                    , Klang                                </h3>
                                                                    <p class="mt-1 text-gray-200 drop-shadow-md drop-shadow-black">
                                        <span class="uppercase text-xs">Transacted Price</span><br />
                                        <span class="text-sm font-semibold">RM 4,100,000</span>
                                    </p>
                                                                                                    <p class="mt-1 text-gray-200 drop-shadow-md drop-shadow-black">
                                        <span class="uppercase text-xs">Transacted Date</span><br />
                                        <span class="text-sm font-semibold">Mar 2025</span>
                                    </p>
                                                                                                    <p class="mt-1 text-gray-200 drop-shadow-md drop-shadow-black">
                                        <span class="uppercase text-xs">Land Area</span><br />
                                        <span class="text-sm font-bold">7,922 sqft</span>
                                    </p>
                                                            </div>
                        </div>
                    <!--</a>-->
                </div>
                    </div>


<!-- Lead Magnet -->
<div class="max-w-[85rem] mx-auto text-center mt-10 lg:mt-14">
<h3 class="text-2xl text-gray-900 font-bold md:text-3xl mb-4">Not Sure What Your Property Is Worth?</h3>
<div class="text-lg text-gray-700 font-semibold">Request recent industrial transaction data from your area - provided for reference and comparison.</div>
<div class="py-3"><a href="https://vincentyim.com/industrial-property-market-reference-request" class="py-2 px-4 text-xl text-gray-900 font-bold" style="display:inline-block; border:2px solid #374151;">Get Market Reference Data</a></div>
<div class="text-sm text-gray-500 font-medium"><i>Display transactions may include market data not personally handled by Vincent Yim and are shared strictly for informational and comparative purposes.</i></div>
</div>
<!-- Lead Magnet -->


    </div>
<!-- End Recently Sold Properties -->

<!-- Latest Property Listing -->
<div class="max-w-[85rem] px-4 py-10 sm:px-6 lg:px-8 lg:py-14 mx-auto">
    <!-- Title -->
    <div class="max-w-[85rem] mx-auto text-center mb-10 lg:mb-14">
        <h2 class="text-2xl font-semibold text-gray-700 md:text-4xl md:leading-tight">Latest Properties</h2>
    </div>
    <!-- End Title -->
    <div class="max-w-[85rem] px-4 sm:px-6 lg:px-8 mb-10 lg:mb-14 mx-auto">
        <!-- Grid -->
        <div class="grid place-items-center grid-cols lg:grid-cols-3 gap-6">
            <!-- Card -->
                            <div class="group flex flex-col w-full overflow-hidden bg-white border border-gray-200 shadow-2xs rounded-xl">
                    <a href="https://vincentyim.com/property/upcoming-high-specification-logistics-warehouse-bandar-baru-klang" class="relative block">
                        <div class="aspect-square overflow-hidden">
                            <img class="w-full h-full object-cover rounded-t-xl" src="https://vincentyim.com/store/userfiles/c64034bfc421e5e4983e20c332b0e23e63890d23.jpeg" alt="Jalan Astana">
                        </div>

                        <div class="absolute top-4 left-4 flex gap-2">
                            
                            
<span class="bg-yellow-400 text-gray-900 px-2 py-1 rounded-lg text-xs font-medium">For Rent</span>
                            
                         
                            
                                                                                </div>

                        <div class="absolute bottom-0 left-0 p-2 w-full backdrop-brightness-50">
                            <span class="text-white text-sm">Bandar Bukit Raja</span><br />
                            <span class="text-white text-sm">
                                Klang                            </span>
                        </div>
                    </a>
                    <div class="p-4 md:p-6">
                        <a href="https://vincentyim.com/property/upcoming-high-specification-logistics-warehouse-bandar-baru-klang" class="block mb-1 text-sm uppercase text-blue-600">
                            Jalan Astana                        </a>
                        <h3 class="text-md font-semibold text-gray-800">
                            RM 195,195                        </h3>
                        <div class="mt-3 w-full justify-between inline-flex items-center gap-x-4 text-xs text-gray-500">
                                                                                                <span class="inline-flex items-center" title="Land area size">
                                        <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-land-plot-icon lucide-land-plot mr-1">
                                            <path d="m12 8 6-3-6-3v10" />
                                            <path d="m8 11.99-5.5 3.14a1 1 0 0 0 0 1.74l8.5 4.86a2 2 0 0 0 2 0l8.5-4.86a1 1 0 0 0 0-1.74L16 12" />
                                            <path d="m6.49 12.85 11.02 6.3" />
                                            <path d="M17.51 12.85 6.5 19.15" />
                                        </svg>
                                        2.94 acres                                    </span>
                                                                                                    <span class="inline-flex items-center" title="Built-up size">
                                        <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="sm:block lucide lucide-ruler-icon lucide-ruler mr-1">
                                            <path d="M21.3 15.3a2.4 2.4 0 0 1 0 3.4l-2.6 2.6a2.4 2.4 0 0 1-3.4 0L2.7 8.7a2.41 2.41 0 0 1 0-3.4l2.6-2.6a2.41 2.41 0 0 1 3.4 0Z" />
                                            <path d="m14.5 12.5 2-2" />
                                            <path d="m11.5 9.5 2-2" />
                                            <path d="m8.5 6.5 2-2" />
                                            <path d="m17.5 15.5 2-2" />
                                        </svg>
                                        90,788 sqft                                    </span>
                                                                                    </div>
                        <div class="flex mt-3 sm:inline-flex sm:items-center gap-x-2">
                                                            <span class="py-1.5 px-3 rounded-full text-xs bg-blue-100 text-blue-800">
                                    Industrial                                </span>
                                                                                        <span class="py-1.5 px-3 rounded-full text-xs bg-gray-100 text-gray-800">
                                    Detached Warehouse                                </span>
                                                    </div>
                    </div>
                </div>
                            <div class="group flex flex-col w-full overflow-hidden bg-white border border-gray-200 shadow-2xs rounded-xl">
                    <a href="https://vincentyim.com/property/freehold-industrial-land-for-sale-shah-alam-near-kesas" class="relative block">
                        <div class="aspect-square overflow-hidden">
                            <img class="w-full h-full object-cover rounded-t-xl" src="https://vincentyim.com/store/userfiles/da30c4471f25ed83f452d344d0f99383d53c9703.png" alt="Hicom Industrial Estate">
                        </div>

                        <div class="absolute top-4 left-4 flex gap-2">
                            
                            
<span class="bg-yellow-400 text-gray-900 px-2 py-1 rounded-lg text-xs font-medium">For Sale</span>
                            
                         
                            
                                                                                </div>

                        <div class="absolute bottom-0 left-0 p-2 w-full backdrop-brightness-50">
                            <span class="text-white text-sm">Section 26</span><br />
                            <span class="text-white text-sm">
                                Shah Alam                            </span>
                        </div>
                    </a>
                    <div class="p-4 md:p-6">
                        <a href="https://vincentyim.com/property/freehold-industrial-land-for-sale-shah-alam-near-kesas" class="block mb-1 text-sm uppercase text-blue-600">
                            Hicom Industrial Estate                        </a>
                        <h3 class="text-md font-semibold text-gray-800">
                            RM 70,000,000                        </h3>
                        <div class="mt-3 w-full justify-between inline-flex items-center gap-x-4 text-xs text-gray-500">
                                                                                                <span class="inline-flex items-center" title="Land area size">
                                        <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-land-plot-icon lucide-land-plot mr-1">
                                            <path d="m12 8 6-3-6-3v10" />
                                            <path d="m8 11.99-5.5 3.14a1 1 0 0 0 0 1.74l8.5 4.86a2 2 0 0 0 2 0l8.5-4.86a1 1 0 0 0 0-1.74L16 12" />
                                            <path d="m6.49 12.85 11.02 6.3" />
                                            <path d="M17.51 12.85 6.5 19.15" />
                                        </svg>
                                        5.16 acres                                    </span>
                                                                                                                    </div>
                        <div class="flex mt-3 sm:inline-flex sm:items-center gap-x-2">
                                                            <span class="py-1.5 px-3 rounded-full text-xs bg-blue-100 text-blue-800">
                                    Industrial                                </span>
                                                                                        <span class="py-1.5 px-3 rounded-full text-xs bg-gray-100 text-gray-800">
                                    Industrial Land                                </span>
                                                    </div>
                    </div>
                </div>
                            <div class="group flex flex-col w-full overflow-hidden bg-white border border-gray-200 shadow-2xs rounded-xl">
                    <a href="https://vincentyim.com/property/modern-semi-detached-factory-for-rent-in-meru-klang" class="relative block">
                        <div class="aspect-square overflow-hidden">
                            <img class="w-full h-full object-cover rounded-t-xl" src="https://vincentyim.com/store/userfiles/803fe064c3ef6b3cae86a5107692fe52004e5168.jpeg" alt="Haji Abdul Manan">
                        </div>

                        <div class="absolute top-4 left-4 flex gap-2">
                            
                            
<span class="bg-yellow-400 text-gray-900 px-2 py-1 rounded-lg text-xs font-medium">For Rent</span>
                            
                         
                            
                                                                                </div>

                        <div class="absolute bottom-0 left-0 p-2 w-full backdrop-brightness-50">
                            <span class="text-white text-sm">Meru</span><br />
                            <span class="text-white text-sm">
                                Klang                            </span>
                        </div>
                    </a>
                    <div class="p-4 md:p-6">
                        <a href="https://vincentyim.com/property/modern-semi-detached-factory-for-rent-in-meru-klang" class="block mb-1 text-sm uppercase text-blue-600">
                            Haji Abdul Manan                        </a>
                        <h3 class="text-md font-semibold text-gray-800">
                            RM 28,000                        </h3>
                        <div class="mt-3 w-full justify-between inline-flex items-center gap-x-4 text-xs text-gray-500">
                                                                                                <span class="inline-flex items-center" title="Land area size">
                                        <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-land-plot-icon lucide-land-plot mr-1">
                                            <path d="m12 8 6-3-6-3v10" />
                                            <path d="m8 11.99-5.5 3.14a1 1 0 0 0 0 1.74l8.5 4.86a2 2 0 0 0 2 0l8.5-4.86a1 1 0 0 0 0-1.74L16 12" />
                                            <path d="m6.49 12.85 11.02 6.3" />
                                            <path d="M17.51 12.85 6.5 19.15" />
                                        </svg>
                                        19,000 sqft                                    </span>
                                                                                                    <span class="inline-flex items-center" title="Built-up size">
                                        <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="sm:block lucide lucide-ruler-icon lucide-ruler mr-1">
                                            <path d="M21.3 15.3a2.4 2.4 0 0 1 0 3.4l-2.6 2.6a2.4 2.4 0 0 1-3.4 0L2.7 8.7a2.41 2.41 0 0 1 0-3.4l2.6-2.6a2.41 2.41 0 0 1 3.4 0Z" />
                                            <path d="m14.5 12.5 2-2" />
                                            <path d="m11.5 9.5 2-2" />
                                            <path d="m8.5 6.5 2-2" />
                                            <path d="m17.5 15.5 2-2" />
                                        </svg>
                                        13,337 sqft                                    </span>
                                                                                    </div>
                        <div class="flex mt-3 sm:inline-flex sm:items-center gap-x-2">
                                                            <span class="py-1.5 px-3 rounded-full text-xs bg-blue-100 text-blue-800">
                                    Industrial                                </span>
                                                                                        <span class="py-1.5 px-3 rounded-full text-xs bg-gray-100 text-gray-800">
                                    Semi-Detached Factory                                </span>
                                                    </div>
                    </div>
                </div>
                            <div class="group flex flex-col w-full overflow-hidden bg-white border border-gray-200 shadow-2xs rounded-xl">
                    <a href="https://vincentyim.com/property/industrial-land-for-sale-in-elmina-east-industrial-park-shah-alam-medium-industrial-zoning" class="relative block">
                        <div class="aspect-square overflow-hidden">
                            <img class="w-full h-full object-cover rounded-t-xl" src="https://vincentyim.com/store/userfiles/6d83ee376b37baad611ed0a7c6061c28ba881fc2.png" alt="Jalan Meteor U16 Area">
                        </div>

                        <div class="absolute top-4 left-4 flex gap-2">
                            
                            
<span class="bg-yellow-400 text-gray-900 px-2 py-1 rounded-lg text-xs font-medium">For Sale</span>
                            
                         
                            
                                                                                </div>

                        <div class="absolute bottom-0 left-0 p-2 w-full backdrop-brightness-50">
                            <span class="text-white text-sm">Elmina Industrial Park</span><br />
                            <span class="text-white text-sm">
                                Shah Alam                            </span>
                        </div>
                    </a>
                    <div class="p-4 md:p-6">
                        <a href="https://vincentyim.com/property/industrial-land-for-sale-in-elmina-east-industrial-park-shah-alam-medium-industrial-zoning" class="block mb-1 text-sm uppercase text-blue-600">
                            Jalan Meteor U16 Area                        </a>
                        <h3 class="text-md font-semibold text-gray-800">
                            RM 54,940,485                        </h3>
                        <div class="mt-3 w-full justify-between inline-flex items-center gap-x-4 text-xs text-gray-500">
                                                                                                <span class="inline-flex items-center" title="Land area size">
                                        <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-land-plot-icon lucide-land-plot mr-1">
                                            <path d="m12 8 6-3-6-3v10" />
                                            <path d="m8 11.99-5.5 3.14a1 1 0 0 0 0 1.74l8.5 4.86a2 2 0 0 0 2 0l8.5-4.86a1 1 0 0 0 0-1.74L16 12" />
                                            <path d="m6.49 12.85 11.02 6.3" />
                                            <path d="M17.51 12.85 6.5 19.15" />
                                        </svg>
                                        6.37 acres                                    </span>
                                                                                                                    </div>
                        <div class="flex mt-3 sm:inline-flex sm:items-center gap-x-2">
                                                            <span class="py-1.5 px-3 rounded-full text-xs bg-blue-100 text-blue-800">
                                    Industrial                                </span>
                                                                                        <span class="py-1.5 px-3 rounded-full text-xs bg-gray-100 text-gray-800">
                                    Industrial Land                                </span>
                                                    </div>
                    </div>
                </div>
                            <div class="group flex flex-col w-full overflow-hidden bg-white border border-gray-200 shadow-2xs rounded-xl">
                    <a href="https://vincentyim.com/property/industrial-land-for-sale-in-pulau-indah-85-acres-at-selangor-halal-hub-klang" class="relative block">
                        <div class="aspect-square overflow-hidden">
                            <img class="w-full h-full object-cover rounded-t-xl" src="https://vincentyim.com/store/userfiles/f3ea92e439aaaeacddefea0d2bb3fe74dd572e65.png" alt="Jalan Sungai Pinang">
                        </div>

                        <div class="absolute top-4 left-4 flex gap-2">
                            
                            
<span class="bg-yellow-400 text-gray-900 px-2 py-1 rounded-lg text-xs font-medium">For Sale</span>
                            
                         
                            
                                                                                </div>

                        <div class="absolute bottom-0 left-0 p-2 w-full backdrop-brightness-50">
                            <span class="text-white text-sm">Pulau Indah</span><br />
                            <span class="text-white text-sm">
                                Klang                            </span>
                        </div>
                    </a>
                    <div class="p-4 md:p-6">
                        <a href="https://vincentyim.com/property/industrial-land-for-sale-in-pulau-indah-85-acres-at-selangor-halal-hub-klang" class="block mb-1 text-sm uppercase text-blue-600">
                            Jalan Sungai Pinang                        </a>
                        <h3 class="text-md font-semibold text-gray-800">
                            RM 31,000,000                        </h3>
                        <div class="mt-3 w-full justify-between inline-flex items-center gap-x-4 text-xs text-gray-500">
                                                                                                <span class="inline-flex items-center" title="Land area size">
                                        <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-land-plot-icon lucide-land-plot mr-1">
                                            <path d="m12 8 6-3-6-3v10" />
                                            <path d="m8 11.99-5.5 3.14a1 1 0 0 0 0 1.74l8.5 4.86a2 2 0 0 0 2 0l8.5-4.86a1 1 0 0 0 0-1.74L16 12" />
                                            <path d="m6.49 12.85 11.02 6.3" />
                                            <path d="M17.51 12.85 6.5 19.15" />
                                        </svg>
                                        8.5 acres                                    </span>
                                                                                                                    </div>
                        <div class="flex mt-3 sm:inline-flex sm:items-center gap-x-2">
                                                            <span class="py-1.5 px-3 rounded-full text-xs bg-blue-100 text-blue-800">
                                    Industrial                                </span>
                                                                                        <span class="py-1.5 px-3 rounded-full text-xs bg-gray-100 text-gray-800">
                                    Industrial Land                                </span>
                                                    </div>
                    </div>
                </div>
                            <div class="group flex flex-col w-full overflow-hidden bg-white border border-gray-200 shadow-2xs rounded-xl">
                    <a href="https://vincentyim.com/property/factory-for-rent-in-etp-meru-industrial-park-3-klang-corner-semi-detached-with-40ft-ceiling" class="relative block">
                        <div class="aspect-square overflow-hidden">
                            <img class="w-full h-full object-cover rounded-t-xl" src="https://vincentyim.com/store/userfiles/27221929be14f6b42084ad774071b5841300b836.jpg" alt="Jalan Korporat 9/KU9, ETP Meru Industrial Park 3">
                        </div>

                        <div class="absolute top-4 left-4 flex gap-2">
                            
                            
<span class="bg-yellow-400 text-gray-900 px-2 py-1 rounded-lg text-xs font-medium">For Rent</span>
                            
                         
                            
                                                                                </div>

                        <div class="absolute bottom-0 left-0 p-2 w-full backdrop-brightness-50">
                            <span class="text-white text-sm">Meru</span><br />
                            <span class="text-white text-sm">
                                Klang                            </span>
                        </div>
                    </a>
                    <div class="p-4 md:p-6">
                        <a href="https://vincentyim.com/property/factory-for-rent-in-etp-meru-industrial-park-3-klang-corner-semi-detached-with-40ft-ceiling" class="block mb-1 text-sm uppercase text-blue-600">
                            Jalan Korporat 9/KU9, ETP Meru Industrial Park 3                        </a>
                        <h3 class="text-md font-semibold text-gray-800">
                            RM 56,000                        </h3>
                        <div class="mt-3 w-full justify-between inline-flex items-center gap-x-4 text-xs text-gray-500">
                                                                                                <span class="inline-flex items-center" title="Land area size">
                                        <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-land-plot-icon lucide-land-plot mr-1">
                                            <path d="m12 8 6-3-6-3v10" />
                                            <path d="m8 11.99-5.5 3.14a1 1 0 0 0 0 1.74l8.5 4.86a2 2 0 0 0 2 0l8.5-4.86a1 1 0 0 0 0-1.74L16 12" />
                                            <path d="m6.49 12.85 11.02 6.3" />
                                            <path d="M17.51 12.85 6.5 19.15" />
                                        </svg>
                                        42,400 sqft                                    </span>
                                                                                                    <span class="inline-flex items-center" title="Built-up size">
                                        <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="sm:block lucide lucide-ruler-icon lucide-ruler mr-1">
                                            <path d="M21.3 15.3a2.4 2.4 0 0 1 0 3.4l-2.6 2.6a2.4 2.4 0 0 1-3.4 0L2.7 8.7a2.41 2.41 0 0 1 0-3.4l2.6-2.6a2.41 2.41 0 0 1 3.4 0Z" />
                                            <path d="m14.5 12.5 2-2" />
                                            <path d="m11.5 9.5 2-2" />
                                            <path d="m8.5 6.5 2-2" />
                                            <path d="m17.5 15.5 2-2" />
                                        </svg>
                                        19,839 sqft                                    </span>
                                                                                    </div>
                        <div class="flex mt-3 sm:inline-flex sm:items-center gap-x-2">
                                                            <span class="py-1.5 px-3 rounded-full text-xs bg-blue-100 text-blue-800">
                                    Industrial                                </span>
                                                                                        <span class="py-1.5 px-3 rounded-full text-xs bg-gray-100 text-gray-800">
                                    Semi-Detached Factory                                </span>
                                                    </div>
                    </div>
                </div>
                        <!-- End Card -->
        </div>
        <!-- End Grid -->
    </div>

    <!-- Property Category Button -->
    <div class="text-center mt-10 lg:mt-14">
        <h3 class="text-xl font-bold md:text-3xl md:leading-tight mb-3">See More Properties In</h3>
        <div class="flex items-center justify-center gap-x-2">
            <a href="https://vincentyim.com/property/category/residential" class="py-1.5 px-3 rounded-full text-md bg-gray-100 text-gray-800 hover:bg-gray-200">Residential</a>
            <a href="https://vincentyim.com/property/category/commercial" class="py-1.5 px-3 rounded-full text-md bg-gray-100 text-gray-800 hover:bg-gray-200">Commercial</a>
            <a href="https://vincentyim.com/property/category/industrial" class="py-1.5 px-3 rounded-full text-md bg-gray-100 text-gray-800 hover:bg-gray-200">Industrial</a>
            <a href="https://vincentyim.com/property/category/agricultural" class="py-1.5 px-3 rounded-full text-md bg-gray-100 text-gray-800 hover:bg-gray-200">Agricultural</a>
        </div>
    </div>
    <!-- End Property Category Button -->
</div>
<!-- End Latest Property Listing -->

<!-- Behind the Name -->
<div class="bg-gray-50">
<div class="max-w-[85rem] px-4 py-10 sm:px-6 lg:px-8 lg:py-14 mx-auto">
<!--<div class="max-w-[85rem] px-4 pt-10 md:py-10 sm:px-6 lg:px-8 lg:py-14 mx-auto">-->
<!-- Title -->
<div class="text-center mb-10 lg:mb-14"><h2 id="behind-the-name" class="text-3xl font-extrabold md:text-4xl">BEHIND THE NAME</h2></div>
<!-- End Title -->
<!-- Grid -->
<div class="md:grid md:grid-cols-3 md:items-center md:gap-12 xl:gap-32">
<div class="mt-5 sm:mt-10 lg:mt-0 md:col-span-2">
<div class="text-left font-normal">
<h3 class="text-xl font-bold md:text-2xl">Vincent Yim</h3>
<p class="font-semibold">Industrial Property Advisor, E1283</p>
<p class="mt-10 text-gray-900 font-normal">Industrial property decisions are rarely simple.</p>
<p class="mt-3 text-gray-900 font-normal">Warehouse, factories and inductrial land involves more than just price - how a site works day to day matters.</p>
<p class="mt-3 text-gray-900 font-normal">I advise owners, operators and investors on industrial properties across Klang Valley, with a focus on practical fit and long-term suitability.</p>
<p class="mt-3 text-gray-900 font-normal">I also assist selected commercial and residential clients where location and broader planning are involved.</p>
<!--
<p class="mt-10 lg:mt-14">With over 35 years in real estate, I help logistics and manufacturing businesses secure the right industrial space - from warehouses and factories to built-to-suit (BTS) logistics hubs across Klang Valley and Greater Selangor.</p>
<p class="mt-5 lg:mt-7">Whether you're expanding, relocating, or investing, I bring:
<ul class="mt-2 list-disc list-inside">
<li>Trusted experience from township to industrial real estate</li>
<li>In-depth knowledge of zoning, access, and supply-demand dynamics</li>
<li>A qualified tenant/investor network & off-market deal access</li>
</ul>
</p>
<p class="mt-5 lg:mt-7">Recent highlight: 220,000sf BTS Distribution Centre for Senheng (RM75.8M acquisition, Bandar Bukit Raja)</p>
<p class="mt-5 lg:mt-7">Let's make your next move a strategic one - backed by market insights, proven results, and a long-term approach.</p>
-->
<div class="sm:inline-flex mt-10 mb-10">
<div class="inline-flex mx-4 items-center" style="margin-left:0px;"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-phone-icon lucide-phone"><path d="M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384" /></svg>&nbsp;<a href="tel:+60193320367" class="text-blue-700 font-medium hover:underline">+6019 3320 367</a></div>
<div class="inline-flex mx-4 items-center" style="margin-left:0px;"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-mail-icon lucide-mail"><path d="m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7" /><rect x="2" y="4" width="20" height="16" rx="2" /></svg>&nbsp;<a href="mailto:vincentyim@teamiqi.com" class="text-blue-700 font-medium hover:underline" title="Write email">vincentyim@teamiqi.com</a></div>
<div class="inline-flex items-center"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-linkedin-icon lucide-linkedin"><path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z" /><rect width="4" height="12" x="2" y="9" /><circle cx="4" cy="4" r="2" /></svg>&nbsp;<a href="https://www.linkedin.com/in/yimvincent" target="_blank" class="text-blue-700 font-medium hover:underline">LinkedIn.com/in/yimvincent</a></div>
</div>
</div>
</div>
<img class="border border-gray-300 h-auto no-watermark" src="/assets/images/vincent-yim-portrait-500x500.jpg" alt="Vincent Yim Portrait">
</div>
<!-- End Grid -->
</div>
</div>
<!-- End Behind the Name -->

<script>
    $(document).ready(function() {
        // Slick carousel for Explore Popular Locations
        $('.popular-locations-carousel').slick({
            dots: true,
            centerMode: true,
            centerPadding: '0px',
            infinite: false,
            speed: 500,
            slidesToShow: 4,
            slidesToScroll: 1,
            autoplay: true,
            autoplaySpeed: 3000,
            arrows: true,
            centerMode: true,
            centerPadding: '0px',
            variableWidth: false,
            prevArrow: '<button type="button" class="slick-prev">‹</button>',
            nextArrow: '<button type="button" class="slick-next">›</button>',
            responsive: [{
                    breakpoint: 1200,
                    settings: {
                        slidesToShow: 3,
                        slidesToScroll: 1,
                        centerMode: true,
                        centerPadding: '0px'
                    }
                },
                {
                    breakpoint: 992,
                    settings: {
                        slidesToShow: 2,
                        slidesToScroll: 1,
                        centerMode: true,
                        centerPadding: '0px'
                    }
                },
                {
                    breakpoint: 768,
                    settings: {
                        slidesToShow: 1,
                        slidesToScroll: 1,
                        centerMode: true,
                        centerPadding: '0px',
                        arrows: false
                    }
                }
            ]
        });

        // Slick carousel for Featured Listings
        var featuredImages = $('.featured-images-slider');
        var featuredInfo = $('.featured-info-slider');
        var progressBar = $('.featured-progress-bar');
        var autoplaySpeed = 5000;

        featuredInfo.slick({
            slidesToShow: 1,
            slidesToScroll: 1,
            arrows: true,
            fade: true,
            asNavFor: featuredImages,
            dots: false,
            prevArrow: $('.featured-info-slider-wrapper .slick-custom-prev'),
            nextArrow: $('.featured-info-slider-wrapper .slick-custom-next')
        });

        featuredImages.slick({
            slidesToShow: 1,
            slidesToScroll: 1,
            asNavFor: featuredInfo,
            arrows: false,
            autoplay: true,
            autoplaySpeed: autoplaySpeed,
            fade: true,
        });

        // Progress bar animation
        function startProgressBar() {
            progressBar.stop(true, true).css('width', '0%');
            progressBar.animate({
                width: '100%'
            }, autoplaySpeed, 'linear');
        }

        featuredImages.on('beforeChange', function(event, slick, currentSlide, nextSlide) {
            startProgressBar();
        });

        // Initial start
        startProgressBar();

        // Slick carousel for Recently Sold Properties
        $('.sold-images-slider').slick({
            dots: true,
            infinite: true,
            speed: 500,
            slidesToShow: 1,
            slidesToScroll: 1,
            autoplay: true,
            autoplaySpeed: 3000,
            arrows: false,
            centerMode: true,
            centerPadding: '0px',
            prevArrow: '<button type="button" class="slick-prev absolute top-1/2 -translate-y-1/2 left-4 z-10 bg-white/50 hover:bg-white/70 rounded-full p-2"><svg class="w-6 h-6 text-gray-800" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M15.75 19.5L8.25 12l7.5-7.5" /></svg></button>',
            nextArrow: '<button type="button" class="slick-next absolute top-1/2 -translate-y-1/2 right-4 z-10 bg-white/50 hover:bg-white/70 rounded-full p-2"><svg class="w-6 h-6 text-gray-800" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M8.25 4.5l7.5 7.5-7.5 7.5" /></svg></button>',
        });

        // Apply watermarks after all carousels are initialized
        setTimeout(function() {
            // Check if the global watermark function exists
            if (typeof applyWatermarksToAllImages === 'function') {
                applyWatermarksToAllImages();
            }

            // Also apply watermarks when slides change (for newly visible slides)
            $('.popular-locations-carousel, .featured-images-slider, .sold-images-slider').on('afterChange', function(event, slick, currentSlide) {
                setTimeout(function() {
                    if (typeof applyWatermarksToAllImages === 'function') {
                        applyWatermarksToAllImages();
                    }
                }, 100);
            });
        }, 500); // Wait 500ms for carousels to fully initialize
    });
</script>    </main>

    <!-- Footer -->
    <footer class="pb-10 px-4 sm:px-6 lg:px-8">
        <div class="border-t border-gray-200">
            <div class="max-w-[85rem] mx-auto sm:flex sm:justify-between sm:items-center">
                <div class="flex justify-center my-5 sm:mx-0 md:gap-x-10">
                    <a href="https://vincentyim.com" aria-label="Vincent Yim logo">
                        <img src="/assets/images/vincent-yim-logo2.png" class="h-13 no-watermark" alt="Vincent Yim logo" />
                    </a>
                    <div class="block ms-4 space-x-3">
                        <img src="/assets/images//ejen-hartanah-logo.png" class="mx-auto h-7 no-watermark" alt="Ejen Hartanah Logo" />
                        <span class="text-xs text-gray-600 ms-1">Ejen Hartanah</span>
                    </div>
                </div>
                <div class="md:block text-sm text-center md:text-right md:items-center">
                    <span class="inline-flex text-gray-600 font-semibold">Vincent Yim</span>
                    <span class="inline-flex text-gray-600">Industrial Property Advisor, E1283</span>
                    <span class="inline-flex md:block text-gray-600">
                        &copy; 2026 VincentYim.com. All Rights Reserved.
                    </span>
                </div>
            </div>
        </div>
    </footer>
    <!-- End Footer -->
</body>

<script src="/assets/node_modules/lodash/lodash.min.js"></script>
<script src="/assets/node_modules/preline/dist/preline.js"></script>
<script src="/assets/js/watermark.js"></script>
<script>
    // Initialize with your watermark image
    WatermarkOverlay.init('/assets/images/vincent-yim-logo2-300x300.png');
</script>

</html>