<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html><body><p>{"id":14060,"date":"2025-11-27T05:40:06","date_gmt":"2025-11-27T05:40:06","guid":{"rendered":"https:\/\/www.smartexyarn.com\/?p=14060"},"modified":"2025-11-27T07:23:22","modified_gmt":"2025-11-27T07:23:22","slug":"annies-smartex-6th-anniversary-gratitude-and-innovation-on-thanksgiving-day","status":"publish","type":"post","link":"https:\/\/www.smartexyarn.com\/news\/annies-smartex-6th-anniversary-gratitude-and-innovation-on-thanksgiving-day\/","title":{"rendered":"Annie&rsquo;s Smartex 6th Anniversary: Gratitude and Innovation on Thanksgiving Day"},"content":{"rendered":"\n<style>\n\n   .entry-content {\n      font-family: 'Georgia', 'Times New Roman', serif;\n      line-height: 1.8;\n      color: #333;\n      background: linear-gradient(135deg, #fef9f3 0%, #fdf5e6 100%);\n    }\n    \/* Hero Section *\/\n    .hero {\n      position: relative;\n      height: 100vh;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      text-align: center;\n      overflow: hidden;\n      background: linear-gradient(135deg, rgba(218, 165, 32, 0.1) 0%, rgba(184, 134, 11, 0.1) 100%);\n    }\n    \n    .hero::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      bottom: 0;\n      background-image: url('[HERO-IMAGE-PLACEHOLDER-1]');\n      background-size: cover;\n      background-position: center;\n      opacity: 0.15;\n      z-index: 0;\n    }\n    \n    .hero-content {\n      position: relative;\n      z-index: 1;\n      padding: 40px;\n      max-width: 900px;\n    }\n    \n    .anniversary-badge {\n      display: inline-block;\n      width: 200px;\n      height: 200px;\n      margin-bottom: 30px;\n      background: linear-gradient(135deg, #DAA520 0%, #B8860B 100%);\n      border-radius: 50%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      box-shadow: 0 15px 50px rgba(218, 165, 32, 0.4);\n      animation: float 3s ease-in-out infinite;\n    }\n    \n    @keyframes float {\n      0%, 100% { transform: translateY(0px); }\n      50% { transform: translateY(-20px); }\n    }\n    \n    .anniversary-number {\n      font-size: 120px;\n      font-weight: bold;\n      color: white;\n      text-shadow: 2px 2px 4px rgba(0,0,0,0.2);\n    }\n    \n    .hero h2 {\n      font-size: 3.5em;\n      color: #8B4513;\n      margin-bottom: 20px;\n      font-weight: 300;\n      letter-spacing: 2px;\n    }\n    \n    .hero .subtitle {\n      font-size: 1.5em;\n      color: #B8860B;\n      font-style: italic;\n      margin-bottom: 30px;\n    }\n    \n    .hero .date {\n      font-size: 1.2em;\n      color: #666;\n      font-weight: 300;\n    }\n    \n    \/* Decorative leaves *\/\n    .leaf {\n      position: absolute;\n      opacity: 0.3;\n      animation: fall 15s infinite;\n    }\n    \n    @keyframes fall {\n      0% { transform: translateY(-100px) rotate(0deg); }\n      100% { transform: translateY(100vh) rotate(360deg); }\n    }\n    \n    \/* Content Section *\/\n    .content {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 80px 40px;\n    }\n    \n    .section {\n      margin-bottom: 80px;\n      background: white;\n      padding: 60px;\n      border-radius: 20px;\n      box-shadow: 0 10px 40px rgba(0,0,0,0.08);\n      position: relative;\n      overflow: hidden;\n    }\n    \n    .section::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      width: 5px;\n      height: 100%;\n      background: linear-gradient(180deg, #DAA520 0%, #B8860B 100%);\n    }\n    \n    .section-title {\n      font-size: 2.5em;\n      color: #8B4513;\n      margin-bottom: 30px;\n      font-weight: 300;\n      position: relative;\n      padding-left: 40px;\n    }\n    \n    .section-title::before {\n      content: '?';\n      position: absolute;\n      left: 0;\n      font-size: 0.8em;\n    }\n    \n    .subsection {\n      margin-bottom: 40px;\n    }\n    \n    .subsection h3 {\n      font-size: 1.8em;\n      color: #B8860B;\n      margin-bottom: 20px;\n      font-weight: 400;\n    }\n    \n    .subsection p {\n      font-size: 1.1em;\n      line-height: 2;\n      color: #555;\n      text-align: justify;\n    }\n    \n    \/* Image Section *\/\n    .image-section {\n      margin: 80px 0;\n      text-align: center;\n    }\n    \n    .image-section img {\n      max-width: 100%;\n      height: auto;\n      border-radius: 20px;\n      box-shadow: 0 15px 50px rgba(0,0,0,0.15);\n    }\n    \n    \/* List Section *\/\n    .feature-list {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n      gap: 30px;\n      margin-top: 40px;\n    }\n    \n    .feature-item {\n      background: linear-gradient(135deg, #fef9f3 0%, #fff 100%);\n      padding: 30px;\n      border-radius: 15px;\n      border-left: 4px solid #DAA520;\n      transition: transform 0.3s ease, box-shadow 0.3s ease;\n    }\n    \n    .feature-item:hover {\n      transform: translateY(-5px);\n      box-shadow: 0 10px 30px rgba(218, 165, 32, 0.2);\n    }\n    \n    .feature-item h4 {\n      color: #8B4513;\n      font-size: 1.3em;\n      margin-bottom: 10px;\n    }\n    \n    .feature-item p {\n      color: #666;\n      font-size: 1em;\n    }\n    \n    \/* Thank You Section *\/\n    .thank-you {\n      text-align: center;\n      background: linear-gradient(135deg, #8B4513 0%, #A0522D 100%);\n      color: white;\n      padding: 80px 60px;\n      border-radius: 20px;\n      margin: 80px 0;\n      box-shadow: 0 15px 50px rgba(139, 69, 19, 0.3);\n    }\n    \n    .thank-you h2 {\n      font-size: 3em;\n      margin-bottom: 30px;\n      font-weight: 300; color:red;\n    }\n    \n    .thank-you p {\n      font-size: 1.3em;\n      line-height: 2;\n      max-width: 800px;\n      margin: 0 auto 30px;\n    }\n    \n    .thank-you .signature {\n      font-size: 1.5em;\n      font-style: italic;\n      margin-top: 40px;\n      color: #FFD700;\n    }\n    \n    \/* Footer *\/\n    .footer {\n      text-align: center;\n      padding: 40px;\n      background: #8B4513;\n      color: white;\n    }\n    \n    .footer .tagline {\n      font-size: 1.2em;\n      font-style: italic;\n      color: #FFD700;\n    }\n    \n    \/* Responsive *\/\n    @media (max-width: 768px) {\n      .hero h1 { font-size: 2em; }\n      .hero .subtitle { font-size: 1.2em; }\n      .section { padding: 40px 30px; }\n      .section-title { font-size: 2em; }\n      .content { padding: 40px 20px; }\n      .thank-you { padding: 50px 30px; }\n      .thank-you h2 { font-size: 2em; }\n    }\n  <\/style>\n\n  \n  <!-- Hero Section -->\n  <div class=\"hero\">\n    <div class=\"hero-content\">\n      <div class=\"anniversary-badge\">\n        <div class=\"anniversary-number\">6<\/div>\n      <\/div>\n      <h2>Six Years of Gratitude &#038; Innovation<\/h2>\n      <p class=\"subtitle\">Innovation Rooted in People-Centered Values<\/p>\n      <p class=\"date\">Thanksgiving Day, November 27th, 2025<\/p>\n    <\/div>\n  <\/div>\n  \n  <!-- Main Content -->\n  <div class=\"content\">\n    \n    <!-- Introduction -->\n    <div class=\"section\">\n      <p style=\"font-size: 1.2em; line-height: 2; color: #555; text-align: center; font-style: italic;\">\n        6th, Nov, marks a special milestone for Annie&#8217;s Smartex as we celebrate our 6th anniversary on Thanksgiving Day&mdash;a fitting moment to reflect on our journey and express our deepest gratitude.\n      <\/p>\n    <\/div>\n    \n    <!-- Image 1: Number 6 with autumn elements -->\n    <div class=\"image-section\">\n      <img decoding=\"async\" src=\"https:\/\/www.smartexyarn.com\/wp-content\/uploads\/2025\/11\/Annies-Smartex-6th-Anniversary-1.jpg\" alt=\"Annie's Smartex 6th Anniversary\">\n    <\/div>\n    \n    <!-- We Are Grateful Section -->\n    <div class=\"section\">\n      <h2 class=\"section-title\">We Are Grateful<\/h2>\n      \n      <div class=\"subsection\">\n        <h3>Grateful for a Society That Embraces Goodness<\/h3>\n        <p>\n          We give thanks for living in a time when society continues to strive toward kindness and progress. The collective pursuit of better living has inspired us to create textile innovations that enhance everyday life. As people&#8217;s expectations for quality and comfort evolve, we remain committed to developing materials that meet these rising standards.\n        <\/p>\n      <\/div>\n      \n      <div class=\"subsection\">\n        <h3>Grateful for an Era That Welcomes Innovation<\/h3>\n        <p>\n          Twenty years ago, what began as a vision has evolved through continuous iteration and refinement. We are thankful for an era that embraces bold ideas and technological advancement. Even when our products were still maturing, our partners chose to walk alongside us. They believed in our potential, shared innovative concepts, helped us identify shortcomings, and collaborated to enhance product performance. This trust has been the cornerstone of our growth.\n        <\/p>\n      <\/div>\n      \n      <div class=\"subsection\">\n        <h3>Grateful for Our Unwavering Team<\/h3>\n        <p>\n          We are grateful for ourselves&mdash;for staying true to our founding principles through every challenge. We have persevered through societal upheavals beyond anyone&#8217;s control: the COVID-19 pandemic that reshaped our world, waves of economic uncertainty, and the rapidly shifting dynamics of global markets. Through it all, we never abandoned our mission. Our resilience and dedication have kept us moving forward, constantly learning and adapting.\n        <\/p>\n      <\/div>\n    <\/div>\n    \n    <!-- Image 2: Global map with connections -->\n    <div class=\"image-section\">\n      <img decoding=\"async\" src=\"https:\/\/www.smartexyarn.com\/wp-content\/uploads\/2025\/11\/Annies-Smartex-6th-Anniversary-2.jpg\" alt=\"Annie's Smartex Global Vision\">\n    <\/div>\n    \n    <!-- Looking Ahead Section -->\n    <div class=\"section\">\n      <h2 class=\"section-title\">Looking Ahead to 2026<\/h2>\n      <p style=\"font-size: 1.15em; line-height: 2; color: #555; margin-bottom: 40px;\">\n        As we enter our seventh year, our commitment remains stronger than ever. We will continue to push boundaries and deliver more innovative textile solutions tailored to:\n      <\/p>\n      \n      <div class=\"feature-list\">\n        <div class=\"feature-item\">\n          <h4>? Diverse Application Scenarios<\/h4>\n          <p>From athletic wear to protective gear, from everyday comfort to specialized performance<\/p>\n        <\/div>\n        \n        <div class=\"feature-item\">\n          <h4>? Different Cultural Contexts<\/h4>\n          <p>Respecting and responding to the unique needs of various countries and regions<\/p>\n        <\/div>\n        \n        <div class=\"feature-item\">\n          <h4>? Varied Consumer Groups<\/h4>\n          <p>Creating materials that serve different lifestyles, preferences, and requirements<\/p>\n        <\/div>\n      <\/div>\n      \n      <p style=\"font-size: 1.15em; line-height: 2; color: #555; margin-top: 40px; text-align: center;\">\n        Our people-centered approach to innovation will guide us as we develop next-generation textile technologies that make life better, safer, and more comfortable for everyone.\n      <\/p>\n    <\/div>\n    \n    <!-- Thank You Section -->\n    <div class=\"thank-you\">\n      <h2>Thank You<\/h2>\n      <p>\n        On this Thanksgiving Day, we extend our heartfelt appreciation to our partners, customers, team members, and everyone who has supported Annie&#8217;s Smartex over these six remarkable years. Your trust fuels our passion, and your feedback shapes our future.\n      <\/p>\n      <p>\n        Here&#8217;s to the journey ahead&mdash;together, we will continue to transform the textile industry, one innovation at a time.\n      <\/p>\n      <p class=\"signature\">Happy Thanksgiving from all of us at Annie&#8217;s Smartex!<\/p>\n    <\/div>\n    \n  <\/div>\n  \n  <!-- Footer -->\n  <div class=\"footer\">\n    <p class=\"tagline\">Annie&#8217;s Smartex &ndash; Innovating Textiles, Enhancing Lives<\/p>\n  <\/div>\n","protected":false},"excerpt":{"rendered":"<p>6 Six Years of Gratitude &#038; Innovation Innovation Rooted in People-Centered Values Thanksgiving Day, November 27th, 2025 6th, Nov, marks a special milestone for Annie&#8217;s Smartex as we celebrate our 6th anniversary on Thanksgiving Day&mdash;a [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":14065,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_seopress_robots_primary_cat":"none","_seopress_titles_title":"","_seopress_titles_desc":"","_seopress_robots_index":"","_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[51],"tags":[],"class_list":["post-14060","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-news"],"spectra_custom_meta":{"_edit_lock":["1764229810:1"],"_seopress_robots_primary_cat":["none"],"_uag_custom_page_level_css":[""],"site-sidebar-layout":["default"],"site-content-layout":[""],"ast-site-content-layout":["default"],"site-content-style":["default"],"site-sidebar-style":["default"],"ast-global-header-display":[""],"ast-banner-title-visibility":[""],"ast-main-header-display":[""],"ast-hfb-above-header-display":[""],"ast-hfb-below-header-display":[""],"ast-hfb-mobile-header-display":[""],"site-post-title":[""],"ast-breadcrumbs-content":[""],"ast-featured-img":[""],"footer-sml-layout":[""],"theme-transparent-header-meta":[""],"adv-header-id-meta":[""],"stick-header-meta":[""],"header-above-stick-meta":[""],"header-main-stick-meta":[""],"header-below-stick-meta":[""],"astra-migrate-meta-layouts":["set"],"ast-page-background-enabled":["default"],"ast-page-background-meta":["a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}"],"ast-content-background-meta":["a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}"],"footnotes":[""],"_elementor_edit_mode":[""],"_elementor_template_type":[""],"_elementor_data":[""],"_elementor_conditions":["a:0:{}"],"_edit_last":["1"],"_wpcode_header_scripts":["a:4:{s:14:\"disable_global\";b:0;s:3:\"any\";s:0:\"\";s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}"],"_wpcode_footer_scripts":["a:4:{s:14:\"disable_global\";b:0;s:3:\"any\";s:0:\"\";s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}"],"_wpcode_body_scripts":["a:4:{s:14:\"disable_global\";b:0;s:3:\"any\";s:0:\"\";s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}"],"_wpcode_page_snippets":["a:0:{}"],"_seopress_redirections_type":["301"],"_seopress_redirections_logged_status":["both"],"_seopress_analysis_target_kw":[""],"_thumbnail_id":["14065"],"_elementor_page_assets":["a:0:{}"],"_uag_css_file_name":["uag-css-14060.css"]},"uagb_featured_image_src":{"full":["https:\/\/www.smartexyarn.com\/wp-content\/uploads\/2025\/11\/Annies-Smartex-6th-Anniversary-1.jpg",819,819,false],"thumbnail":["https:\/\/www.smartexyarn.com\/wp-content\/uploads\/2025\/11\/Annies-Smartex-6th-Anniversary-1-150x150.jpg",150,150,true],"medium":["https:\/\/www.smartexyarn.com\/wp-content\/uploads\/2025\/11\/Annies-Smartex-6th-Anniversary-1-300x300.jpg",300,300,true],"medium_large":["https:\/\/www.smartexyarn.com\/wp-content\/uploads\/2025\/11\/Annies-Smartex-6th-Anniversary-1-768x768.jpg",768,768,true],"large":["https:\/\/www.smartexyarn.com\/wp-content\/uploads\/2025\/11\/Annies-Smartex-6th-Anniversary-1.jpg",819,819,false],"1536x1536":["https:\/\/www.smartexyarn.com\/wp-content\/uploads\/2025\/11\/Annies-Smartex-6th-Anniversary-1.jpg",819,819,false],"2048x2048":["https:\/\/www.smartexyarn.com\/wp-content\/uploads\/2025\/11\/Annies-Smartex-6th-Anniversary-1.jpg",819,819,false],"woocommerce_thumbnail":["https:\/\/www.smartexyarn.com\/wp-content\/uploads\/2025\/11\/Annies-Smartex-6th-Anniversary-1-500x500.jpg",500,500,true],"woocommerce_single":["https:\/\/www.smartexyarn.com\/wp-content\/uploads\/2025\/11\/Annies-Smartex-6th-Anniversary-1-600x600.jpg",600,600,true],"woocommerce_gallery_thumbnail":["https:\/\/www.smartexyarn.com\/wp-content\/uploads\/2025\/11\/Annies-Smartex-6th-Anniversary-1-100x100.jpg",100,100,true]},"uagb_author_info":{"display_name":"Annie","author_link":"https:\/\/www.smartexyarn.com\/author\/admin\/"},"uagb_comment_info":0,"uagb_excerpt":"6 Six Years of Gratitude &#038; Innovation Innovation Rooted in People-Centered Values Thanksgiving Day, November 27th, 2025 6th, Nov, marks a special milestone for Annie&#8217;s Smartex as we celebrate our 6th anniversary on Thanksgiving Day&mdash;a [&hellip;]","_links":{"self":[{"href":"https:\/\/www.smartexyarn.com\/wp-json\/wp\/v2\/posts\/14060","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.smartexyarn.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.smartexyarn.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.smartexyarn.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.smartexyarn.com\/wp-json\/wp\/v2\/comments?post=14060"}],"version-history":[{"count":9,"href":"https:\/\/www.smartexyarn.com\/wp-json\/wp\/v2\/posts\/14060\/revisions"}],"predecessor-version":[{"id":14097,"href":"https:\/\/www.smartexyarn.com\/wp-json\/wp\/v2\/posts\/14060\/revisions\/14097"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.smartexyarn.com\/wp-json\/wp\/v2\/media\/14065"}],"wp:attachment":[{"href":"https:\/\/www.smartexyarn.com\/wp-json\/wp\/v2\/media?parent=14060"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.smartexyarn.com\/wp-json\/wp\/v2\/categories?post=14060"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.smartexyarn.com\/wp-json\/wp\/v2\/tags?post=14060"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}</style></p></body></html>
