{"id":109,"date":"2021-11-17T04:22:52","date_gmt":"2021-11-17T04:22:52","guid":{"rendered":"https:\/\/kingscrown.com.tr\/?page_id=109"},"modified":"2026-05-13T08:52:15","modified_gmt":"2026-05-13T08:52:15","slug":"%d9%86%d8%a8%d8%b0%d8%a9-%d8%b9%d9%86%d8%a7-2","status":"publish","type":"page","link":"https:\/\/kingscrown.com.tr\/ar\/about-us-2\/","title":{"rendered":"\u0646\u0628\u0630\u0629 \u0639\u0646\u0627-2"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"109\" class=\"elementor elementor-109\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-14f8e3e elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no\" data-id=\"14f8e3e\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8638a7d\" data-id=\"8638a7d\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7f3653a elementor-widget elementor-widget-transflash_elementor_heading\" data-id=\"7f3653a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"transflash_elementor_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t    <div class=\"ova-heading\">\n\t\t \t   <h2 class=\"title\">\t\t\t\t\t\t\t\t\t\t\tKings Crown Company\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t    <\/div>\n\n         \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-1134751 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no e-con e-parent\" data-id=\"1134751\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6b62fef elementor-widget elementor-widget-html\" data-id=\"6b62fef\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"spice-layer-root\"><\/div>\n\n<script>\n(function() {\n    const root = document.getElementById('spice-layer-root');\n    root.style.cssText = `\n        position: fixed;\n        inset: 0;\n        pointer-events: none;\n        z-index: 20;\n        opacity: 0; \n        transition: opacity 1.2s ease; \/* \u0130lk scroll'da yumu\u015fak giri\u015f *\/\n    `;\n\n    const images = [\n        'https:\/\/kingscrown.com.tr\/wp-content\/uploads\/2026\/03\/2-1.png', \/\/ Nut\n        'https:\/\/kingscrown.com.tr\/wp-content\/uploads\/2026\/03\/2.png',   \/\/ Coffee\n        'https:\/\/kingscrown.com.tr\/wp-content\/uploads\/2026\/03\/6.png',   \/\/ Pepper (B\u00fcy\u00fck)\n        'https:\/\/kingscrown.com.tr\/wp-content\/uploads\/2026\/03\/5.png'    \/\/ Clove (B\u00fcy\u00fck)\n    ];\n\n    const particles = [];\n    const count = 12; \/\/ Daha kar\u0131\u015f\u0131k bir g\u00f6r\u00fcnt\u00fc i\u00e7in say\u0131 artt\u0131\n\n    let mX = 0, mY = 0;\n    let targetMX = 0, targetMY = 0;\n    let hasScrolled = false;\n\n    window.addEventListener('mousemove', (e) => {\n        targetMX = (e.clientX \/ window.innerWidth) - 0.5;\n        targetMY = (e.clientY \/ window.innerHeight) - 0.5;\n    });\n\n    for (let i = 0; i < count; i++) {\n        const el = document.createElement('div');\n        const imgIndex = i % images.length;\n        \n        \/\/ BOYUTLAR: Karabiber ve Karanfil belirginle\u015ftirildi\n        let size = 150;\n        if (imgIndex === 2) size = 135; \/\/ Pepper\n        if (imgIndex === 3) size = 175; \/\/ Clove\n        if (imgIndex === 1) size = 185; \/\/ Coffee\n\n        el.style.cssText = `\n            position: absolute;\n            width: ${size}px;\n            height: ${size}px;\n            background: url(\"${images[imgIndex]}\") no-repeat center\/contain;\n            opacity: 0.85;\n            will-change: transform;\n            image-rendering: -webkit-optimize-contrast;\n            \/* YERLER: Ekran\u0131n her yerine daha geni\u015f ve kar\u0131\u015f\u0131k da\u011f\u0131l\u0131m *\/\n            left: ${Math.random() * 95 - 5}%; \n            top: ${Math.random() * 100 - 10}%;\n        `;\n\n        root.appendChild(el);\n\n        particles.push({\n            el,\n            depth: 0.15 + Math.random() * 0.7, \/\/ Derinlik fark\u0131 artt\u0131\n            base: Math.random() * 360,\n            seed: Math.random() * 2000,\n            rotSpeed: (Math.random() - 0.5) * 2 \/\/ Ki\u015fisel d\u00f6n\u00fc\u015f h\u0131z\u0131\n        });\n    }\n\n    function animate() {\n        const scrollY = window.scrollY;\n\n        \/\/ \u0130LK SCROLL KONTROL\u00dc\n        if (!hasScrolled && scrollY > 50) {\n            hasScrolled = true;\n            root.style.opacity = \"1\"; \/\/ G\u00f6r\u00fcnmeye ba\u015fla\n        }\n\n        \/\/ Smooth Mouse\n        mX += (targetMX - mX) * 0.05;\n        mY += (targetMY - mY) * 0.05;\n\n        particles.forEach((p, i) => {\n            \/\/ SCROLL ETK\u0130S\u0130: Ya\u011fmur gibi akmak yerine \"esneme\" hareketi\n            const moveY = scrollY * p.depth * 0.2; \n\n            \/\/ MOUSE ETK\u0130S\u0130: Daha geni\u015f ve tepkisel\n            const parallaxX = mX * p.depth * 160;\n            const parallaxY = mY * p.depth * 160;\n\n            \/\/ ROTASYON: Hem scroll hem zaman odakl\u0131 asil d\u00f6n\u00fc\u015f\n            const rotate = p.base + (scrollY * 0.05 * p.rotSpeed) + Math.sin(scrollY * 0.001 + p.seed) * 15;\n\n            p.el.style.transform = `\n                translate3d(${Math.round(parallaxX)}px, ${Math.round(moveY + parallaxY)}px, 0)\n                rotate(${Math.round(rotate)}deg)\n            `;\n        });\n\n        requestAnimationFrame(animate);\n    }\n\n    animate();\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-00f351e elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no\" data-id=\"00f351e\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-4dc3c5c\" data-id=\"4dc3c5c\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2e2b1ab elementor-widget elementor-widget-transflash_elementor_heading\" data-id=\"2e2b1ab\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"transflash_elementor_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t    <div class=\"ova-heading\">\n\t\t \t   <h2 class=\"title\">\t\t\t\t\t\t\t\t\t\t\tWelcome to Kings Crown Company\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t<p class=\"description\">\n\t\t\t\t\t\t\tWe specialize in providing high-quality products and reliable services to meet the diverse needs of businesses around the world. With years of experience in the industry, our team is dedicated to making your trading experience as seamless and efficient as possible.\nAt Kings Crown company we pride ourselves on our extensive network of suppliers, manufacturers, and distributors, allowing us to source a wide range of products at competitive prices. Whether you&#039;re looking for raw materials, finished goods, or custom solutions, we have the expertise and resources to deliver exactly what you need.\t\t\t\t\t<\/p>\n\t\t\t\t\t\t    <\/div>\n\n         \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1a2aba4 elementor-widget elementor-widget-transflash_elementor_heading\" data-id=\"1a2aba4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"transflash_elementor_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t    <div class=\"ova-heading\">\n\t\t \t   <h4 class=\"title\">\t\t\t\t\t\t\t\t\t\t\tOur Mission\t\t\t\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\t\t\t\t<p class=\"description\">\n\t\t\t\t\t\t\tAt Kings Crown Company our mission is to provide the highest quality for all our products ( oils, cardamom, nuts, pulses, spices , .... ) to customers around the world, delivering exceptional taste and premium products that elevate culinary experiences. We are passionate about sourcing the finest ingredients from trusted growers and producers, ensuring that every product we offer is both sustainable and ethically sourced.\n\nWhether you\u2019re a gourmet chef, a health-conscious consumer, or a business looking to add exceptional ingredients to your offerings, we are committed to supplying you with products that meet the highest standards of quality, freshness, and flavor. Our goal is to not only offer you the best in oils, cardamom, and nuts but to also foster a deeper connection to the roots of these rich, ancient ingredients.\n\nBy prioritizing integrity, sustainability, and innovation, we aim to enrich every meal, enhance every dish, and provide customers with products they can trust.\t\t\t\t\t<\/p>\n\t\t\t\t\t\t    <\/div>\n\n         \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-aa62fd3 elementor-widget elementor-widget-transflash_elementor_heading\" data-id=\"aa62fd3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"transflash_elementor_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t    <div class=\"ova-heading\">\n\t\t \t   <h4 class=\"title\">\t\t\t\t\t\t\t\t\t\t\tOur Vision\t\t\t\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\t\t\t\t<p class=\"description\">\n\t\t\t\t\t\t\tAt Kings Crown company, our vision is to become a global leader in providing premium oils, cardamom, and nuts, offering exceptional products that enrich the culinary experiences and health of our customers. We aim to create a lasting impact by promoting sustainable practices, fostering strong relationships with suppliers and customers, and continuously innovating to meet the evolving demands of the global market.\n \nWe envision a future where every meal and every business benefits from the finest ingredients, sourced responsibly and delivered with care\u2014helping people around the world savor the true essence of quality and flavor.\t\t\t\t\t<\/p>\n\t\t\t\t\t\t    <\/div>\n\n         \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-f89a251\" data-id=\"f89a251\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2bcb2da elementor-widget elementor-widget-image\" data-id=\"2bcb2da\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"682\" height=\"1024\" src=\"https:\/\/kingscrown.com.tr\/wp-content\/uploads\/2025\/11\/32-yildir-682x1024.jpg\" class=\"attachment-large size-large wp-image-5410\" alt=\"\" srcset=\"https:\/\/kingscrown.com.tr\/wp-content\/uploads\/2025\/11\/32-yildir-682x1024.jpg 682w, https:\/\/kingscrown.com.tr\/wp-content\/uploads\/2025\/11\/32-yildir-200x300.jpg 200w, https:\/\/kingscrown.com.tr\/wp-content\/uploads\/2025\/11\/32-yildir-768x1154.jpg 768w, https:\/\/kingscrown.com.tr\/wp-content\/uploads\/2025\/11\/32-yildir-600x901.jpg 600w, https:\/\/kingscrown.com.tr\/wp-content\/uploads\/2025\/11\/32-yildir.jpg 896w\" sizes=\"(max-width: 682px) 100vw, 682px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-422d335 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no\" data-id=\"422d335\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-edb1fcc\" data-id=\"edb1fcc\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-308ee73 elementor-widget elementor-widget-transflash_elementor_heading\" data-id=\"308ee73\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"transflash_elementor_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t    <div class=\"ova-heading\">\n\t\t \t   <h2 class=\"title\">\t\t\t\t\t\t\t\t\t\t\tWhy Choose Us?\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t    <\/div>\n\n         \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-91b7229 elementor-section-full_width elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no\" data-id=\"91b7229\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-a48cde0\" data-id=\"a48cde0\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-620868a elementor-widget elementor-widget-transflash_elementor_our_progress\" data-id=\"620868a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"transflash_elementor_our_progress.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t \t <div class=\"ova-our-progress\">\n\t            \t\n\t\t        \t\t\t    <div class=\"progress-list\">\n\n                 \t\t\t\t\t\t\t<div class=\"text-number\">\n\t\t\t\t\t\t\t1\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t<div class=\"content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"title\">\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t                    \t\t\t\t\t\t\t\t\tPremium Quality Products:\t\t\t\t\t\t\t    \n\t\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"text-list\">\n\t\t\t\t\t\t\t\t<p>We carefully select the finest ( oils, cardamom, and nuts , \u2026. ) from trusted sources to ensure that every product meets the highest quality standards. Our products are known for their superior taste, freshness, and authenticity.<\/p>\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n                <\/div>\n\t\t\t\t\t\t\t    <div class=\"progress-list\">\n\n                 \t\t\t\t\t\t\t<div class=\"text-number\">\n\t\t\t\t\t\t\t2\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t<div class=\"content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"title\">\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t                    \t\t\t\t\t\t\t\t\tEthically Sourced:\t\t\t\t\t\t\t    \n\t\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"text-list\">\n\t\t\t\t\t\t\t\t<p>Sustainability and ethical sourcing are at the heart of our business. We work closely with farmers and producers who share our commitment to responsible farming practices, ensuring that our products are both good for you and good for the planet.<\/p>\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n                <\/div>\n\t\t\t\t\t\t\t    <div class=\"progress-list\">\n\n                 \t\t\t\t\t\t\t<div class=\"text-number\">\n\t\t\t\t\t\t\t3\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t<div class=\"content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"title\">\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t                    \t\t\t\t\t\t\t\t\tExpertise &amp; Knowledge:\t\t\t\t\t\t\t    \n\t\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"text-list\">\n\t\t\t\t\t\t\t\t<p>With years of experience in the industry, our team brings in-depth knowledge of the unique qualities of oils, cardamom, and nuts. We are passionate about sharing this expertise with our customers to help them make informed decisions.<\/p>\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n                <\/div>\n\t\t\t\t\n\t\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8127a28\" data-id=\"8127a28\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2a0c539 elementor-widget elementor-widget-image\" data-id=\"2a0c539\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"660\" height=\"666\" src=\"https:\/\/kingscrown.com.tr\/wp-content\/uploads\/2021\/12\/our-process-right.jpg\" class=\"attachment-full size-full wp-image-1708\" alt=\"\" srcset=\"https:\/\/kingscrown.com.tr\/wp-content\/uploads\/2021\/12\/our-process-right.jpg 660w, https:\/\/kingscrown.com.tr\/wp-content\/uploads\/2021\/12\/our-process-right-100x100.jpg 100w, https:\/\/kingscrown.com.tr\/wp-content\/uploads\/2021\/12\/our-process-right-600x605.jpg 600w, https:\/\/kingscrown.com.tr\/wp-content\/uploads\/2021\/12\/our-process-right-297x300.jpg 297w, https:\/\/kingscrown.com.tr\/wp-content\/uploads\/2021\/12\/our-process-right-150x150.jpg 150w\" sizes=\"(max-width: 660px) 100vw, 660px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-4d2ca56 elementor-section-full_width elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no\" data-id=\"4d2ca56\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-fa5566d\" data-id=\"fa5566d\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4dd683b elementor-widget elementor-widget-image\" data-id=\"4dd683b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"660\" height=\"530\" src=\"https:\/\/kingscrown.com.tr\/wp-content\/uploads\/2021\/12\/gallery-slider-01.jpg\" class=\"attachment-full size-full wp-image-1755\" alt=\"\" srcset=\"https:\/\/kingscrown.com.tr\/wp-content\/uploads\/2021\/12\/gallery-slider-01.jpg 660w, https:\/\/kingscrown.com.tr\/wp-content\/uploads\/2021\/12\/gallery-slider-01-600x482.jpg 600w, https:\/\/kingscrown.com.tr\/wp-content\/uploads\/2021\/12\/gallery-slider-01-300x241.jpg 300w\" sizes=\"(max-width: 660px) 100vw, 660px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-fa6d8ae\" data-id=\"fa6d8ae\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6eb519b elementor-widget elementor-widget-transflash_elementor_our_progress\" data-id=\"6eb519b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"transflash_elementor_our_progress.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t \t <div class=\"ova-our-progress\">\n\t            \t\n\t\t        \t\t\t    <div class=\"progress-list\">\n\n                 \t\t\t\t\t\t\t<div class=\"text-number\">\n\t\t\t\t\t\t\t4\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t<div class=\"content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"title\">\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t                    \t\t\t\t\t\t\t\t\tReliable Delivery Worldwide:\t\t\t\t\t\t\t    \n\t\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"text-list\">\n\t\t\t\t\t\t\t\t<p>We understand the importance of timely and reliable service. Whether you're a home cook or a large business, we ship our products globally by sea or truck, ensuring your order arrives in perfect condition, no matter where you are located.<\/p>\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n                <\/div>\n\t\t\t\t\t\t\t    <div class=\"progress-list\">\n\n                 \t\t\t\t\t\t\t<div class=\"text-number\">\n\t\t\t\t\t\t\t5\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t<div class=\"content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"title\">\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t                    \t\t\t\t\t\t\t\t\tCustomer-Cantered Service:\t\t\t\t\t\t\t    \n\t\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"text-list\">\n\t\t\t\t\t\t\t\t<p>Your satisfaction is our top priority. From personalized product recommendations to answering your questions, we\u2019re dedicated to providing a seamless and enjoyable experience every step of the way.<\/p>\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n                <\/div>\n\t\t\t\t\t\t\t    <div class=\"progress-list\">\n\n                 \t\t\t\t\t\t\t<div class=\"text-number\">\n\t\t\t\t\t\t\t6\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t<div class=\"content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"title\">\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t                    \t\t\t\t\t\t\t\t\tInnovative &amp; Diverse Selection: \t\t\t\t\t\t\t    \n\t\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"text-list\">\n\t\t\t\t\t\t\t\t<p>Whether you\u2019re looking for rare, premium cardamom, high-quality oils for culinary use, or a variety of nuts for healthy snacking, we offer a wide range of carefully curated products to meet your needs.<\/p>\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n                <\/div>\n\t\t\t\t\n\t\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2e8c91e elementor-section-height-min-height elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-items-middle wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no\" data-id=\"2e8c91e\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-978b859\" data-id=\"978b859\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5f3435c elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no\" data-id=\"5f3435c\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-b1c08cf\" data-id=\"b1c08cf\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-fa66e02 elementor-widget elementor-widget-text-editor\" data-id=\"fa66e02\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Choose Kings Crown Company for the finest oils, cardamom, and nuts\u2014trusted for their exceptional quality, sustainable sourcing, and reliable delivery to customers around the world.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Kings Crown Company Welcome to Kings Crown Company We specialize in providing high-quality products and reliable services to meet the diverse needs of businesses around the world. With years of experience in the industry, our team is dedicated to making your trading experience as seamless and efficient as possible. At Kings Crown company we pride ourselves on our extensive network of suppliers, manufacturers, and distributors, allowing us to source a wide range of products at competitive prices. Whether you&#039;re looking for raw materials, finished goods, or custom solutions, we have the expertise and resources to deliver exactly what you need. Our Mission At Kings Crown Company our mission is to provide the highest quality for all our products ( oils, cardamom, nuts, pulses, spices , &#8230;. ) to customers around the world, delivering exceptional taste and premium products that elevate culinary experiences. We are passionate about sourcing the finest ingredients from trusted growers and producers, ensuring that every product we offer is both sustainable and ethically sourced. Whether you\u2019re a gourmet chef, a health-conscious consumer, or a business looking to add exceptional ingredients to your offerings, we are committed to supplying you with products that meet the highest standards of quality, freshness, and flavor. Our goal is to not only offer you the best in oils, cardamom, and nuts but to also foster a deeper connection to the roots of these rich, ancient ingredients. By prioritizing integrity, sustainability, and innovation, we aim to enrich every meal, enhance every dish, and provide customers with products they can trust. Our Vision At Kings Crown company, our vision is to become a global leader in providing premium oils, cardamom, and nuts, offering exceptional products that enrich the culinary experiences and health of our customers. We aim to create a lasting impact by promoting sustainable practices, fostering strong relationships with suppliers and customers, and continuously innovating to meet the evolving demands of the global market. We envision a future where every meal and every business benefits from the finest ingredients, sourced responsibly and delivered with care\u2014helping people around the world savor the true essence of quality and flavor. Why Choose Us? 1 Premium Quality Products: We carefully select the finest ( oils, cardamom, and nuts , \u2026. ) from trusted sources to ensure that every product meets the highest quality standards. Our products are known for their superior taste, freshness, and authenticity. 2 Ethically Sourced: Sustainability and ethical sourcing are at the heart of our business. We work closely with farmers and producers who share our commitment to responsible farming practices, ensuring that our products are both good for you and good for the planet. 3 Expertise &amp; Knowledge: With years of experience in the industry, our team brings in-depth knowledge of the unique qualities of oils, cardamom, and nuts. We are passionate about sharing this expertise with our customers to help them make informed decisions. 4 Reliable Delivery Worldwide: We understand the importance of timely and reliable service. Whether you&#8217;re a home cook or a large business, we ship our products globally by sea or truck, ensuring your order arrives in perfect condition, no matter where you are located. 5 Customer-Cantered Service: Your satisfaction is our top priority. From personalized product recommendations to answering your questions, we\u2019re dedicated to providing a seamless and enjoyable experience every step of the way. 6 Innovative &amp; Diverse Selection: Whether you\u2019re looking for rare, premium cardamom, high-quality oils for culinary use, or a variety of nuts for healthy snacking, we offer a wide range of carefully curated products to meet your needs. Choose Kings Crown Company for the finest oils, cardamom, and nuts\u2014trusted for their exceptional quality, sustainable sourcing, and reliable delivery to customers around the world.<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-109","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/kingscrown.com.tr\/ar\/wp-json\/wp\/v2\/pages\/109","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kingscrown.com.tr\/ar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/kingscrown.com.tr\/ar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/kingscrown.com.tr\/ar\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kingscrown.com.tr\/ar\/wp-json\/wp\/v2\/comments?post=109"}],"version-history":[{"count":106,"href":"https:\/\/kingscrown.com.tr\/ar\/wp-json\/wp\/v2\/pages\/109\/revisions"}],"predecessor-version":[{"id":9318,"href":"https:\/\/kingscrown.com.tr\/ar\/wp-json\/wp\/v2\/pages\/109\/revisions\/9318"}],"wp:attachment":[{"href":"https:\/\/kingscrown.com.tr\/ar\/wp-json\/wp\/v2\/media?parent=109"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}