{"id":8,"date":"2025-12-09T10:22:57","date_gmt":"2025-12-09T10:22:57","guid":{"rendered":"https:\/\/stareus.com\/?page_id=8"},"modified":"2026-07-13T11:56:16","modified_gmt":"2026-07-13T11:56:16","slug":"home","status":"publish","type":"page","link":"https:\/\/stareus.com\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"8\" class=\"elementor elementor-8\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8adca3a e-con-full e-flex e-con e-parent\" data-id=\"8adca3a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a9fb344 elementor-widget elementor-widget-html\" data-id=\"a9fb344\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\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>STARE US \u2013 Digital Marketing Agency<\/title>\r\n\r\n  <style>\r\n    \/* RESET *\/\r\n    * {\r\n      margin: 0;\r\n      padding: 0;\r\n      box-sizing: border-box;\r\n      font-family: \"Inter\", system-ui, sans-serif;\r\n    }\r\n\r\n    html, body {\r\n      width: 100%;\r\n      height: 100%;\r\n      overflow-x: hidden;\r\n    }\r\n\r\n    body {\r\n      background: #ffffff;\r\n    }\r\n\r\n    \/* ================= HERO ================= *\/\r\n    .hero {\r\n      position: relative;\r\n      width: 100vw;\r\n      min-height: 100vh;\r\n      margin-left: calc(-50vw + 50%);\r\n      margin-right: calc(-50vw + 50%);\r\n      display: flex;\r\n      align-items: center;\r\n      padding: 0 8%;\r\n      overflow: hidden;\r\n\r\n      background-image:\r\n        linear-gradient(\r\n          rgba(10, 31, 122, 0.85),\r\n          rgba(0, 87, 217, 0.85)\r\n        ),\r\n        url(\"https:\/\/stareus.com\/wp-content\/themes\/neve\/assets\/img\/starter-content\/neve-hero-2.png\");\r\n      background-size: cover;\r\n      background-position: center;\r\n      background-repeat: no-repeat;\r\n    }\r\n\r\n    \/* ================= CONTENT ================= *\/\r\n    .hero-content {\r\n      max-width: 620px;\r\n      z-index: 3;\r\n      padding-bottom: 140px;\r\n    }\r\n\r\n    .hero h1,\r\n    .hero p,\r\n    .cta-buttons {\r\n      opacity: 0;\r\n      transform: translateY(40px);\r\n      transition: all 0.9s ease;\r\n    }\r\n\r\n    .hero.show h1 {\r\n      opacity: 1;\r\n      transform: translateY(0);\r\n      transition-delay: 0.1s;\r\n    }\r\n\r\n    .hero.show p {\r\n      opacity: 1;\r\n      transform: translateY(0);\r\n      transition-delay: 0.3s;\r\n    }\r\n\r\n    .hero.show .cta-buttons {\r\n      opacity: 1;\r\n      transform: translateY(0);\r\n      transition-delay: 0.5s;\r\n    }\r\n\r\n    .hero h1 {\r\n      font-size: 56px;\r\n      line-height: 1.15;\r\n      font-weight: 700;\r\n      margin-bottom: 20px;\r\n      color: #ffffff;\r\n    }\r\n\r\n    .hero p {\r\n      font-size: 16px;\r\n      line-height: 1.7;\r\n      margin-bottom: 32px;\r\n      max-width: 560px;\r\n      opacity: 0.95;\r\n      color: #ffffff;\r\n    }\r\n\r\n    \/* ================= BUTTONS ================= *\/\r\n    .cta-buttons {\r\n      display: flex;\r\n      gap: 16px;\r\n      z-index: 3;\r\n    }\r\n\r\n    .btn {\r\n      padding: 12px 30px;\r\n      border-radius: 6px;\r\n      font-weight: 600;\r\n      text-decoration: none;\r\n      transition: all 0.3s ease;\r\n    }\r\n\r\n    \/* GET STARTED *\/\r\n    .btn.primary {\r\n      background: #ffffff;\r\n      color: #0057d9;\r\n      border: 2px solid #ffffff;\r\n    }\r\n\r\n    .btn.primary:hover {\r\n      background: #f2f6ff;\r\n      transform: translateY(-2px);\r\n    }\r\n\r\n    \/* CONTACT US *\/\r\n    .btn.secondary {\r\n      background: #0057d9;\r\n      color: #ffffff;\r\n      border: 2px solid #0057d9;\r\n    }\r\n\r\n    .btn.secondary:hover {\r\n      background: #003fa3;\r\n      transform: translateY(-2px);\r\n    }\r\n\r\n    \/* ================= PERSON IMAGE ================= *\/\r\n    .hero-image {\r\n      position: absolute;\r\n      right: 6%;\r\n      bottom: 0;\r\n      z-index: 2;\r\n      opacity: 0;\r\n      transform: translateX(60px);\r\n      transition: all 1s ease;\r\n    }\r\n\r\n    .hero.show .hero-image {\r\n      opacity: 1;\r\n      transform: translateX(0);\r\n      transition-delay: 0.4s;\r\n    }\r\n\r\n    .hero-image img {\r\n      height: 520px;\r\n      object-fit: contain;\r\n    }\r\n\r\n    \/* ================= WAVES ================= *\/\r\n    .wave {\r\n      position: absolute;\r\n      left: 0;\r\n      width: 100%;\r\n      height: 160px;\r\n      background: #ffffff;\r\n      border-top-left-radius: 100% 90px;\r\n      border-top-right-radius: 100% 90px;\r\n      z-index: 1;\r\n      animation: waveFloat 6s ease-in-out infinite;\r\n    }\r\n\r\n    .wave-1 { bottom: -90px; }\r\n    .wave-2 { bottom: -50px; opacity: 0.15; animation-delay: 1.5s; }\r\n\r\n    @keyframes waveFloat {\r\n      0% { transform: translateY(0); }\r\n      50% { transform: translateY(-10px); }\r\n      100% { transform: translateY(0); }\r\n    }\r\n\r\n    \/* ================= SCROLL TO TOP ================= *\/\r\n    .scroll-top {\r\n      position: fixed;\r\n      bottom: 30px;\r\n      right: 30px;\r\n      width: 44px;\r\n      height: 44px;\r\n      border-radius: 8px;\r\n      border: none;\r\n      background: #5b5cff;\r\n      font-size: 20px;\r\n      cursor: pointer;\r\n      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);\r\n      z-index: 999;\r\n      color: #ffffff;\r\n    }\r\n\r\n    \/* ================= RESPONSIVE ================= *\/\r\n    @media (max-width: 900px) {\r\n      .hero {\r\n        flex-direction: column;\r\n        text-align: center;\r\n        padding: 100px 6%;\r\n      }\r\n\r\n      .hero-content {\r\n        padding-bottom: 100px;\r\n      }\r\n\r\n      .hero-image {\r\n        position: relative;\r\n        right: 0;\r\n        margin-top: 40px;\r\n        transform: translateY(40px);\r\n      }\r\n\r\n      .hero.show .hero-image {\r\n        transform: translateY(0);\r\n      }\r\n\r\n      .hero-image img {\r\n        height: 360px;\r\n      }\r\n\r\n      .cta-buttons {\r\n        justify-content: center;\r\n      }\r\n    }\r\n  <\/style>\r\n<\/head>\r\n\r\n<body>\r\n\r\n  <section class=\"hero\" id=\"hero\">\r\n    <div class=\"hero-content\">\r\n      <h1>\r\n        We Create Creativity.<br>\r\n        We Deliver Results.\r\n      <\/h1>\r\n\r\n      <p>\r\n        STARE US is a results-driven digital marketing agency delivering growth\r\n        through strategic insight, creative storytelling, and performance-focused execution.\r\n      <\/p>\r\n\r\n      <div class=\"cta-buttons\">\r\n        <a href=\"#\" class=\"btn primary\">Get Started<\/a>\r\n        <a href=\"https:\/\/stareus.com\/?page_id=10\" class=\"btn secondary\">Contact Us<\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"hero-image\">\r\n      <img decoding=\"async\"\r\n        src=\"https:\/\/stareus.com\/wp-content\/themes\/neve\/assets\/img\/starter-content\/person-hero-2.png\"\r\n        alt=\"Professional Person\"\r\n      >\r\n    <\/div>\r\n\r\n    <div class=\"wave wave-2\"><\/div>\r\n    <div class=\"wave wave-1\"><\/div>\r\n  <\/section>\r\n\r\n  <button class=\"scroll-top\"\r\n    onclick=\"window.scrollTo({ top: 0, behavior: 'smooth' })\">\u2191<\/button>\r\n\r\n  <script>\r\n    const hero = document.querySelector('.hero');\r\n    const observer = new IntersectionObserver(\r\n      ([entry]) => {\r\n        if (entry.isIntersecting) hero.classList.add('show');\r\n      },\r\n      { threshold: 0.4 }\r\n    );\r\n    observer.observe(hero);\r\n  <\/script>\r\n\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-97b2749 e-flex e-con-boxed e-con e-parent\" data-id=\"97b2749\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-28d14f6 elementor-widget elementor-widget-heading\" data-id=\"28d14f6\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span class=\"a_GcMg font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\" style=\"--Ys-XuQ: none\">Creative Solutions for Modern Businesses<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b1f9ae4 e-grid e-con-boxed e-con e-parent\" data-id=\"b1f9ae4\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d462fcf elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"d462fcf\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img fetchpriority=\"high\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/stareus.com\/wp-content\/uploads\/2026\/01\/1.jpg\" class=\"attachment-full size-full wp-image-235\" alt=\"\" srcset=\"https:\/\/stareus.com\/wp-content\/uploads\/2026\/01\/1.jpg 500w, https:\/\/stareus.com\/wp-content\/uploads\/2026\/01\/1-300x300.jpg 300w, https:\/\/stareus.com\/wp-content\/uploads\/2026\/01\/1-150x150.jpg 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">  Social Media Management<\/h3><p class=\"elementor-image-box-description\">Strategic social media management designed to build brand authority and engagement.<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d1b1bde elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"d1b1bde\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img fetchpriority=\"high\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/stareus.com\/wp-content\/uploads\/2026\/01\/1.jpg\" class=\"attachment-full size-full wp-image-235\" alt=\"\" srcset=\"https:\/\/stareus.com\/wp-content\/uploads\/2026\/01\/1.jpg 500w, https:\/\/stareus.com\/wp-content\/uploads\/2026\/01\/1-300x300.jpg 300w, https:\/\/stareus.com\/wp-content\/uploads\/2026\/01\/1-150x150.jpg 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">  Social Media Management<\/h3><p class=\"elementor-image-box-description\">Strategic social media management designed to build brand authority and engagement.<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2cb522e elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"2cb522e\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img fetchpriority=\"high\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/stareus.com\/wp-content\/uploads\/2026\/01\/1.jpg\" class=\"attachment-full size-full wp-image-235\" alt=\"\" srcset=\"https:\/\/stareus.com\/wp-content\/uploads\/2026\/01\/1.jpg 500w, https:\/\/stareus.com\/wp-content\/uploads\/2026\/01\/1-300x300.jpg 300w, https:\/\/stareus.com\/wp-content\/uploads\/2026\/01\/1-150x150.jpg 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">  Social Media Management<\/h3><p class=\"elementor-image-box-description\">Strategic social media management designed to build brand authority and engagement.<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a43ba42 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"a43ba42\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img fetchpriority=\"high\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/stareus.com\/wp-content\/uploads\/2026\/01\/1.jpg\" class=\"attachment-full size-full wp-image-235\" alt=\"\" srcset=\"https:\/\/stareus.com\/wp-content\/uploads\/2026\/01\/1.jpg 500w, https:\/\/stareus.com\/wp-content\/uploads\/2026\/01\/1-300x300.jpg 300w, https:\/\/stareus.com\/wp-content\/uploads\/2026\/01\/1-150x150.jpg 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">  Social Media Management<\/h3><p class=\"elementor-image-box-description\">Strategic social media management designed to build brand authority and engagement.<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-147a87b elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"147a87b\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/stareus.com\/wp-content\/uploads\/2026\/01\/4.jpg\" class=\"attachment-full size-full wp-image-239\" alt=\"\" srcset=\"https:\/\/stareus.com\/wp-content\/uploads\/2026\/01\/4.jpg 500w, https:\/\/stareus.com\/wp-content\/uploads\/2026\/01\/4-300x300.jpg 300w, https:\/\/stareus.com\/wp-content\/uploads\/2026\/01\/4-150x150.jpg 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Facebook <br>ADS<\/h3><p class=\"elementor-image-box-description\">Performance-driven Facebook ad campaigns built to scale reach and conversions.<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-89cc76b home-service elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"89cc76b\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/stareus.com\/wp-content\/uploads\/2026\/01\/2.jpg\" class=\"attachment-full size-full wp-image-237\" alt=\"\" srcset=\"https:\/\/stareus.com\/wp-content\/uploads\/2026\/01\/2.jpg 500w, https:\/\/stareus.com\/wp-content\/uploads\/2026\/01\/2-300x300.jpg 300w, https:\/\/stareus.com\/wp-content\/uploads\/2026\/01\/2-150x150.jpg 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Lead <br>Generation<\/h3><p class=\"elementor-image-box-description\">Data-backed lead generation systems focused on quality growth and consistency.<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-319ba50 e-flex e-con-boxed e-con e-parent\" data-id=\"319ba50\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-83d8aa0 elementor-widget elementor-widget-heading\" data-id=\"83d8aa0\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span class=\"a_GcMg font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\" style=\"--Ys-XuQ: none\">Our Clients<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-643947b elementor-arrows-position-inside elementor-pagination-position-outside elementor-widget elementor-widget-image-carousel\" data-id=\"643947b\" data-element_type=\"widget\" data-settings=\"{&quot;navigation&quot;:&quot;both&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Image Carousel\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 15\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/stareus.com\/wp-content\/uploads\/2026\/07\/Untitled-design-99-150x150.jpg\" alt=\"Untitled design (99)\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 15\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/stareus.com\/wp-content\/uploads\/2026\/07\/Untitled-design-100-1-150x150.jpg\" alt=\"Untitled design (100)\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 15\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/stareus.com\/wp-content\/uploads\/2026\/07\/Untitled-design-2026-07-13T155247.351-150x150.jpg\" alt=\"Untitled design - 2026-07-13T155247.351\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 15\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/stareus.com\/wp-content\/uploads\/2026\/07\/Untitled-design-2026-07-13T155410.284-150x150.jpg\" alt=\"Untitled design - 2026-07-13T155410.284\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 of 15\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/stareus.com\/wp-content\/uploads\/2026\/07\/DECIDOPHOBIC-3-150x150.jpg\" alt=\"DECIDOPHOBIC (3)\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"6 of 15\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/stareus.com\/wp-content\/uploads\/2026\/07\/Untitled-design-2026-07-13T165601.776-150x150.jpg\" alt=\"Untitled design - 2026-07-13T165601.776\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"7 of 15\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/stareus.com\/wp-content\/uploads\/2026\/07\/DECIDOPHOBIC-9-150x150.jpg\" alt=\"DECIDOPHOBIC (9)\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"8 of 15\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/stareus.com\/wp-content\/uploads\/2026\/07\/Untitled-design-2026-07-13T155343.036-1-150x150.jpg\" alt=\"Untitled design - 2026-07-13T155343.036\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"9 of 15\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/stareus.com\/wp-content\/uploads\/2026\/07\/Untitled-design-2026-07-13T165614.394-150x150.jpg\" alt=\"Untitled design - 2026-07-13T165614.394\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"10 of 15\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/stareus.com\/wp-content\/uploads\/2026\/07\/DECIDOPHOBIC-8-150x150.jpg\" alt=\"DECIDOPHOBIC (8)\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"11 of 15\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/stareus.com\/wp-content\/uploads\/2026\/07\/DECIDOPHOBIC-5-1-150x150.jpg\" alt=\"DECIDOPHOBIC (5)\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"12 of 15\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/stareus.com\/wp-content\/uploads\/2026\/07\/DECIDOPHOBIC-6-1-150x150.jpg\" alt=\"DECIDOPHOBIC (6)\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"13 of 15\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/stareus.com\/wp-content\/uploads\/2026\/07\/DECIDOPHOBIC-2-150x150.jpg\" alt=\"DECIDOPHOBIC (2)\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"14 of 15\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/stareus.com\/wp-content\/uploads\/2026\/07\/DECIDOPHOBIC-1-150x150.jpg\" alt=\"DECIDOPHOBIC (1)\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"15 of 15\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/stareus.com\/wp-content\/uploads\/2026\/07\/DECIDOPHOBIC-4-150x150.jpg\" alt=\"DECIDOPHOBIC (4)\" \/><\/figure><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\">\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-left\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"><\/path><\/svg>\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\">\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-right\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"><\/path><\/svg>\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-05d94bf e-flex e-con-boxed e-con e-parent\" data-id=\"05d94bf\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c1a6ffa elementor-widget elementor-widget-heading\" data-id=\"c1a6ffa\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span style=\"--Ys-XuQ: none\">Our Client <\/span><span class=\"a_GcMg font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\" style=\"--Ys-XuQ: none\">Testimonials<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ea623cd e-flex e-con-boxed e-con e-parent\" data-id=\"ea623cd\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c4d6c57 elementor-widget elementor-widget-image\" data-id=\"c4d6c57\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"93\" src=\"https:\/\/stareus.com\/wp-content\/uploads\/2026\/07\/Screenshot-2026-07-13-171249-300x93.png\" class=\"attachment-medium size-medium wp-image-411\" alt=\"\" srcset=\"https:\/\/stareus.com\/wp-content\/uploads\/2026\/07\/Screenshot-2026-07-13-171249-300x93.png 300w, https:\/\/stareus.com\/wp-content\/uploads\/2026\/07\/Screenshot-2026-07-13-171249-768x238.png 768w, https:\/\/stareus.com\/wp-content\/uploads\/2026\/07\/Screenshot-2026-07-13-171249.png 795w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-31d1461 e-flex e-con-boxed e-con e-parent\" data-id=\"31d1461\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4f43c22 elementor-widget elementor-widget-heading\" data-id=\"4f43c22\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Why choose us ?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e2dee3d e-flex e-con-boxed e-con e-parent\" data-id=\"e2dee3d\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cd7ba05 elementor-widget elementor-widget-image\" data-id=\"cd7ba05\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/stareus.com\/wp-content\/uploads\/2026\/07\/Add-a-heading-31-1024x576.jpg\" class=\"attachment-large size-large wp-image-415\" alt=\"\" srcset=\"https:\/\/stareus.com\/wp-content\/uploads\/2026\/07\/Add-a-heading-31-1024x576.jpg 1024w, https:\/\/stareus.com\/wp-content\/uploads\/2026\/07\/Add-a-heading-31-300x169.jpg 300w, https:\/\/stareus.com\/wp-content\/uploads\/2026\/07\/Add-a-heading-31-768x432.jpg 768w, https:\/\/stareus.com\/wp-content\/uploads\/2026\/07\/Add-a-heading-31-1536x864.jpg 1536w, https:\/\/stareus.com\/wp-content\/uploads\/2026\/07\/Add-a-heading-31.jpg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\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>STARE US \u2013 Digital Marketing Agency We Create Creativity. We Deliver Results. STARE US is a results-driven digital marketing agency delivering growth through strategic insight, creative storytelling, and performance-focused execution. Get Started Contact Us \u2191 Creative Solutions for Modern Businesses Social Media Management Strategic social media management designed to build brand authority and engagement. Social&hellip;&nbsp;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"neve_meta_sidebar":"","neve_meta_container":"","neve_meta_enable_content_width":"on","neve_meta_content_width":100,"neve_meta_title_alignment":"","neve_meta_author_avatar":"","neve_post_elements_order":"","neve_meta_disable_header":"","neve_meta_disable_footer":"","neve_meta_disable_title":"on","footnotes":""},"class_list":["post-8","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/stareus.com\/index.php?rest_route=\/wp\/v2\/pages\/8","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/stareus.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/stareus.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/stareus.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/stareus.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=8"}],"version-history":[{"count":89,"href":"https:\/\/stareus.com\/index.php?rest_route=\/wp\/v2\/pages\/8\/revisions"}],"predecessor-version":[{"id":421,"href":"https:\/\/stareus.com\/index.php?rest_route=\/wp\/v2\/pages\/8\/revisions\/421"}],"wp:attachment":[{"href":"https:\/\/stareus.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=8"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}