{"id":11,"date":"2026-01-22T19:07:59","date_gmt":"2026-01-22T19:07:59","guid":{"rendered":"https:\/\/www.nourxtyre.com\/?page_id=11"},"modified":"2026-01-22T20:51:42","modified_gmt":"2026-01-22T20:51:42","slug":"home","status":"publish","type":"page","link":"https:\/\/www.nourxtyre.com\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"11\" class=\"elementor elementor-11\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-72f80ec e-con-full e-flex e-con e-parent\" data-id=\"72f80ec\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bf45a38 elementor-widget elementor-widget-html\" data-id=\"bf45a38\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\" class=\"scroll-smooth\">\r\n<head>\r\n<meta charset=\"UTF-8\">\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n<title>NourX - Premium Tyre Retailer, Sharjah<\/title>\r\n<!-- Tailwind CSS CDN -->\r\n<script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\r\n<!-- Google Fonts - Inter -->\r\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\r\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700&display=swap\" rel=\"stylesheet\">\r\n<!-- Lucide Icons -->\r\n<script src=\"https:\/\/unpkg.com\/lucide@0.395.0\/dist\/umd\/lucide.min.js\"><\/script>\r\n\r\n<style>\r\n\/* Define custom color palette based on the business card *\/\r\n:root {\r\n--color-gold: #c0ab84; \/* A sophisticated gold\/tan *\/\r\n--color-gold-light: #f3f0e9; \/* A very light beige for backgrounds *\/\r\n--color-charcoal: #2d3748; \/* Dark grey\/charcoal *\/\r\n--color-blue: #0056b3; \/* A deep professional blue *\/\r\n--font-sans: 'Inter', sans-serif;\r\n}\r\n\r\na:hover,\r\na:focus,\r\na:active {\r\n    color: inherit;\r\n    text-decoration: inherit;\r\n}\r\na.btn.bg-charcoal.text-white.hover\\:bg-gold.px-6.py-2.rounded-lg.normal-case {\r\n    color: white;\r\n}\r\n\r\n\/* Apply base styles *\/\r\nbody {\r\nfont-family: var(--font-sans);\r\nbackground-color: #ffffff;\r\ncolor: var(--color-charcoal);\r\n}\r\n\r\n\/* Custom utility classes *\/\r\n.bg-gold { background-color: var(--color-gold); }\r\n.bg-gold-light { background-color: var(--color-gold-light); }\r\n.bg-charcoal { background-color: var(--color-charcoal); }\r\n.bg-blue { background-color: var(--color-blue); }\r\n\r\n.text-gold { color: var(--color-gold); }\r\n.text-charcoal { color: var(--color-charcoal); }\r\n.text-blue { color: var(--color-blue); }\r\n.text-gold-light { color: var(--color-gold-light); }\r\n\r\n.border-gold { border-color: var(--color-gold); }\r\n\r\n\/* Button styles *\/\r\n.btn {\r\n@apply px-8 py-4 rounded-full font-bold shadow-lg transition-all duration-300 ease-in-out uppercase tracking-wide text-sm;\r\n}\r\n.btn-gold {\r\n@apply bg-gold text-charcoal hover:bg-white hover:text-charcoal hover:shadow-gold\/50;\r\n}\r\n.btn-outline {\r\n@apply bg-transparent border-2 border-white text-white hover:bg-white hover:text-charcoal;\r\n}\r\n.btn-outline-dark {\r\n@apply bg-transparent border-2 border-charcoal text-charcoal hover:bg-charcoal hover:text-white;\r\n}\r\n\r\n\/* Hero section *\/\r\n.hero-section {\r\nposition: relative;\r\nheight: 90vh;\r\nmin-height: 600px;\r\ndisplay: flex;\r\nalign-items: center;\r\nbackground-color: var(--color-charcoal);\r\noverflow: hidden;\r\n}\r\n\r\n\/* Dynamic background pattern *\/\r\n.hero-pattern {\r\nposition: absolute;\r\ntop: 0;\r\nleft: 0;\r\nwidth: 100%;\r\nheight: 100%;\r\nopacity: 0.1;\r\nbackground-image: radial-gradient(var(--color-gold) 1px, transparent 1px);\r\nbackground-size: 30px 30px;\r\n}\r\n\r\n.hero-overlay {\r\nbackground: linear-gradient(90deg, rgba(45, 55, 72, 0.95) 0%, rgba(45, 55, 72, 0.7) 100%);\r\n}\r\n\r\n\/* Catalogue Card Hover Effects *\/\r\n.product-card {\r\n@apply relative overflow-hidden rounded-xl shadow-md transition-all duration-500 bg-white group;\r\n}\r\n.product-card:hover {\r\n@apply shadow-2xl -translate-y-2;\r\n}\r\n.product-image-container {\r\n@apply relative h-72 overflow-hidden bg-gray-100;\r\n}\r\n.product-image {\r\n@apply w-full h-full object-cover transition-transform duration-700 group-hover:scale-110;\r\n}\r\n.product-overlay {\r\n@apply absolute inset-0 bg-black\/40 opacity-0 group-hover:opacity-100 transition-opacity duration-300 flex items-center justify-center;\r\n}\r\n\r\n\/* Section Headers *\/\r\n.section-title {\r\n@apply text-3xl md:text-5xl font-bold mb-4 relative inline-block;\r\n}\r\n.section-title::after {\r\ncontent: '';\r\ndisplay: block;\r\nwidth: 60px;\r\nheight: 4px;\r\nbackground-color: var(--color-gold);\r\nmargin-top: 10px;\r\nborder-radius: 2px;\r\n}\r\n\r\n\/* Texture for light sections *\/\r\n.bg-texture {\r\nbackground-color: #ffffff;\r\nbackground-image: url(\"data:image\/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23f3f0e9' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'\/%3E%3C\/g%3E%3C\/g%3E%3C\/svg%3E\");\r\n}\r\n<\/style>\r\n<\/head>\r\n<body class=\"antialiased\">\r\n\r\n<!-- Header \/ Navigation -->\r\n<header class=\"fixed w-full z-50 transition-all duration-300 bg-white\/95 backdrop-blur-sm shadow-md\">\r\n<nav class=\"container mx-auto px-6 py-4 flex justify-between items-center\">\r\n<!-- Logo -->\r\n<a href=\"#\" class=\"flex items-center gap-3 group\">\r\n<div class=\"bg-charcoal text-white p-2.5 rounded-lg group-hover:bg-gold transition-colors duration-300\">\r\n<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"28\" height=\"28\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n<circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle>\r\n<path d=\"M12 2a10 10 0 0 1 10 10\"><\/path>\r\n<path d=\"M12 12l4 4\"><\/path>\r\n<path d=\"M12 12l-4-4\"><\/path>\r\n<\/svg>\r\n<\/div>\r\n<div class=\"flex flex-col\">\r\n<span class=\"text-2xl font-bold text-charcoal tracking-tighter uppercase leading-none\">NourX<\/span>\r\n<span class=\"text-[10px] font-bold text-gold tracking-widest uppercase mt-1\">Tyre Retailer<\/span>\r\n<\/div>\r\n<\/a>\r\n\r\n<!-- Desktop Navigation -->\r\n<ul class=\"hidden md:flex items-center space-x-8 font-medium text-sm uppercase tracking-wide text-gray-600\">\r\n<li><a href=\"#home\" class=\"hover:text-gold transition-colors\">Home<\/a><\/li>\r\n<li><a href=\"#about\" class=\"hover:text-gold transition-colors\">About<\/a><\/li>\r\n<li><a href=\"#catalogue\" class=\"hover:text-gold transition-colors\">Catalogue<\/a><\/li>\r\n<li><a href=\"#brands\" class=\"hover:text-gold transition-colors\">Brands<\/a><\/li>\r\n<li><a href=\"#contact\" class=\"btn bg-charcoal text-white hover:bg-gold px-6 py-2 rounded-lg normal-case\">Contact Us<\/a><\/li>\r\n<\/ul>\r\n\r\n<!-- Mobile Menu Button -->\r\n<button id=\"mobile-menu-button\" class=\"md:hidden text-charcoal hover:text-gold\">\r\n<i data-lucide=\"menu\" class=\"w-8 h-8\"><\/i>\r\n<\/button>\r\n<\/nav>\r\n\r\n<!-- Mobile Menu -->\r\n<div id=\"mobile-menu\" class=\"hidden fixed inset-0 z-40 bg-white pt-24 px-6 md:hidden\">\r\n<ul class=\"flex flex-col space-y-6 text-xl font-bold text-charcoal\">\r\n<li><a href=\"#home\" class=\"block border-b pb-2 border-gray-100\">Home<\/a><\/li>\r\n<li><a href=\"#about\" class=\"block border-b pb-2 border-gray-100\">About<\/a><\/li>\r\n<li><a href=\"#catalogue\" class=\"block border-b pb-2 border-gray-100\">Tyre Catalogue<\/a><\/li>\r\n<li><a href=\"#brands\" class=\"block border-b pb-2 border-gray-100\">Brands<\/a><\/li>\r\n<li><a href=\"#contact\" class=\"text-gold\">Contact Us<\/a><\/li>\r\n<\/ul>\r\n<button id=\"close-menu\" class=\"absolute top-6 right-6 p-2 bg-gray-100 rounded-full\">\r\n<i data-lucide=\"x\" class=\"w-6 h-6 text-charcoal\"><\/i>\r\n<\/button>\r\n<\/div>\r\n<\/header>\r\n\r\n<main>\r\n<!-- 1. Hero Section -->\r\n<section id=\"home\" class=\"hero-section\">\r\n<div class=\"hero-pattern\"><\/div>\r\n<!-- Hero Background Image -->\r\n<div class=\"absolute inset-0 z-0\">\r\n<img decoding=\"async\" src=\"https:\/\/i.postimg.cc\/rDZc1k2T\/PHOTO-2025-11-14-00-03-38.jpg\"\r\nclass=\"w-full h-full object-cover opacity-40 mix-blend-overlay\" alt=\"Tyre Warehouse Background\">\r\n<\/div>\r\n<div class=\"hero-overlay absolute inset-0 z-0\"><\/div>\r\n\r\n<div class=\"container mx-auto px-6 relative z-10 grid md:grid-cols-2 gap-12 items-center\">\r\n<div class=\"text-white\">\r\n<div class=\"inline-block bg-gold\/20 border border-gold\/30 rounded-full px-4 py-1 mb-6 backdrop-blur-md\">\r\n<span class=\"text-gold text-xs font-bold uppercase tracking-widest\">Sharjah's Premium Seller<\/span>\r\n<\/div>\r\n<h1 class=\"text-5xl md:text-7xl font-bold leading-tight mb-6\">\r\nThe Right Tyre.<br>\r\n<span class=\"text-transparent bg-clip-text bg-gradient-to-r from-gold to-white\">The Right Price.<\/span>\r\n<\/h1>\r\n<p class=\"text-gray-300 text-lg md:text-xl mb-10 max-w-lg leading-relaxed\">\r\nWe specialize exclusively in the sale of high-quality tyres. No distractions, just the best brands at competitive prices for your passenger car, SUV, or fleet.\r\n<\/p>\r\n<div class=\"flex flex-col sm:flex-row gap-4\">\r\n<a href=\"#catalogue\" class=\"btn btn-gold text-center\">View Catalogue<\/a>\r\n<a href=\"#contact\" class=\"btn btn-outline text-center\">Get A Quote<\/a>\r\n<\/div>\r\n<\/div>\r\n<!-- Hero Graphic\/Image -->\r\n<div class=\"hidden md:block relative\">\r\n<div class=\"relative w-full aspect-square max-w-md mx-auto\">\r\n<div class=\"absolute inset-0 bg-gold rounded-full blur-3xl opacity-20 animate-pulse\"><\/div>\r\n<img decoding=\"async\" src=\"https:\/\/www.nourxtyre.com\/wp-content\/uploads\/2026\/01\/WhatsApp-Image-2026-01-23-at-1.26.11-AM.jpeg\">\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n<\/section>\r\n\r\n<!-- 2. Retail Focus Features -->\r\n<section class=\"py-16 bg-white border-b border-gray-100\">\r\n<div class=\"container mx-auto px-6\">\r\n<div class=\"grid grid-cols-1 md:grid-cols-3 gap-8 text-center divide-y md:divide-y-0 md:divide-x divide-gray-100\">\r\n<div class=\"p-4\">\r\n<div class=\"w-16 h-16 bg-gold-light rounded-2xl flex items-center justify-center mx-auto mb-4 text-gold\">\r\n<i data-lucide=\"tag\" class=\"w-8 h-8\"><\/i>\r\n<\/div>\r\n<h3 class=\"text-xl font-bold text-charcoal mb-2\">Wholesale Pricing<\/h3>\r\n<p class=\"text-gray-500\">Direct-to-consumer prices. We cut out the middleman to give you the best deal.<\/p>\r\n<\/div>\r\n<div class=\"p-4\">\r\n<div class=\"w-16 h-16 bg-gold-light rounded-2xl flex items-center justify-center mx-auto mb-4 text-gold\">\r\n<i data-lucide=\"package-check\" class=\"w-8 h-8\"><\/i>\r\n<\/div>\r\n<h3 class=\"text-xl font-bold text-charcoal mb-2\">Huge Inventory<\/h3>\r\n<p class=\"text-gray-500\">Hundreds of tyres in stock. From budget-friendly to premium performance.<\/p>\r\n<\/div>\r\n<div class=\"p-4\">\r\n<div class=\"w-16 h-16 bg-gold-light rounded-2xl flex items-center justify-center mx-auto mb-4 text-gold\">\r\n<i data-lucide=\"shield-check\" class=\"w-8 h-8\"><\/i>\r\n<\/div>\r\n<h3 class=\"text-xl font-bold text-charcoal mb-2\">Authenticity Guaranteed<\/h3>\r\n<p class=\"text-gray-500\">100% genuine products with manufacturer warranties and recent production dates.<\/p>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n<\/section>\r\n\r\n<!-- 3. Tyre Catalogue Section (Main Feature) -->\r\n<section id=\"catalogue\" class=\"py-24 bg-texture\">\r\n<div class=\"container mx-auto px-6\">\r\n<div class=\"flex flex-col md:flex-row justify-between items-end mb-16\">\r\n<div class=\"max-w-2xl\">\r\n<span class=\"text-gold font-bold tracking-widest uppercase text-sm mb-2 block\">Our Inventory<\/span>\r\n<h2 class=\"section-title text-charcoal\">Tyre Catalogue<\/h2>\r\n<p class=\"text-gray-600 mt-4 text-lg\">Browse our selection of top-tier tyres. Send us an inquiry with the tyre model you need.<\/p>\r\n<\/div>\r\n<div class=\"mt-6 md:mt-0\">\r\n<a href=\"#contact\" class=\"group flex items-center font-bold text-charcoal hover:text-gold transition-colors\">\r\nView All Brands <i data-lucide=\"arrow-right\" class=\"ml-2 w-5 h-5 group-hover:translate-x-1 transition-transform\"><\/i>\r\n<\/a>\r\n<\/div>\r\n<\/div>\r\n\r\n<!-- Category Tabs (Visual only for now) -->\r\n<div class=\"flex flex-wrap gap-4 mb-10\">\r\n<button class=\"px-6 py-2 bg-charcoal text-white rounded-full text-sm font-bold shadow-lg\">All Categories<\/button>\r\n<button class=\"px-6 py-2 bg-white text-gray-600 border border-gray-200 rounded-full text-sm font-bold hover:border-gold hover:text-gold transition-colors\">Passenger<\/button>\r\n<button class=\"px-6 py-2 bg-white text-gray-600 border border-gray-200 rounded-full text-sm font-bold hover:border-gold hover:text-gold transition-colors\">SUV \/ 4x4<\/button>\r\n<button class=\"px-6 py-2 bg-white text-gray-600 border border-gray-200 rounded-full text-sm font-bold hover:border-gold hover:text-gold transition-colors\">Commercial<\/button>\r\n<\/div>\r\n\r\n<!-- CATALOGUE GRID -->\r\n<div class=\"grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 gap-8\">\r\n<!-- Item 1 -->\r\n<div class=\"product-card\">\r\n<div class=\"product-image-container\">\r\n<img decoding=\"async\" src=\"https:\/\/i.postimg.cc\/CRrYGgpg\/PHOTO-2025-11-14-00-03-38-3.jpg\" alt=\"Performance Tyre\" class=\"product-image\">\r\n<div class=\"product-overlay\">\r\n<a href=\"#contact\" class=\"bg-white text-charcoal px-6 py-2 rounded-full font-bold hover:bg-gold transition-colors\">Enquire<\/a>\r\n<\/div>\r\n<\/div>\r\n<div class=\"p-5\">\r\n<div class=\"text-xs text-gold font-bold uppercase mb-1\">High Performance<\/div>\r\n<h3 class=\"text-lg font-bold text-charcoal mb-2\">Performance Sport<\/h3>\r\n<p class=\"text-gray-500 text-sm mb-4\">Optimized for grip and handling at high speeds.<\/p>\r\n<div class=\"flex items-center justify-between border-t border-gray-100 pt-3\">\r\n<span class=\"text-xs text-gray-400\">R17 - R22<\/span>\r\n<i data-lucide=\"shopping-bag\" class=\"w-5 h-5 text-charcoal hover:text-gold cursor-pointer\"><\/i>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n\r\n<!-- Item 2 -->\r\n<div class=\"product-card\">\r\n<div class=\"product-image-container\">\r\n<img decoding=\"async\" src=\"https:\/\/i.postimg.cc\/mPpRYsWG\/PHOTO-2025-11-14-00-03-38-4.jpg\" alt=\"Offroad Tyre\" class=\"product-image\">\r\n<div class=\"product-overlay\">\r\n<a href=\"#contact\" class=\"bg-white text-charcoal px-6 py-2 rounded-full font-bold hover:bg-gold transition-colors\">Enquire<\/a>\r\n<\/div>\r\n<\/div>\r\n<div class=\"p-5\">\r\n<div class=\"text-xs text-gold font-bold uppercase mb-1\">Off-Road \/ 4x4<\/div>\r\n<h3 class=\"text-lg font-bold text-charcoal mb-2\">Desert Master A\/T<\/h3>\r\n<p class=\"text-gray-500 text-sm mb-4\">Rugged durability for sand and rocky terrain.<\/p>\r\n<div class=\"flex items-center justify-between border-t border-gray-100 pt-3\">\r\n<span class=\"text-xs text-gray-400\">R16 - R20<\/span>\r\n<i data-lucide=\"shopping-bag\" class=\"w-5 h-5 text-charcoal hover:text-gold cursor-pointer\"><\/i>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n\r\n<!-- Item 3 -->\r\n<div class=\"product-card\">\r\n<div class=\"product-image-container\">\r\n<img decoding=\"async\" src=\"https:\/\/i.postimg.cc\/CRrYGgpY\/PHOTO-2025-11-14-00-03-39-2.jpg\" alt=\"City Tyre\" class=\"product-image\">\r\n<div class=\"product-overlay\">\r\n<a href=\"#contact\" class=\"bg-white text-charcoal px-6 py-2 rounded-full font-bold hover:bg-gold transition-colors\">Enquire<\/a>\r\n<\/div>\r\n<\/div>\r\n<div class=\"p-5\">\r\n<div class=\"text-xs text-gold font-bold uppercase mb-1\">Passenger \/ Sedan<\/div>\r\n<h3 class=\"text-lg font-bold text-charcoal mb-2\">City Comfort Eco<\/h3>\r\n<p class=\"text-gray-500 text-sm mb-4\">Fuel efficient, low noise comfort for daily driving.<\/p>\r\n<div class=\"flex items-center justify-between border-t border-gray-100 pt-3\">\r\n<span class=\"text-xs text-gray-400\">R14 - R18<\/span>\r\n<i data-lucide=\"shopping-bag\" class=\"w-5 h-5 text-charcoal hover:text-gold cursor-pointer\"><\/i>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n\r\n<!-- Item 4 -->\r\n<div class=\"product-card\">\r\n<div class=\"product-image-container\">\r\n<img decoding=\"async\" src=\"https:\/\/i.postimg.cc\/NKCY6cvf\/PHOTO-2025-11-14-00-03-39-3.jpg\" alt=\"Commercial Tyre\" class=\"product-image\">\r\n<div class=\"product-overlay\">\r\n<a href=\"#contact\" class=\"bg-white text-charcoal px-6 py-2 rounded-full font-bold hover:bg-gold transition-colors\">Enquire<\/a>\r\n<\/div>\r\n<\/div>\r\n<div class=\"p-5\">\r\n<div class=\"text-xs text-gold font-bold uppercase mb-1\">Commercial \/ Van<\/div>\r\n<h3 class=\"text-lg font-bold text-charcoal mb-2\">Heavy Load Pro<\/h3>\r\n<p class=\"text-gray-500 text-sm mb-4\">High load capacity and long tread life for fleets.<\/p>\r\n<div class=\"flex items-center justify-between border-t border-gray-100 pt-3\">\r\n<span class=\"text-xs text-gray-400\">R15 - R16<\/span>\r\n<i data-lucide=\"shopping-bag\" class=\"w-5 h-5 text-charcoal hover:text-gold cursor-pointer\"><\/i>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n\r\n<!-- Item 5 -->\r\n<div class=\"product-card\">\r\n<div class=\"product-image-container\">\r\n<img decoding=\"async\" src=\"https:\/\/i.postimg.cc\/w14HXpYq\/PHOTO-2025-11-14-00-03-39-4.jpg\" alt=\"Run Flat Tyre\" class=\"product-image\">\r\n<div class=\"product-overlay\">\r\n<a href=\"#contact\" class=\"bg-white text-charcoal px-6 py-2 rounded-full font-bold hover:bg-gold transition-colors\">Enquire<\/a>\r\n<\/div>\r\n<\/div>\r\n<div class=\"p-5\">\r\n<div class=\"text-xs text-gold font-bold uppercase mb-1\">Safety Tech<\/div>\r\n<h3 class=\"text-lg font-bold text-charcoal mb-2\">Zero Pressure (Run Flat)<\/h3>\r\n<p class=\"text-gray-500 text-sm mb-4\">Drive safely even after a puncture.<\/p>\r\n<div class=\"flex items-center justify-between border-t border-gray-100 pt-3\">\r\n<span class=\"text-xs text-gray-400\">R17 - R21<\/span>\r\n<i data-lucide=\"shopping-bag\" class=\"w-5 h-5 text-charcoal hover:text-gold cursor-pointer\"><\/i>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n\r\n<!-- Item 6 -->\r\n<div class=\"product-card\">\r\n<div class=\"product-image-container\">\r\n<img decoding=\"async\" src=\"https:\/\/i.postimg.cc\/75tD3kr6\/PHOTO-2025-11-14-00-03-39-5.jpg\" alt=\"Racing Tyre\" class=\"product-image\">\r\n<div class=\"product-overlay\">\r\n<a href=\"#contact\" class=\"bg-white text-charcoal px-6 py-2 rounded-full font-bold hover:bg-gold transition-colors\">Enquire<\/a>\r\n<\/div>\r\n<\/div>\r\n<div class=\"p-5\">\r\n<div class=\"text-xs text-gold font-bold uppercase mb-1\">Track \/ Sport<\/div>\r\n<h3 class=\"text-lg font-bold text-charcoal mb-2\">Sport Control<\/h3>\r\n<p class=\"text-gray-500 text-sm mb-4\">Maximum dry grip for track days and sports cars.<\/p>\r\n<div class=\"flex items-center justify-between border-t border-gray-100 pt-3\">\r\n<span class=\"text-xs text-gray-400\">R18 - R20<\/span>\r\n<i data-lucide=\"shopping-bag\" class=\"w-5 h-5 text-charcoal hover:text-gold cursor-pointer\"><\/i>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n\r\n<!-- Item 7 -->\r\n<div class=\"product-card\">\r\n<div class=\"product-image-container\">\r\n<img decoding=\"async\" src=\"https:\/\/i.postimg.cc\/sMHyYrC1\/PHOTO-2025-11-14-00-03-39-6.jpg\" alt=\"All Season Tyre\" class=\"product-image\">\r\n<div class=\"product-overlay\">\r\n<a href=\"#contact\" class=\"bg-white text-charcoal px-6 py-2 rounded-full font-bold hover:bg-gold transition-colors\">Enquire<\/a>\r\n<\/div>\r\n<\/div>\r\n<div class=\"p-5\">\r\n<div class=\"text-xs text-gold font-bold uppercase mb-1\">All-Season<\/div>\r\n<h3 class=\"text-lg font-bold text-charcoal mb-2\">Touring Master<\/h3>\r\n<p class=\"text-gray-500 text-sm mb-4\">Reliable performance in all weather conditions.<\/p>\r\n<div class=\"flex items-center justify-between border-t border-gray-100 pt-3\">\r\n<span class=\"text-xs text-gray-400\">R15 - R19<\/span>\r\n<i data-lucide=\"shopping-bag\" class=\"w-5 h-5 text-charcoal hover:text-gold cursor-pointer\"><\/i>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n\r\n<!-- Item 8 -->\r\n<div class=\"product-card\">\r\n<div class=\"product-image-container\">\r\n<img decoding=\"async\" src=\"https:\/\/i.postimg.cc\/Bj7sT0fj\/PHOTO-2025-11-14-00-03-39-7.jpg\" alt=\"SUV Tyre\" class=\"product-image\">\r\n<div class=\"product-overlay\">\r\n<a href=\"#contact\" class=\"bg-white text-charcoal px-6 py-2 rounded-full font-bold hover:bg-gold transition-colors\">Enquire<\/a>\r\n<\/div>\r\n<\/div>\r\n<div class=\"p-5\">\r\n<div class=\"text-xs text-gold font-bold uppercase mb-1\">SUV \/ Crossover<\/div>\r\n<h3 class=\"text-lg font-bold text-charcoal mb-2\">Urban Cross<\/h3>\r\n<p class=\"text-gray-500 text-sm mb-4\">Enhanced stability for taller vehicles.<\/p>\r\n<div class=\"flex items-center justify-between border-t border-gray-100 pt-3\">\r\n<span class=\"text-xs text-gray-400\">R17 - R21<\/span>\r\n<i data-lucide=\"shopping-bag\" class=\"w-5 h-5 text-charcoal hover:text-gold cursor-pointer\"><\/i>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n\r\n<!-- Item 9 -->\r\n<div class=\"product-card\">\r\n<div class=\"product-image-container\">\r\n<img decoding=\"async\" src=\"https:\/\/i.postimg.cc\/Y4478stv\/PHOTO-2025-11-14-00-03-39-8.jpg\" alt=\"Premium Tyre\" class=\"product-image\">\r\n<div class=\"product-overlay\">\r\n<a href=\"#contact\" class=\"bg-white text-charcoal px-6 py-2 rounded-full font-bold hover:bg-gold transition-colors\">Enquire<\/a>\r\n<\/div>\r\n<\/div>\r\n<div class=\"p-5\">\r\n<div class=\"text-xs text-gold font-bold uppercase mb-1\">Luxury \/ Quiet<\/div>\r\n<h3 class=\"text-lg font-bold text-charcoal mb-2\">Silent Drive<\/h3>\r\n<p class=\"text-gray-500 text-sm mb-4\">Engineered for absolute cabin silence.<\/p>\r\n<div class=\"flex items-center justify-between border-t border-gray-100 pt-3\">\r\n<span class=\"text-xs text-gray-400\">R18 - R22<\/span>\r\n<i data-lucide=\"shopping-bag\" class=\"w-5 h-5 text-charcoal hover:text-gold cursor-pointer\"><\/i>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n\r\n<!-- Item 10 -->\r\n<div class=\"product-card\">\r\n<div class=\"product-image-container\">\r\n<img decoding=\"async\" src=\"https:\/\/i.postimg.cc\/CZZ0JQwz\/PHOTO-2025-11-14-00-03-39-9.jpg\" alt=\"Sport Tyre\" class=\"product-image\">\r\n<div class=\"product-overlay\">\r\n<a href=\"#contact\" class=\"bg-white text-charcoal px-6 py-2 rounded-full font-bold hover:bg-gold transition-colors\">Enquire<\/a>\r\n<\/div>\r\n<\/div>\r\n<div class=\"p-5\">\r\n<div class=\"text-xs text-gold font-bold uppercase mb-1\">Sport \/ Track<\/div>\r\n<h3 class=\"text-lg font-bold text-charcoal mb-2\">Advan Sport<\/h3>\r\n<p class=\"text-gray-500 text-sm mb-4\">Superior grip for aggressive driving styles.<\/p>\r\n<div class=\"flex items-center justify-between border-t border-gray-100 pt-3\">\r\n<span class=\"text-xs text-gray-400\">R19 - R21<\/span>\r\n<i data-lucide=\"shopping-bag\" class=\"w-5 h-5 text-charcoal hover:text-gold cursor-pointer\"><\/i>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n\r\n<!-- Item 11 -->\r\n<div class=\"product-card\">\r\n<div class=\"product-image-container\">\r\n<img decoding=\"async\" src=\"https:\/\/i.postimg.cc\/qND0sTH8\/PHOTO-2025-11-14-00-03-40.jpg\" alt=\"Economy Tyre\" class=\"product-image\">\r\n<div class=\"product-overlay\">\r\n<a href=\"#contact\" class=\"bg-white text-charcoal px-6 py-2 rounded-full font-bold hover:bg-gold transition-colors\">Enquire<\/a>\r\n<\/div>\r\n<\/div>\r\n<div class=\"p-5\">\r\n<div class=\"text-xs text-gold font-bold uppercase mb-1\">Budget Friendly<\/div>\r\n<h3 class=\"text-lg font-bold text-charcoal mb-2\">Eco Saver<\/h3>\r\n<p class=\"text-gray-500 text-sm mb-4\">Great value without compromising safety.<\/p>\r\n<div class=\"flex items-center justify-between border-t border-gray-100 pt-3\">\r\n<span class=\"text-xs text-gray-400\">R13 - R16<\/span>\r\n<i data-lucide=\"shopping-bag\" class=\"w-5 h-5 text-charcoal hover:text-gold cursor-pointer\"><\/i>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n\r\n<!-- Item 12 -->\r\n<div class=\"product-card\">\r\n<div class=\"product-image-container\">\r\n<img decoding=\"async\" src=\"https:\/\/i.postimg.cc\/75tD3krG\/PHOTO-2025-11-14-00-03-40-2.jpg\" alt=\"Durability Tyre\" class=\"product-image\">\r\n<div class=\"product-overlay\">\r\n<a href=\"#contact\" class=\"bg-white text-charcoal px-6 py-2 rounded-full font-bold hover:bg-gold transition-colors\">Enquire<\/a>\r\n<\/div>\r\n<\/div>\r\n<div class=\"p-5\">\r\n<div class=\"text-xs text-gold font-bold uppercase mb-1\">Long Life<\/div>\r\n<h3 class=\"text-lg font-bold text-charcoal mb-2\">Endurance Plus<\/h3>\r\n<p class=\"text-gray-500 text-sm mb-4\">Hard compound for maximum mileage.<\/p>\r\n<div class=\"flex items-center justify-between border-t border-gray-100 pt-3\">\r\n<span class=\"text-xs text-gray-400\">R15 - R18<\/span>\r\n<i data-lucide=\"shopping-bag\" class=\"w-5 h-5 text-charcoal hover:text-gold cursor-pointer\"><\/i>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n\r\n<\/div>\r\n<\/div>\r\n<\/section>\r\n\r\n<!-- 4. Brands Marquee -->\r\n<section id=\"brands\" class=\"py-20 bg-charcoal text-white overflow-hidden\">\r\n<div class=\"container mx-auto px-6 mb-10 text-center\">\r\n<span class=\"text-gold font-bold tracking-widest uppercase text-sm\">Official Retailer<\/span>\r\n<h2 class=\"text-3xl font-bold mt-2\">Stocking Global Giants<\/h2>\r\n<\/div>\r\n<div class=\"relative w-full\">\r\n<div class=\"flex flex-wrap justify-center gap-8 md:gap-16 opacity-70\">\r\n<h3 class=\"text-2xl font-bold tracking-tighter text-gray-400 hover:text-white transition-colors\">MICHELIN<\/h3>\r\n<h3 class=\"text-2xl font-bold tracking-tighter text-gray-400 hover:text-white transition-colors\">BRIDGESTONE<\/h3>\r\n<h3 class=\"text-2xl font-bold tracking-tighter text-gray-400 hover:text-white transition-colors\">PIRELLI<\/h3>\r\n<h3 class=\"text-2xl font-bold tracking-tighter text-gray-400 hover:text-white transition-colors\">CONTINENTAL<\/h3>\r\n<h3 class=\"text-2xl font-bold tracking-tighter text-gray-400 hover:text-white transition-colors\">GOODYEAR<\/h3>\r\n<h3 class=\"text-2xl font-bold tracking-tighter text-gray-400 hover:text-white transition-colors\">DUNLOP<\/h3>\r\n<h3 class=\"text-2xl font-bold tracking-tighter text-gray-400 hover:text-white transition-colors\">YOKOHAMA<\/h3>\r\n<\/div>\r\n<\/div>\r\n<\/section>\r\n\r\n<!-- 5. About \/ Store Info -->\r\n<section id=\"about\" class=\"py-24 bg-white\">\r\n<div class=\"container mx-auto px-6\">\r\n<div class=\"grid md:grid-cols-2 gap-16 items-center\">\r\n<div>\r\n<div class=\"relative\">\r\n<div class=\"absolute -top-4 -left-4 w-24 h-24 bg-gold\/20 rounded-full blur-xl\"><\/div>\r\n<img decoding=\"async\" src=\"https:\/\/i.postimg.cc\/75ZwJLdx\/PHOTO-2025-11-14-00-03-38-2.jpg\" class=\"relative rounded-2xl shadow-2xl z-10 w-full object-cover\" alt=\"NourX Tyre Inventory\">\r\n<div class=\"absolute -bottom-6 -right-6 bg-charcoal text-white p-6 rounded-xl shadow-xl z-20\">\r\n<p class=\"font-bold text-3xl text-gold\">100%<\/p>\r\n<p class=\"text-sm uppercase tracking-wider\">Original Tyres<\/p>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n<div>\r\n<span class=\"text-gold font-bold tracking-widest uppercase text-sm mb-2 block\">About NourX<\/span>\r\n<h2 class=\"section-title text-charcoal\">We Know Tyres.<\/h2>\r\n<p class=\"text-gray-600 text-lg mb-6 leading-relaxed\">\r\nLocated in the heart of Sharjah's Industrial Area 8, NourX is a dedicated tyre retailer. We focus on one thing and do it well: supplying you with the best tyres for your specific needs.\r\n<\/p>\r\n<p class=\"text-gray-600 text-lg mb-8 leading-relaxed\">\r\nUnlike general garages, our inventory is curated to handle the heat and terrain of the UAE. Whether you need budget-friendly options for a city runabout or high-end rubber for a luxury SUV, we have the stock ready for immediate purchase.\r\n<\/p>\r\n<ul class=\"space-y-4 mb-8\">\r\n<li class=\"flex items-center text-charcoal font-medium\">\r\n<i data-lucide=\"check-circle\" class=\"text-gold w-5 h-5 mr-3\"><\/i> Direct Importers\r\n<\/li>\r\n<li class=\"flex items-center text-charcoal font-medium\">\r\n<i data-lucide=\"check-circle\" class=\"text-gold w-5 h-5 mr-3\"><\/i> Bulk Orders Welcome\r\n<\/li>\r\n<li class=\"flex items-center text-charcoal font-medium\">\r\n<i data-lucide=\"check-circle\" class=\"text-gold w-5 h-5 mr-3\"><\/i> Expert Product Knowledge\r\n<\/li>\r\n<\/ul>\r\n<a href=\"#contact\" class=\"btn btn-outline-dark\">Visit Our Shop<\/a>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n<\/section>\r\n\r\n<!-- 6. Call to Action \/ Contact -->\r\n<section id=\"contact\" class=\"py-24 bg-charcoal relative overflow-hidden text-white\">\r\n<!-- Decorative circles -->\r\n<div class=\"absolute top-0 right-0 w-96 h-96 bg-gold rounded-full blur-[100px] opacity-20 transform translate-x-1\/2 -translate-y-1\/2\"><\/div>\r\n<div class=\"absolute bottom-0 left-0 w-64 h-64 bg-blue rounded-full blur-[80px] opacity-20 transform -translate-x-1\/2 translate-y-1\/2\"><\/div>\r\n\r\n<div class=\"container mx-auto px-6 relative z-10\">\r\n<div class=\"max-w-4xl mx-auto bg-white\/5 backdrop-blur-lg border border-white\/10 rounded-3xl p-8 md:p-12 shadow-2xl\">\r\n<div class=\"text-center mb-10\">\r\n<h2 class=\"text-3xl md:text-5xl font-bold mb-4\">Ready to Buy?<\/h2>\r\n<p class=\"text-gray-300 text-lg\">Contact us for availability and the day's best prices.<\/p>\r\n<\/div>\r\n\r\n<div class=\"grid md:grid-cols-2 gap-12\">\r\n<div class=\"space-y-8\">\r\n<div class=\"flex items-start\">\r\n<div class=\"bg-gold p-3 rounded-lg text-charcoal mr-4\">\r\n<i data-lucide=\"phone-call\" class=\"w-6 h-6\"><\/i>\r\n<\/div>\r\n<div>\r\n<h4 class=\"font-bold text-lg mb-1\">Call for Stock<\/h4>\r\n<a href=\"tel:+971568943183\" class=\"text-2xl font-bold text-gold hover:text-white transition-colors\">+971 56 894 3183<\/a>\r\n<p class=\"text-gray-400 text-sm mt-1\">Direct Line (Ali)<\/p>\r\n<\/div>\r\n<\/div>\r\n\r\n<div class=\"flex items-start\">\r\n<div class=\"bg-gold p-3 rounded-lg text-charcoal mr-4\">\r\n<i data-lucide=\"message-square\" class=\"w-6 h-6\"><\/i>\r\n<\/div>\r\n<div>\r\n<h4 class=\"font-bold text-lg mb-1\">WhatsApp Us<\/h4>\r\n<p class=\"text-gray-300 mb-2\">Send us your tyre size (e.g., 265\/65R17) for an instant quote.<\/p>\r\n<a href=\"https:\/\/wa.me\/971568943183\" class=\"inline-flex items-center text-gold hover:text-white font-bold\">\r\nChat Now <i data-lucide=\"arrow-right\" class=\"ml-2 w-4 h-4\"><\/i>\r\n<\/a>\r\n<\/div>\r\n<\/div>\r\n\r\n<div class=\"flex items-start\">\r\n<div class=\"bg-gold p-3 rounded-lg text-charcoal mr-4\">\r\n<i data-lucide=\"map-pin\" class=\"w-6 h-6\"><\/i>\r\n<\/div>\r\n<div>\r\n<h4 class=\"font-bold text-lg mb-1\">Visit Store<\/h4>\r\n<p class=\"text-gray-300\">Shop G-18, Industrial Area 8<br>Sharjah, UAE<\/p>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n\r\n<div class=\"rounded-xl overflow-hidden border border-white\/20 shadow-lg h-64 md:h-auto\">\r\n<iframe\r\nsrc=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d3605.811568453443!2d55.43238681501255!3d25.34381668382761!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3e5f5be4a161f3a1%3A0x7d6a50336a536735!2sSharjah%20Industrial%20Area%208%20-%20Sharjah%20-%20United%20Arab%20Emirates!5e0!3m2!1sen!2s!4v1678886400000!5m2!1sen!2s\"\r\nwidth=\"100%\"\r\nheight=\"100%\"\r\nstyle=\"border:0;\"\r\nallowfullscreen=\"\"\r\nloading=\"lazy\"\r\nreferrerpolicy=\"no-referrer-when-downgrade\">\r\n<\/iframe>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n<\/section>\r\n<\/main>\r\n\r\n<footer class=\"bg-gray-900 text-gray-400 py-12 border-t border-gray-800\">\r\n<div class=\"container mx-auto px-6 flex flex-col md:flex-row justify-between items-center\">\r\n<div class=\"mb-6 md:mb-0\">\r\n<span class=\"text-2xl font-bold text-white uppercase tracking-tighter\">NourX<\/span>\r\n<p class=\"text-sm mt-2\">Sharjah's Premium Tyre Retailer<\/p>\r\n<\/div>\r\n<div class=\"text-center md:text-right\">\r\n<p>&copy; <span id=\"current-year\"><\/span> NourX. All rights reserved.<\/p>\r\n<\/div>\r\n<\/div>\r\n<\/footer>\r\n\r\n<script>\r\n\/\/ Mobile Menu Logic\r\nconst mobileBtn = document.getElementById('mobile-menu-button');\r\nconst closeBtn = document.getElementById('close-menu');\r\nconst mobileMenu = document.getElementById('mobile-menu');\r\n\r\nfunction toggleMenu() {\r\nmobileMenu.classList.toggle('hidden');\r\n}\r\n\r\nmobileBtn.addEventListener('click', toggleMenu);\r\ncloseBtn.addEventListener('click', toggleMenu);\r\n\r\n\/\/ Close menu when clicking a link\r\nmobileMenu.querySelectorAll('a').forEach(link => {\r\nlink.addEventListener('click', toggleMenu);\r\n});\r\n\r\n\/\/ Update Year\r\ndocument.getElementById('current-year').textContent = new Date().getFullYear();\r\n\r\n\/\/ Initialize Icons\r\nlucide.createIcons();\r\n<\/script>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>NourX &#8211; Premium Tyre Retailer, Sharjah NourX Tyre Retailer Home About Catalogue Brands Contact Us Home About Tyre Catalogue Brands Contact Us Sharjah&#8217;s Premium Seller The Right Tyre. The Right Price. We specialize exclusively in the sale of high-quality tyres. No distractions, just the best brands at competitive prices for your passenger car, SUV, or [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-11","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.nourxtyre.com\/index.php?rest_route=\/wp\/v2\/pages\/11","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.nourxtyre.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.nourxtyre.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.nourxtyre.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.nourxtyre.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=11"}],"version-history":[{"count":79,"href":"https:\/\/www.nourxtyre.com\/index.php?rest_route=\/wp\/v2\/pages\/11\/revisions"}],"predecessor-version":[{"id":114,"href":"https:\/\/www.nourxtyre.com\/index.php?rest_route=\/wp\/v2\/pages\/11\/revisions\/114"}],"wp:attachment":[{"href":"https:\/\/www.nourxtyre.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=11"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}