|
@@ -10,77 +10,147 @@
|
|
|
<meta name="author" content="Mietubl">
|
|
|
<title>{{ site.dist.seo_title }}</title>
|
|
|
{% include '_header_css.liquid' %}
|
|
|
+ <script type="application/ld+json">
|
|
|
+ {
|
|
|
+ "@context": "https://schema.org",
|
|
|
+ "@type": "LocalBusiness",
|
|
|
+ "name": "Mietubl Philippines",
|
|
|
+ "image": "{{ site.image_base_url }}{{ site.dist.logo }}",
|
|
|
+ "address": {
|
|
|
+ "@type": "PostalAddress",
|
|
|
+ "streetAddress": "",
|
|
|
+ "addressLocality": "",
|
|
|
+ "addressRegion": "PH",
|
|
|
+ "postalCode": "",
|
|
|
+ "addressCountry": "PH"
|
|
|
+ },
|
|
|
+ "telephone": "",
|
|
|
+ "openingHoursSpecification": {
|
|
|
+ "@type": "OpeningHoursSpecification",
|
|
|
+ "dayOfWeek": ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday"],
|
|
|
+ "opens": "09:00",
|
|
|
+ "closes": "17:00"
|
|
|
+ },
|
|
|
+ "sameAs": [
|
|
|
+ "{{ site.dist.facebook }}"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ </script>
|
|
|
</head>
|
|
|
<body class="bg-gray-100 tracking-wide">
|
|
|
-{% include '_header.liquid' %}
|
|
|
|
|
|
|
|
|
+<!-- Spring Sale Banner -->
|
|
|
+<div class="relative bg-cover bg-center min-h-[700px] md:min-h-[750px]" id="banner-carousel">
|
|
|
<!-- banner -->
|
|
|
-{% banner limit=5 position=1 template='__banner_list.liquid' %}
|
|
|
+{% banner limit=5 position=1 template='__banner_home.liquid' %}
|
|
|
+{% include '_header_home.liquid' %}
|
|
|
+</div>
|
|
|
|
|
|
+{% include '_header_mobile.liquid' %}
|
|
|
|
|
|
|
|
|
<!-- Category Navigation -->
|
|
|
-<div class="bg-white">
|
|
|
- <div class="container mx-auto py-16">
|
|
|
- <div class="grid grid-cols-2 sm:grid-cols-2 md:grid-cols-4 gap-8 text-center">
|
|
|
- <div class="flex flex-col items-center">
|
|
|
- <a href="/products/categories/screen-protector">
|
|
|
- <div class="w-24 h-24 flex items-center justify-center mb-4">
|
|
|
- <svg xmlns="http://www.w3.org/2000/svg" class="h-12 w-12 text-gray-600" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
|
|
- <path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 18h.01M8 21h8a2 2 0 002-2V5a2 2 0 00-2-2H8a2 2 0 00-2 2v14a2 2 0 002 2z" />
|
|
|
- <path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M7 4h10a1 1 0 011 1v1H6V5a1 1 0 011-1z" />
|
|
|
- </svg>
|
|
|
+<div class="bg-gray-100 py-0">
|
|
|
+ <div class="container mx-auto px-4 py-0">
|
|
|
+ <h2 class="text-3xl md:text-5xl font-bold py-24 text-center">Products By Category</h2>
|
|
|
+ <div class="grid grid-cols-2 md:grid-cols-4 gap-4 md:gap-6 grid-flow-dense">
|
|
|
+ <!-- Power Banks - 占据2行 -->
|
|
|
+ <div class="relative md:row-span-2 overflow-hidden">
|
|
|
+ <a href="/products/categories/intelligent-film-cutting-machine" target=_blank>
|
|
|
+ <img src="{{ site.image_base_url }}static/tpl/cable_tech/images/index_product_category_1.jpg" alt="Power Banks" class="absolute inset-0 w-full h-full object-cover">
|
|
|
+ <div class="absolute left-0 top-0 p-3 md:p-4 text-left">
|
|
|
+ <h3 class="font-bold text-gray-900 text-base md:text-lg">Smart Film Cutter</h3>
|
|
|
+ <p class="text-xs md:text-sm text-gray-600 ">More Products</p>
|
|
|
+ </div>
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <!-- Screen Protector -->
|
|
|
+ <div class="relative overflow-hidden aspect-ratio-card">
|
|
|
+ <a href="/products/categories/screen-protector" target=_blank>
|
|
|
+ <img src="{{ site.image_base_url }}static/tpl/cable_tech/images/index_product_category_3.jpg?20250425" alt="Wireless Chargers" class="absolute inset-0 w-full h-full object-cover">
|
|
|
+ <div class="absolute left-0 top-0 p-3 md:p-4 text-left">
|
|
|
+ <h3 class="font-bold text-gray-900 text-base md:text-lg">Screen Protector</h3>
|
|
|
+ <p class="text-xs md:text-sm text-gray-600">More Products</p>
|
|
|
</div>
|
|
|
</a>
|
|
|
- <span class="text-lg mt-2 bold_header"><a href="/products/categories/screen-protector">Screen Protector</a></span>
|
|
|
</div>
|
|
|
- <div class="flex flex-col items-center">
|
|
|
- <a href="/products/categories/intelligent-film-cutter">
|
|
|
- <div class="w-24 h-24 flex items-center justify-center mb-4">
|
|
|
- <svg xmlns="http://www.w3.org/2000/svg" class="h-12 w-12 text-gray-600" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
|
|
- <path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M14.121 14.121L19 19m-7-7l7-7m-7 7l-2.879 2.879M12 12L9.121 9.121m0 0L4 4" />
|
|
|
- <path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M4 8V6a2 2 0 012-2h2M4 16v2a2 2 0 002 2h2m8-16h2a2 2 0 012 2v2m0 8v2a2 2 0 01-2 2h-2" />
|
|
|
- </svg>
|
|
|
+
|
|
|
+ <!-- Chargers -->
|
|
|
+ <div class="relative overflow-hidden aspect-ratio-card">
|
|
|
+ <a href="/products/categories/wall-charger" target=_blank>
|
|
|
+ <img src="{{ site.image_base_url }}static/tpl/cable_tech/images/index_product_category_2.jpg" alt="Chargers" class="absolute inset-0 w-full h-full object-cover">
|
|
|
+ <div class="absolute left-0 top-0 p-3 md:p-4 text-left">
|
|
|
+ <h3 class="font-bold text-gray-900 text-base md:text-lg">Wall Chargers</h3>
|
|
|
+ <p class="text-xs md:text-sm text-gray-600">More Products</p>
|
|
|
</div>
|
|
|
</a>
|
|
|
- <span class="text-lg mt-2 bold_header"><a href="/products/categories/intelligent-film-cutter"> Intelligent Film Cutter</a></span>
|
|
|
</div>
|
|
|
- <div class="flex flex-col items-center">
|
|
|
- <a href="/products/categories/functional-products">
|
|
|
- <div class="w-24 h-24 flex items-center justify-center mb-4">
|
|
|
- <svg xmlns="http://www.w3.org/2000/svg" class="h-12 w-12 text-gray-600" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
|
|
- <path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z" />
|
|
|
- </svg>
|
|
|
+
|
|
|
+ <!-- AC Power -->
|
|
|
+ <div class="relative overflow-hidden aspect-ratio-card">
|
|
|
+ <a href="/products/categories/portable-power-supply" target=_blank>
|
|
|
+ <img src="{{ site.image_base_url }}static/tpl/cable_tech/images/index_product_category_4.jpg" alt="AC Power" class="absolute inset-0 w-full h-full object-cover">
|
|
|
+ <div class="absolute left-0 top-0 p-3 md:p-4 text-left">
|
|
|
+ <h3 class="font-bold text-gray-900 text-base md:text-lg">Portable Power</h3>
|
|
|
+ <p class="text-xs md:text-sm text-gray-600">More Products</p>
|
|
|
</div>
|
|
|
</a>
|
|
|
- <span class="text-lg mt-2 bold_header"><a href="/products/categories/functional-products">Functional Products</a></span>
|
|
|
</div>
|
|
|
- <div class="flex flex-col items-center">
|
|
|
- <a href="/products/categories/printer">
|
|
|
- <div class="w-24 h-24 flex items-center justify-center mb-4">
|
|
|
- <svg xmlns="http://www.w3.org/2000/svg" class="h-12 w-12 text-gray-600" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
|
|
- <path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M17 17h2a2 2 0 002-2v-4a2 2 0 00-2-2H5a2 2 0 00-2 2v4a2 2 0 002 2h2m2 4h6a2 2 0 002-2v-4a2 2 0 00-2-2H9a2 2 0 00-2 2v4a2 2 0 002 2zm8-12V5a2 2 0 00-2-2H9a2 2 0 00-2 2v4h10z" />
|
|
|
- </svg>
|
|
|
+
|
|
|
+ <!-- Cables -->
|
|
|
+ <div class="relative overflow-hidden aspect-ratio-card">
|
|
|
+ <a href="/products/categories/data-cable" target=_blank>
|
|
|
+ <img src="{{ site.image_base_url }}static/tpl/cable_tech/images/index_product_category_5.jpg" alt="Cables" class="absolute inset-0 w-full h-full object-cover">
|
|
|
+ <div class="absolute left-0 top-0 p-3 md:p-4 text-left">
|
|
|
+ <h3 class="font-bold text-gray-900 text-base md:text-lg">Cables</h3>
|
|
|
+ <p class="text-xs md:text-sm text-gray-600 ">More Products</p>
|
|
|
</div>
|
|
|
</a>
|
|
|
- <span class="text-lg mt-2 bold_header"><a href="/products/categories/printer">Printer</a></span>
|
|
|
</div>
|
|
|
|
|
|
+ <!-- Hubs and Docks -->
|
|
|
+ <div class="relative overflow-hidden aspect-ratio-card">
|
|
|
+ <a href="/products/categories/cutting-machine-consumables" target=_blank>
|
|
|
+ <img src="{{ site.image_base_url }}static/tpl/cable_tech/images/index_product_category_6.jpg" alt="Hubs and Docks" class="absolute inset-0 w-full h-full object-cover">
|
|
|
+ <div class="absolute left-0 top-0 p-3 md:p-4 text-left">
|
|
|
+ <h3 class="font-bold text-gray-900 text-base md:text-lg">Materials</h3>
|
|
|
+ <p class="text-xs md:text-sm text-gray-600 ">More Products</p>
|
|
|
+ </div>
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <!-- Car Chargers -->
|
|
|
+ <div class="relative overflow-hidden aspect-ratio-card">
|
|
|
+ <a href="/products/categories/bluetooth-headphones" target=_blank><img src="{{ site.image_base_url }}static/tpl/cable_tech/images/index_product_category_7.jpg" alt="Car Chargers" class="absolute inset-0 w-full h-full object-cover">
|
|
|
+ <div class="absolute left-0 top-0 p-3 md:p-4 text-left">
|
|
|
+ <h3 class="font-bold text-gray-900 text-base md:text-lg">Bluetooth Headphones</h3>
|
|
|
+ <p class="text-xs md:text-sm text-gray-600">More Products</p>
|
|
|
+ </div>
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
+<!-- Category Navigation -->
|
|
|
|
|
|
|
|
|
- <!-- Hot Sale Section -->
|
|
|
- <div class="container mx-auto px-4 py-8">
|
|
|
- <h2 class="text-2xl font-bold p-8">Hot</h2>
|
|
|
|
|
|
- <div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-8 pb">
|
|
|
|
|
|
+ <!-- Hot Sale Section -->
|
|
|
+ <div class="container mx-auto px-4 py-0 ">
|
|
|
+ <h2 class="text-3xl md:text-5xl font-bold py-28 text-center">Hot selling</h2>
|
|
|
+ </div>
|
|
|
+<div class="bg-white py-28 ">
|
|
|
+ <div class="container mx-auto px-4 py-0">
|
|
|
+ <div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-3 gap-6 pb bg-white ">
|
|
|
|
|
|
- {% product mode="list" limit=4 template='__product_list_1.liquid' %}
|
|
|
+
|
|
|
+ {% product mode="list" limit=3 template='__product_list_1.liquid' %}
|
|
|
|
|
|
|
|
|
<!-- Product 1 -->
|
|
@@ -130,41 +200,65 @@
|
|
|
{% comment %}</div>{% endcomment %}
|
|
|
</div>
|
|
|
</div>
|
|
|
-
|
|
|
- <!-- Connect Your Digital Time Section -->
|
|
|
- <div class="container mx-auto px-4 py-8">
|
|
|
- <h2 class="text-2xl font-bold p-8">World of Electronic Products</h2>
|
|
|
- <div class="grid grid-cols-1 md:grid-cols-2 gap-6">
|
|
|
- <div class="bg-white rounded-lg shadow overflow-hidden h-full">
|
|
|
- <a href="/products/categories/intelligent-film-cutter" target="_blank">
|
|
|
- <img src="{{ site.image_base_url }}static/tpl/cable_tech/images/middle-banner1.jpg" alt="Gaming Setup" class="w-full h-full object-cover">
|
|
|
+</div>
|
|
|
+<!-- World of Electronic Products -->
|
|
|
+<div class="container mx-auto px-4 py-0 ">
|
|
|
+ <h2 class="text-3xl md:text-5xl font-bold py-24 text-center">Electronic Products</h2>
|
|
|
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-6">
|
|
|
+ <!-- -->
|
|
|
+
|
|
|
+ <div class="relative overflow-hidden aspect-[0.92/1] bg-gradient-to-br from-blue-50 to-blue-100" style="background-image: url('{{ site.image_base_url }}static/tpl/cable_tech/images/index_product2_1.jpg'); background-size: cover; background-position: center bottom;">
|
|
|
+ <div class="p-8 pb-32 flex flex-col items-center relative z-10">
|
|
|
+ <div class="text-amber-500 font-medium mb-3 text-center">New Release</div>
|
|
|
+ <h3 class="text-2xl md:text-3xl font-bold text-center mb-2">Screen Protector Machine</h3>
|
|
|
+ <p class="text-gray-700 text-center mb-6">making screen protector back films for all kinds of devices</p>
|
|
|
+ <a href="/products/455" target=_blank class="bg-blue-500 hover:bg-blue-600 text-white px-6 py-2 rounded text-sm font-medium transition-colors">
|
|
|
+ LEARN MORE
|
|
|
</a>
|
|
|
</div>
|
|
|
- <div class="grid grid-cols-1 md:grid-cols-2 gap-6">
|
|
|
- <div class="bg-white rounded-lg shadow overflow-hidden h-full">
|
|
|
- <a href="/products/categories/screen-protector" target="_blank">
|
|
|
- <img src="{{ site.image_base_url }}static/tpl/cable_tech/images/middle-banner2.jpg" alt="Streaming Setup" class="w-full h-full object-cover">
|
|
|
- </a>
|
|
|
- </div>
|
|
|
- <div class="bg-white rounded-lg shadow overflow-hidden h-full">
|
|
|
- <a href="/products/categories/bluetooth-speaker" target="_blank">
|
|
|
- <img src="{{ site.image_base_url }}static/tpl/cable_tech/images/middle-banner3.jpg" alt="Office Setup" class="w-full h-full object-cover">
|
|
|
- </a>
|
|
|
- </div>
|
|
|
- <div class="bg-white rounded-lg shadow overflow-hidden col-span-2 h-full">
|
|
|
- <a href="/products/categories/functional-products" target="_blank">
|
|
|
- <img src="{{ site.image_base_url }}static/tpl/cable_tech/images/middle-banner4.jpg" alt="Working Setup" class="w-full h-full object-cover">
|
|
|
- </a>
|
|
|
- </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+
|
|
|
+ <!-- -->
|
|
|
+
|
|
|
+ <div class="relative overflow-hidden aspect-[0.92/1] bg-black" style="background-image: url('{{ site.image_base_url }}static/tpl/cable_tech/images/index_product2_2.jpg'); background-size: cover; background-position: center bottom;">
|
|
|
+ <div class="p-8 pb-32 flex flex-col items-center relative z-10">
|
|
|
+ <div class="text-amber-500 font-medium mb-3 text-center">NEW RELEASE</div>
|
|
|
+ <h3 class="text-2xl md:text-3xl font-bold text-white text-center mb-2">QUICK-FIT BOX Tempered glass</h3>
|
|
|
+ <p class="text-gray-300 text-center mb-6">Precise positioning , Super Large Arc 120 Wire</p>
|
|
|
+ <a href="/products/470" target=_blank class="bg-blue-500 hover:bg-blue-600 text-white px-6 py-2 rounded text-sm font-medium transition-colors">
|
|
|
+ LEARN MORE
|
|
|
+ </a>
|
|
|
</div>
|
|
|
</div>
|
|
|
+
|
|
|
</div>
|
|
|
+</div>
|
|
|
+
|
|
|
|
|
|
- <!-- 8K Series Banner -->
|
|
|
- <a href="#" class="block">
|
|
|
- <div class="relative bg-cover bg-center py-24 md:py-32 min-h-[300px] md:min-h-[400px] text-white" style="background-image: url('{{ site.image_base_url }}static/tpl/cable_tech/images/8k_banner_image.jpg');">
|
|
|
+<!-- Screen Protector Machine Banner -->
|
|
|
+<div class="relative bg-gradient-to-tr from-black via-gray-900 to-gray-800 bg-cover bg-center py-8 md:py-12 text-white overflow-hidden mt-20">
|
|
|
+ <div class="container mx-auto px-4 py-28">
|
|
|
+ <div class="flex flex-col md:flex-row items-center md:justify-between md:space-x-4">
|
|
|
+ <div class="w-full md:w-[55%] z-10 text-center md:text-left md:pl-24 mb-8 md:mb-0">
|
|
|
+ <h2 class="text-xl md:text-2xl font-bold py-3 ">New generation</h2>
|
|
|
+ <h3 class="text-2xl md:text-3xl font-bold py-3">Screen protector machine</h3>
|
|
|
+ <p class="text-sm text-gray-300 py-3 mx-auto md:mx-0 max-w-md leading-6">As a new generation of screen protector machine, the MTB-CUT M288 screen protector cutting and laminating all-in-one machine meets multiple functions with one machine. And it solves the problem of aligning the screen protector with the screen.</p>
|
|
|
+ <a href="/products/456" target=_blank class="inline-block bg-orange-500 hover:bg-orange-600 mt-6 text-white px-6 py-2 rounded font-medium transition-colors">
|
|
|
+ Read more
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+ <div class="w-full md:w-[45%] flex justify-center md:justify-start">
|
|
|
+ <img src="{{ site.image_base_url }}static/tpl/cable_tech/images/product_m288.png" alt="Screen Protector Machine" class="max-w-[280px] md:max-w-[350px] z-10">
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- </a>
|
|
|
+ </div>
|
|
|
+ <!-- 添加增强的光效和渐变 -->
|
|
|
+ <div class="absolute inset-0 bg-gradient-to-r from-blue-900/20 to-transparent opacity-40"></div>
|
|
|
+ <div class="absolute top-0 right-0 w-2/5 h-full bg-gradient-to-l from-blue-900/30 via-gray-800/20 to-transparent opacity-50"></div>
|
|
|
+ <div class="absolute top-1/4 right-1/3 w-64 h-64 rounded-full bg-blue-300/10 blur-3xl"></div>
|
|
|
+ <div class="absolute bottom-1/4 left-1/3 w-48 h-48 rounded-full bg-gray-400/10 blur-3xl"></div>
|
|
|
+</div>
|
|
|
|
|
|
{% comment %}<!-- Featured On Section -->{% endcomment %}
|
|
|
{% comment %}<div class="container mx-auto px-4 py-12">{% endcomment %}
|
|
@@ -220,38 +314,38 @@
|
|
|
{% comment %}</div>{% endcomment %}
|
|
|
{% comment %}{% endcomment %}
|
|
|
<!-- Program Section -->
|
|
|
- <div class="container mx-auto px-4 py-8">
|
|
|
- <h2 class="text-2xl font-bold p-8">Agent Plan</h2>
|
|
|
- <div class="grid grid-cols-1 md:grid-cols-3 gap-6">
|
|
|
- <div class="bg-white rounded-lg shadow p-6 text-center">
|
|
|
- <h3 class="bold text-lg mb-4">Distributor</h3>
|
|
|
- <div class="w-20 h-20 bg-blue-100 rounded-full flex items-center justify-center mx-auto mb-4">
|
|
|
- <svg xmlns="http://www.w3.org/2000/svg" class="h-10 w-10 text-blue-500" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
|
|
- <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 7v8a2 2 0 002 2h6M8 7V5a2 2 0 012-2h4.586a1 1 0 01.707.293l4.414 4.414a1 1 0 01.293.707V15a2 2 0 01-2 2h-2M8 7H6a2 2 0 00-2 2v10a2 2 0 002 2h8a2 2 0 002-2v-2" />
|
|
|
- </svg>
|
|
|
- </div>
|
|
|
- <p class="text-sm/6 text-gray-800 bold_header">Become a local Dealer and help your customers with a more complete range.</p>
|
|
|
- </div>
|
|
|
- <div class="bg-white rounded-lg shadow p-6 text-center">
|
|
|
- <h3 class="bold text-lg mb-4">Shine</h3>
|
|
|
- <div class="w-20 h-20 bg-yellow-100 rounded-full flex items-center justify-center mx-auto mb-4">
|
|
|
- <svg xmlns="http://www.w3.org/2000/svg" class="h-10 w-10 text-yellow-500" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
|
|
- <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20 7l-8-4-8 4m16 0v10a2 2 0 01-2 2H6a2 2 0 01-2-2V7m16 0l-8 4m0 0l-8-4m8 4v10" />
|
|
|
- </svg>
|
|
|
- </div>
|
|
|
- <p class="text-sm/6 text-gray-800 bold_header">Partner with us as a Dealer and bring exclusive solutions to your clients</p>
|
|
|
- </div>
|
|
|
- <div class="bg-white rounded-lg shadow p-6 text-center">
|
|
|
- <h3 class="bold text-lg mb-4">Lead</h3>
|
|
|
- <div class="w-20 h-20 bg-orange-100 rounded-full flex items-center justify-center mx-auto mb-4">
|
|
|
- <svg xmlns="http://www.w3.org/2000/svg" class="h-10 w-10 text-orange-500" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
|
|
- <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8c-1.657 0-3 .895-3 2s1.343 2 3 2 3 .895 3 2-1.343 2-3 2m0-8c1.11 0 2.08.402 2.599 1M12 8V7m0 1v8m0 0v1m0-1c-1.11 0-2.08-.402-2.599-1M21 12a9 9 0 11-18 0 9 9 0 0118 0z" />
|
|
|
- </svg>
|
|
|
- </div>
|
|
|
- <p class="text-sm/6 text-gray-800 bold_header">Grow as a Regional Leader and deliver exceptional value to your market</p>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
+ {% comment %}<div class="container mx-auto px-4 py-8">{% endcomment %}
|
|
|
+ {% comment %}<h2 class="text-2xl font-bold p-8">Agent Plan</h2>{% endcomment %}
|
|
|
+ {% comment %}<div class="grid grid-cols-1 md:grid-cols-3 gap-6">{% endcomment %}
|
|
|
+ {% comment %}<div class="bg-white rounded-lg shadow p-6 text-center">{% endcomment %}
|
|
|
+ {% comment %}<h3 class="bold text-lg mb-4">Distributor</h3>{% endcomment %}
|
|
|
+ {% comment %}<div class="w-20 h-20 bg-blue-100 rounded-full flex items-center justify-center mx-auto mb-4">{% endcomment %}
|
|
|
+ {% comment %}<svg xmlns="http://www.w3.org/2000/svg" class="h-10 w-10 text-blue-500" fill="none" viewBox="0 0 24 24" stroke="currentColor">{% endcomment %}
|
|
|
+ {% comment %}<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 7v8a2 2 0 002 2h6M8 7V5a2 2 0 012-2h4.586a1 1 0 01.707.293l4.414 4.414a1 1 0 01.293.707V15a2 2 0 01-2 2h-2M8 7H6a2 2 0 00-2 2v10a2 2 0 002 2h8a2 2 0 002-2v-2" />{% endcomment %}
|
|
|
+ {% comment %}</svg>{% endcomment %}
|
|
|
+ {% comment %}</div>{% endcomment %}
|
|
|
+ {% comment %}<p class="text-sm/6 text-gray-800 bold_header">Become a local Dealer and help your customers with a more complete range.</p>{% endcomment %}
|
|
|
+ {% comment %}</div>{% endcomment %}
|
|
|
+ {% comment %}<div class="bg-white rounded-lg shadow p-6 text-center">{% endcomment %}
|
|
|
+ {% comment %}<h3 class="bold text-lg mb-4">Shine</h3>{% endcomment %}
|
|
|
+ {% comment %}<div class="w-20 h-20 bg-yellow-100 rounded-full flex items-center justify-center mx-auto mb-4">{% endcomment %}
|
|
|
+ {% comment %}<svg xmlns="http://www.w3.org/2000/svg" class="h-10 w-10 text-yellow-500" fill="none" viewBox="0 0 24 24" stroke="currentColor">{% endcomment %}
|
|
|
+ {% comment %}<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20 7l-8-4-8 4m16 0v10a2 2 0 01-2 2H6a2 2 0 01-2-2V7m16 0l-8 4m0 0l-8-4m8 4v10" />{% endcomment %}
|
|
|
+ {% comment %}</svg>{% endcomment %}
|
|
|
+ {% comment %}</div>{% endcomment %}
|
|
|
+ {% comment %}<p class="text-sm/6 text-gray-800 bold_header">Partner with us as a Dealer and bring exclusive solutions to your clients</p>{% endcomment %}
|
|
|
+ {% comment %}</div>{% endcomment %}
|
|
|
+ {% comment %}<div class="bg-white rounded-lg shadow p-6 text-center">{% endcomment %}
|
|
|
+ {% comment %}<h3 class="bold text-lg mb-4">Lead</h3>{% endcomment %}
|
|
|
+ {% comment %}<div class="w-20 h-20 bg-orange-100 rounded-full flex items-center justify-center mx-auto mb-4">{% endcomment %}
|
|
|
+ {% comment %}<svg xmlns="http://www.w3.org/2000/svg" class="h-10 w-10 text-orange-500" fill="none" viewBox="0 0 24 24" stroke="currentColor">{% endcomment %}
|
|
|
+ {% comment %}<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8c-1.657 0-3 .895-3 2s1.343 2 3 2 3 .895 3 2-1.343 2-3 2m0-8c1.11 0 2.08.402 2.599 1M12 8V7m0 1v8m0 0v1m0-1c-1.11 0-2.08-.402-2.599-1M21 12a9 9 0 11-18 0 9 9 0 0118 0z" />{% endcomment %}
|
|
|
+ {% comment %}</svg>{% endcomment %}
|
|
|
+ {% comment %}</div>{% endcomment %}
|
|
|
+ {% comment %}<p class="text-sm/6 text-gray-800 bold_header">Grow as a Regional Leader and deliver exceptional value to your market</p>{% endcomment %}
|
|
|
+ {% comment %}</div>{% endcomment %}
|
|
|
+ {% comment %}</div>{% endcomment %}
|
|
|
+ {% comment %}</div>{% endcomment %}
|
|
|
|
|
|
{% comment %}<!-- Blogs and News Section -->{% endcomment %}
|
|
|
{% comment %}<div class="container mx-auto px-4 py-8">{% endcomment %}
|
|
@@ -299,7 +393,112 @@
|
|
|
|
|
|
{% collection slug="news" limit=3 template="__collection_list_3.liquid" %}
|
|
|
|
|
|
+
|
|
|
+<!-- Delivery Services Section -->
|
|
|
+
|
|
|
+ <div class="container mx-auto px-4 mb-24">
|
|
|
+ <h2 class="text-3xl md:text-5xl font-bold py-24 text-center">Delivery</h2>
|
|
|
+ <div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-6">
|
|
|
+ <!-- Delivery Time -->
|
|
|
+ <div class="bg-gray-200 p-6 rounded flex flex-col items-center text-center">
|
|
|
+ <div class="w-16 h-16 mb-4 flex items-center justify-center">
|
|
|
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-12 w-12 text-gray-700" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
|
|
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M20 7l-8-4-8 4m16 0v10a2 2 0 01-2 2H6a2 2 0 01-2-2V7m16 0l-8 4m0 0l-8-4m8 4v10" />
|
|
|
+ </svg>
|
|
|
+ </div>
|
|
|
+ <h3 class="font-bold text-base mb-2">Delivery</h3>
|
|
|
+ <p class="text-sm text-gray-600">1-2 working days for sample, 5-9 working days for production.</p>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <!-- Shipping Terms -->
|
|
|
+ <div class="bg-gray-200 p-6 rounded flex flex-col items-center text-center">
|
|
|
+ <div class="w-16 h-16 mb-4 flex items-center justify-center">
|
|
|
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-12 w-12 text-gray-700" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
|
|
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2" />
|
|
|
+ </svg>
|
|
|
+ </div>
|
|
|
+ <h3 class="font-bold text-base mb-2">Shipping terms</h3>
|
|
|
+ <p class="text-sm text-gray-600">Within 45 working days after received the payment by air or your request.</p>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <!-- Sample Charge Policy -->
|
|
|
+ <div class="bg-gray-200 p-6 rounded flex flex-col items-center text-center">
|
|
|
+ <div class="w-16 h-16 mb-4 flex items-center justify-center">
|
|
|
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-12 w-12 text-gray-700" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
|
|
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z" />
|
|
|
+ </svg>
|
|
|
+ </div>
|
|
|
+ <h3 class="font-bold text-base mb-2">Sample charge/refund policy</h3>
|
|
|
+ <p class="text-sm text-gray-600">We assure to return the fee once after the first order, pay 100% of the sample fee in advance.</p>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <!-- Payment Terms -->
|
|
|
+ <div class="bg-gray-200 p-6 rounded flex flex-col items-center text-center">
|
|
|
+ <div class="w-16 h-16 mb-4 flex items-center justify-center">
|
|
|
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-12 w-12 text-gray-700" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
|
|
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M3 10h18M7 15h1m4 0h1m-7 4h12a3 3 0 003-3V8a3 3 0 00-3-3H6a3 3 0 00-3 3v8a3 3 0 003 3z" />
|
|
|
+ </svg>
|
|
|
+ </div>
|
|
|
+ <h3 class="font-bold text-base mb-2">Payment terms:Bank transfer</h3>
|
|
|
+ <p class="text-sm text-gray-600">100% Payment in advance.</p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+
|
|
|
{% include '_footer.liquid' %}
|
|
|
{% include '_footer_js.liquid' %}
|
|
|
+
|
|
|
+<style>
|
|
|
+
|
|
|
+
|
|
|
+ /* 导航菜单样式 */
|
|
|
+ .dropdown {
|
|
|
+ position: relative;
|
|
|
+ padding: 8px 12px;
|
|
|
+ transition: all 0.3s ease;
|
|
|
+ }
|
|
|
+
|
|
|
+ /* 确保下拉菜单内容位置正确 */
|
|
|
+ .dropdown-content {
|
|
|
+ top: 100%;
|
|
|
+ left: 0;
|
|
|
+ }
|
|
|
+
|
|
|
+ /* 整个导航条悬浮样式 */
|
|
|
+ .nav-container {
|
|
|
+ transition: all 0.3s ease;
|
|
|
+ width: 100%;
|
|
|
+ padding-top: 0;
|
|
|
+ padding-bottom: 0;
|
|
|
+ }
|
|
|
+
|
|
|
+ .nav-container:hover {
|
|
|
+ background-color: rgba(255, 255, 255);
|
|
|
+ }
|
|
|
+
|
|
|
+ .nav-container:hover .dropdown > a {
|
|
|
+ color: #1A1A1A !important;
|
|
|
+ }
|
|
|
+
|
|
|
+ /*.nav-container:hover .dropdown > a,*/
|
|
|
+ /*.nav-container:hover .font-bold.text-xl {*/
|
|
|
+ /* color: #999999 !important; !* text-gray-800 *!*/
|
|
|
+ /*}*/
|
|
|
+
|
|
|
+ /*.nav-container:hover .dropdown:hover > a {*/
|
|
|
+ /* color: #999999 !important; !* text-orange-500 *!*/
|
|
|
+ /*}*/
|
|
|
+
|
|
|
+ /* 确保导航背景无间隙覆盖 */
|
|
|
+ .nav-wrapper {
|
|
|
+ position: absolute;
|
|
|
+ top: 0;
|
|
|
+ left: 0;
|
|
|
+ right: 0;
|
|
|
+ z-index: 20;
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
+</style>
|
|
|
</body>
|
|
|
-</html>
|
|
|
+</html>
|