{"id":14,"date":"2025-08-17T03:59:54","date_gmt":"2025-08-17T03:59:54","guid":{"rendered":"https:\/\/getweaver.com\/?page_id=14"},"modified":"2026-07-14T22:58:42","modified_gmt":"2026-07-14T22:58:42","slug":"home","status":"publish","type":"page","link":"https:\/\/getweaver.com\/fr\/","title":{"rendered":"Accueil"},"content":{"rendered":"<div id=\"scrollcontainer\" class=\"bde-div-14-839 bde-div\">\n  \n  \n\t\n\n\n\n<div class=\"bde-globalblock-14-1078 bde-globalblock\"><div class=\"bde-code-block-1181-100-1181-1 bde-code-block bde-code-block-1181-100\" data-parallax=\"true\">\n\n\n\n<\/div><\/div><div class=\"bde-globalblock-14-1079 bde-globalblock\"><div class=\"bde-code-block-1173-100-1173-1 bde-code-block bde-code-block-1173-100\">\n\n  <div class=\"weaver-line-scene\">\n  <div class=\"dynamic-top-line-wrap\">\n    <div class=\"top-line-icon\">\n      <svg width=\"86\" height=\"85\" viewBox=\"0 0 86 85\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n        <g filter=\"url(#weaver_line_icon_filter)\">\n          <path d=\"M43 24C40.3766 37.875 38.2499 39.9456 24 42.5C38.25 45.0544 40.3766 47.125 43 61C45.6234 47.125 47.75 45.0544 62 42.5C47.75 39.9456 45.6233 37.875 43 24Z\" fill=\"white\"\/>\n        <\/g>\n        <defs>\n          <filter id=\"weaver_line_icon_filter\" x=\"0\" y=\"0\" width=\"86\" height=\"85\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n            <feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"\/>\n            <feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"\/>\n            <feOffset\/>\n            <feGaussianBlur stdDeviation=\"12\"\/>\n            <feComposite in2=\"hardAlpha\" operator=\"out\"\/>\n            <feColorMatrix type=\"matrix\" values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.5 0\"\/>\n            <feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow\"\/>\n            <feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow\" result=\"shape\"\/>\n          <\/filter>\n        <\/defs>\n      <\/svg>\n    <\/div>\n    <svg class=\"dynamic-top-line-svg\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" preserveAspectRatio=\"none\">\n      <path class=\"dynamic-top-line-path\" fill=\"none\" stroke=\"white\" stroke-width=\"1.5\" opacity=\"0.2\"><\/path>\n    <\/svg>\n  <\/div>\n\n<div class=\"bottom-line-sg\">\n  <svg class=\"dynamic-bottom-line-sv\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" preserveAspectRatio=\"none\">\n    <path class=\"dynamic-bottom-line-pat\" fill=\"none\" stroke=\"white\" stroke-width=\"1.5\" opacity=\"0.2\"><\/path>\n  <\/svg>\n<\/div>\n<\/div>\n\n\n<\/div><\/div><div class=\"bde-code-block-14-1084 bde-code-block\">\n\n  <script>\ndocument.addEventListener('DOMContentLoaded', function () {\n  if (typeof gsap === 'undefined' || typeof ScrollTrigger === 'undefined') return;\n\n  gsap.registerPlugin(ScrollTrigger);\n  ScrollTrigger.clearScrollMemory();\n\n  ScrollTrigger.config({\n    ignoreMobileResize: true\n  });\n\n  gsap.ticker.lagSmoothing(1000, 16);\n\n  const scene = document.querySelector('#weaverScene');\n  const logo = document.querySelector('#mainLogo');\n  const logoTarget = document.querySelector('#logoTarget');\n  const shape = document.querySelector('#mainShape');\n  const shapeTarget = document.querySelector('#shapeEndTarget');\n\n  const mobileMax = 767;\n\n  function isMobile() {\n    return window.innerWidth <= mobileMax;\n  }\n\n  function getHeroScrollDistance() {\n    const vh = window.innerHeight || 800;\n    return '+=' + Math.round(vh * (isMobile() ? 0.55 : 0.9));\n  }\n\n  function getShapeMoveY() {\n    return isMobile() ? 130 : 300;\n  }\n\n  function getShapeScale() {\n    return isMobile() ? 0.82 : 0.9;\n  }\n\n  function getShapeRightX() {\n    const vw = window.innerWidth || 1200;\n\n    if (isMobile()) {\n      return gsap.utils.clamp(70, 140, vw * 0.28);\n    }\n\n    return gsap.utils.clamp(220, 620, vw * 0.45);\n  }\n\n  function killHeroTriggers() {\n    ScrollTrigger.getAll().forEach(function (st) {\n      if (\n        st.vars &&\n        ['weaverHeroLogo', 'weaverShapeTarget'].includes(st.vars.id)\n      ) {\n        st.kill();\n      }\n    });\n  }\n\n  function resetLogo() {\n    if (!logo) return;\n\n    gsap.set(logo, {\n      xPercent: -50,\n      x: 0,\n      y: 0,\n      scale: 1,\n      zIndex: 9999,\n      force3D: true,\n      autoRound: false,\n      transformOrigin: 'center center',\n      willChange: 'transform'\n    });\n  }\n\n  function resetShape() {\n    if (!shape) return;\n\n    gsap.set(shape, {\n      x: 0,\n      y: 0,\n      scale: 1,\n      zIndex:9999,\n      rotation: 0,\n      force3D: true,\n      autoRound: false,\n      transformOrigin: 'center center',\n      willChange: 'transform'\n    });\n  }\n\n  function getLogoValues() {\n    if (!logo || !logoTarget) return null;\n\n    resetLogo();\n\n    const logoRect = logo.getBoundingClientRect();\n    const targetRect = logoTarget.getBoundingClientRect();\n\n    if (!logoRect.width || !targetRect.width) return null;\n\n    const scale = targetRect.width \/ logoRect.width;\n\n    const scaledLogoWidth = logoRect.width * scale;\n    const scaledLogoHeight = logoRect.height * scale;\n\n    const logoTopOffset = isMobile() ? 12 : 10;\n\n    return {\n      x: targetRect.left - logoRect.left - (logoRect.width - scaledLogoWidth) \/ 2,\n      y: targetRect.top - logoRect.top - (logoRect.height - scaledLogoHeight) \/ 2 + logoTopOffset,\n      scale: scale\n    };\n  }\n\n  function getShapeValues() {\n    if (!shape || !shapeTarget) return null;\n\n    resetShape();\n\n    const shapeRect = shape.getBoundingClientRect();\n    const targetRect = shapeTarget.getBoundingClientRect();\n\n    if (!shapeRect.width || !shapeRect.height || !targetRect.width || !targetRect.height) {\n      return null;\n    }\n\n    const shapeCenterX = shapeRect.left + shapeRect.width \/ 2;\n    const shapeCenterY = shapeRect.top + shapeRect.height \/ 2;\n\n    const targetCenterX = targetRect.left + targetRect.width \/ 2;\n    const targetCenterY = targetRect.top + targetRect.height \/ 2;\n\n    return {\n      rightX: getShapeRightX(),\n      targetX: targetCenterX - shapeCenterX,\n      targetY: targetCenterY - shapeCenterY\n    };\n  }\n\n  function initHeroAnimation() {\n    if (!scene || !logo || !logoTarget) return;\n\n    killHeroTriggers();\n\n    resetLogo();\n    resetShape();\n\n    const logoValues = getLogoValues();\n    const shapeValues = getShapeValues();\n\n    if (!logoValues) return;\n\n    const shapeY = getShapeMoveY();\n    const shapeScale = getShapeScale();\n\n    const heroTl = gsap.timeline({\n      defaults: {\n        ease: 'none',\n        force3D: true,\n        autoRound: false,\n        overwrite: 'auto'\n      },\n      scrollTrigger: {\n        id: 'weaverHeroLogo',\n        trigger: scene,\n        start: 'top top',\n        end: getHeroScrollDistance,\n        scrub: isMobile() ? 1.6 : 1.25,\n        pin: true,\n        pinSpacing: true,\n        anticipatePin: 1,\n        invalidateOnRefresh: true,\n        refreshPriority: 2,\n        fastScrollEnd: false\n      }\n    });\n\nconst zIndexSwitchDistance = 40;\n\nheroTl.to(\n  logo,\n  {\n    x: logoValues.x,\n    y: logoValues.y,\n    scale: logoValues.scale,\n    duration: 1,\n    ease: \"none\",\n    force3D: true,\n    autoRound: false,\n\n    onUpdate: function () {\n      const currentX = gsap.getProperty(logo, \"x\");\n      const currentY = gsap.getProperty(logo, \"y\");\n\n      const remainingDistance = Math.hypot(\n        logoValues.x - currentX,\n        logoValues.y - currentY\n      );\n\n      if (remainingDistance <= zIndexSwitchDistance) {\n        gsap.set(logo, { zIndex: 9999 });\n      } else {\n        gsap.set(logo, { clearProps: \"zIndex\" });\n      }\n    }\n  },\n  0\n);\n\n    if (shape && shapeValues) {\n      heroTl.to(\n        shape,\n        {\n          x: shapeValues.rightX,\n          y: shapeY,\n          scale: shapeScale,\n          rotation: 0,\n          duration: 1,\n          ease: 'none',\n          force3D: true,\n          autoRound: false\n        },\n        0\n      );\n    }\n\n    if (shape && shapeTarget && shapeValues) {\n      const shapeTl = gsap.timeline({\n        defaults: {\n          ease: 'none',\n          force3D: true,\n          autoRound: false,\n          overwrite: 'auto',\n          immediateRender: false\n        },\n        scrollTrigger: {\n          id: 'weaverShapeTarget',\n          trigger: document.body,\n          start: function () {\n            const heroTrigger = ScrollTrigger.getById('weaverHeroLogo');\n            return heroTrigger ? heroTrigger.end : 0;\n          },\n          endTrigger: shapeTarget,\n          end: 'center center',\n          scrub: isMobile() ? 1.8 : 1.35,\n          pinSpacing: false,\n          anticipatePin: 1,\n          invalidateOnRefresh: true,\n          refreshPriority: 1,\n          fastScrollEnd: false\n        }\n      });\n\n      shapeTl.fromTo(\n        shape,\n        {\n          x: shapeValues.rightX,\n          y: shapeY,\n          scale: shapeScale,\n          rotation: 0\n        },\n        {\n          x: shapeValues.targetX,\n          y: shapeValues.targetY,\n          scale: shapeScale,\n          rotation: isMobile() ? 6 : 10,\n          duration: 1,\n          ease: 'none',\n          force3D: true,\n          autoRound: false\n        }\n      );\n    }\n  }\n\n  function initAll() {\n    initHeroAnimation();\n\n    requestAnimationFrame(function () {\n      requestAnimationFrame(function () {\n        ScrollTrigger.refresh(true);\n      });\n    });\n  }\n\n  window.addEventListener('load', function () {\n    setTimeout(initAll, 500);\n  });\n\n  let resizeTimer;\n  let lastWidth = window.innerWidth;\n\n  window.addEventListener('resize', function () {\n    const newWidth = window.innerWidth;\n\n    \/*\n      Important for mobile:\n      Ignore height-only resize caused by browser address bar.\n      This prevents scroll jerk during animation.\n    *\/\n    if (isMobile() && newWidth === lastWidth) return;\n\n    lastWidth = newWidth;\n\n    clearTimeout(resizeTimer);\n\n    resizeTimer = setTimeout(function () {\n      initHeroAnimation();\n      ScrollTrigger.refresh(true);\n    }, 350);\n  });\n});\n<\/script>\n\n\n<\/div><img decoding=\"async\" id=\"mainLogo\" class=\"bde-image2-14-433 bde-image2\" src=\"https:\/\/getweaver.com\/wp-content\/uploads\/2026\/06\/Weaver-Logos-RGB_Weaver-Logo-White-RGB.svg\" loading=\"lazy\" sizes=\"(max-width: 2500px) 100vw, 2500px\" data-entrance=\"slideUp\" data-parallax=\"true\"><section id=\"weaverScene\" class=\"bde-section-14-848 bde-section\">\n  \n  \n\t\n\n\n\n<div class=\"section-container\"><div class=\"bde-div-14-431 bde-div\">\n  \n  \n\t\n\n\n\n<div id=\"mainShape\" class=\"bde-icon-14-434 bde-icon\">\n\n    \n            <div class=\"bde-icon-icon breakdance-icon-atom\" >\n    \n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"440\" height=\"397\" viewBox=\"0 0 440 397\" fill=\"none\">\r\n<path d=\"M439.864 341.303H118.23L149.867 286.409H353.348L192.505 7.3604C200.704 2.61424 210.134 0 219.935 0C239.228 0 257.075 10.1386 266.963 26.6489C267.001 26.7164 267.04 26.7791 267.078 26.8466L432.542 313.888C437.433 322.372 439.874 331.84 439.864 341.308V341.303Z\" fill=\"url(#paint0_linear_172_4257)\"\/>\r\n<path d=\"M439.861 341.303C439.852 350.757 437.401 360.206 432.51 368.676L432.448 368.787C422.656 385.736 404.564 396.178 384.986 396.178H54.8779C45.0865 396.178 35.6714 393.569 27.4766 388.837L188.257 109.899L219.932 164.856L149.864 286.414L118.227 341.308H439.861V341.303Z\" fill=\"url(#paint1_linear_172_4257)\"\/>\r\n<path d=\"M353.346 286.409H290.001L219.933 164.852L188.258 109.895L27.4773 388.842H27.4725C19.2776 384.11 12.3079 377.266 7.41225 368.791L7.35437 368.681C-2.4418 351.731 -2.45145 330.846 7.32543 313.888L172.442 27.4399C177.333 18.9509 184.303 12.0969 192.503 7.36041L353.346 286.414V286.409Z\" fill=\"url(#paint2_linear_172_4257)\"\/>\r\n<defs>\r\n<linearGradient id=\"paint0_linear_172_4257\" x1=\"116.533\" y1=\"170.649\" x2=\"402.503\" y2=\"170.649\" gradientUnits=\"userSpaceOnUse\">\r\n<stop stop-color=\"#A169DD\"\/>\r\n<stop offset=\"1\" stop-color=\"#E93CAC\"\/>\r\n<\/linearGradient>\r\n<linearGradient id=\"paint1_linear_172_4257\" x1=\"27.4766\" y1=\"253.041\" x2=\"439.861\" y2=\"253.041\" gradientUnits=\"userSpaceOnUse\">\r\n<stop stop-color=\"#004A80\"\/>\r\n<stop offset=\"0.06\" stop-color=\"#055087\"\/>\r\n<stop offset=\"0.49\" stop-color=\"#297BB6\"\/>\r\n<stop offset=\"0.81\" stop-color=\"#3F95D4\"\/>\r\n<stop offset=\"1\" stop-color=\"#489FDF\"\/>\r\n<\/linearGradient>\r\n<linearGradient id=\"paint2_linear_172_4257\" x1=\"17.9995\" y1=\"198.099\" x2=\"400.036\" y2=\"198.099\" gradientUnits=\"userSpaceOnUse\">\r\n<stop stop-color=\"#48D597\"\/>\r\n<stop offset=\"1\" stop-color=\"#489FDF\"\/>\r\n<\/linearGradient>\r\n<\/defs>\r\n<\/svg>\n        \n        \n        \n            <\/div>\n    \n\n\n<\/div><div id=\"shapePinSection\" class=\"bde-text-14-432 bde-text\">\nWe help companies <b>do the impossible<\/b> by shaping strategies and solutions that build trust, engage people, and drive growth.\n<\/div>\n<\/div><\/div>\n<\/section><section id=\"clientLogoSection\" class=\"bde-section-14-849 bde-section\">\n  \n  \n\t\n\n\n\n<div class=\"section-container\"><div class=\"bde-globalblock-14-1076 bde-globalblock\"><div class=\"bde-logo-list-1081-100-1081-1 bde-logo-list logo-bar bde-logo-list-1081-100 gradient-overlay__both un-image-carousel-container\">\n\n  <div class=\"un-logo-bar__marquee-content carousel-type__stop-on-hover\">\n                            <div class=\"un-logo-bar__logo-wrapper\">\n          <img loading=\"lazy\" decoding=\"async\" class=\"breakdance-image-object\" src=\"https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logos-mcancm.png\" width=\"555\" height=\"555\" srcset=\"https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logos-mcancm.png 555w, https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logos-mcancm-300x300.png 300w, https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logos-mcancm-150x150.png 150w\" sizes=\"auto, (max-width: 555px) 100vw, 555px\">\n        <\/div>\n                              <div class=\"un-logo-bar__logo-wrapper\">\n          <img loading=\"lazy\" decoding=\"async\" class=\"breakdance-image-object\" src=\"https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-yyr.svg\" width=\"143\" height=\"53\" sizes=\"auto, (max-width: 143px) 100vw, 143px\">\n        <\/div>\n                              <div class=\"un-logo-bar__logo-wrapper\">\n          <img loading=\"lazy\" decoding=\"async\" class=\"breakdance-image-object\" src=\"https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-evolve-white.svg\" width=\"2530\" height=\"472\" sizes=\"auto, (max-width: 2530px) 100vw, 2530px\">\n        <\/div>\n                              <div class=\"un-logo-bar__logo-wrapper\">\n          <img loading=\"lazy\" decoding=\"async\" class=\"breakdance-image-object\" src=\"https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-checkpoint-white-big.png\" width=\"1600\" height=\"376\" srcset=\"https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-checkpoint-white-big.png 1600w, https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-checkpoint-white-big-300x71.png 300w, https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-checkpoint-white-big-1024x241.png 1024w, https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-checkpoint-white-big-768x180.png 768w, https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-checkpoint-white-big-1536x361.png 1536w\" sizes=\"auto, (max-width: 1600px) 100vw, 1600px\">\n        <\/div>\n                              <div class=\"un-logo-bar__logo-wrapper\">\n          <img loading=\"lazy\" decoding=\"async\" class=\"breakdance-image-object\" src=\"https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-windows-white.svg\" width=\"2532\" height=\"883\" sizes=\"auto, (max-width: 2532px) 100vw, 2532px\">\n        <\/div>\n                              <div class=\"un-logo-bar__logo-wrapper\">\n          <img loading=\"lazy\" decoding=\"async\" class=\"breakdance-image-object\" src=\"https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-123paint-white.svg\" width=\"1184\" height=\"732\" sizes=\"auto, (max-width: 1184px) 100vw, 1184px\">\n        <\/div>\n                              <div class=\"un-logo-bar__logo-wrapper\">\n          <img loading=\"lazy\" decoding=\"async\" class=\"breakdance-image-object\" src=\"https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-oaa-white.svg\" width=\"291\" height=\"134\" sizes=\"auto, (max-width: 291px) 100vw, 291px\">\n        <\/div>\n                              <div class=\"un-logo-bar__logo-wrapper\">\n          <img loading=\"lazy\" decoding=\"async\" class=\"breakdance-image-object\" src=\"https:\/\/getweaver.com\/wp-content\/uploads\/2026\/06\/Copy-of-Petroget-Logo-White-RGB.svg\" width=\"5000\" height=\"1040\" sizes=\"auto, (max-width: 5000px) 100vw, 5000px\">\n        <\/div>\n                                        <div class=\"un-logo-bar__logo-wrapper\">\n          <img loading=\"lazy\" decoding=\"async\" class=\"breakdance-image-object\" src=\"https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logos-mcancm.png\" width=\"555\" height=\"555\" srcset=\"https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logos-mcancm.png 555w, https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logos-mcancm-300x300.png 300w, https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logos-mcancm-150x150.png 150w\" sizes=\"auto, (max-width: 555px) 100vw, 555px\">\n        <\/div>\n                              <div class=\"un-logo-bar__logo-wrapper\">\n          <img loading=\"lazy\" decoding=\"async\" class=\"breakdance-image-object\" src=\"https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-yyr.svg\" width=\"143\" height=\"53\" sizes=\"auto, (max-width: 143px) 100vw, 143px\">\n        <\/div>\n                              <div class=\"un-logo-bar__logo-wrapper\">\n          <img loading=\"lazy\" decoding=\"async\" class=\"breakdance-image-object\" src=\"https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-evolve-white.svg\" width=\"2530\" height=\"472\" sizes=\"auto, (max-width: 2530px) 100vw, 2530px\">\n        <\/div>\n                              <div class=\"un-logo-bar__logo-wrapper\">\n          <img loading=\"lazy\" decoding=\"async\" class=\"breakdance-image-object\" src=\"https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-checkpoint-white-big.png\" width=\"1600\" height=\"376\" srcset=\"https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-checkpoint-white-big.png 1600w, https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-checkpoint-white-big-300x71.png 300w, https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-checkpoint-white-big-1024x241.png 1024w, https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-checkpoint-white-big-768x180.png 768w, https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-checkpoint-white-big-1536x361.png 1536w\" sizes=\"auto, (max-width: 1600px) 100vw, 1600px\">\n        <\/div>\n                              <div class=\"un-logo-bar__logo-wrapper\">\n          <img loading=\"lazy\" decoding=\"async\" class=\"breakdance-image-object\" src=\"https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-windows-white.svg\" width=\"2532\" height=\"883\" sizes=\"auto, (max-width: 2532px) 100vw, 2532px\">\n        <\/div>\n                              <div class=\"un-logo-bar__logo-wrapper\">\n          <img loading=\"lazy\" decoding=\"async\" class=\"breakdance-image-object\" src=\"https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-123paint-white.svg\" width=\"1184\" height=\"732\" sizes=\"auto, (max-width: 1184px) 100vw, 1184px\">\n        <\/div>\n                              <div class=\"un-logo-bar__logo-wrapper\">\n          <img loading=\"lazy\" decoding=\"async\" class=\"breakdance-image-object\" src=\"https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-oaa-white.svg\" width=\"291\" height=\"134\" sizes=\"auto, (max-width: 291px) 100vw, 291px\">\n        <\/div>\n                              <div class=\"un-logo-bar__logo-wrapper\">\n          <img loading=\"lazy\" decoding=\"async\" class=\"breakdance-image-object\" src=\"https:\/\/getweaver.com\/wp-content\/uploads\/2026\/06\/Copy-of-Petroget-Logo-White-RGB.svg\" width=\"5000\" height=\"1040\" sizes=\"auto, (max-width: 5000px) 100vw, 5000px\">\n        <\/div>\n                                        <div class=\"un-logo-bar__logo-wrapper\">\n          <img loading=\"lazy\" decoding=\"async\" class=\"breakdance-image-object\" src=\"https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logos-mcancm.png\" width=\"555\" height=\"555\" srcset=\"https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logos-mcancm.png 555w, https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logos-mcancm-300x300.png 300w, https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logos-mcancm-150x150.png 150w\" sizes=\"auto, (max-width: 555px) 100vw, 555px\">\n        <\/div>\n                              <div class=\"un-logo-bar__logo-wrapper\">\n          <img loading=\"lazy\" decoding=\"async\" class=\"breakdance-image-object\" src=\"https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-yyr.svg\" width=\"143\" height=\"53\" sizes=\"auto, (max-width: 143px) 100vw, 143px\">\n        <\/div>\n                              <div class=\"un-logo-bar__logo-wrapper\">\n          <img loading=\"lazy\" decoding=\"async\" class=\"breakdance-image-object\" src=\"https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-evolve-white.svg\" width=\"2530\" height=\"472\" sizes=\"auto, (max-width: 2530px) 100vw, 2530px\">\n        <\/div>\n                              <div class=\"un-logo-bar__logo-wrapper\">\n          <img loading=\"lazy\" decoding=\"async\" class=\"breakdance-image-object\" src=\"https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-checkpoint-white-big.png\" width=\"1600\" height=\"376\" srcset=\"https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-checkpoint-white-big.png 1600w, https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-checkpoint-white-big-300x71.png 300w, https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-checkpoint-white-big-1024x241.png 1024w, https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-checkpoint-white-big-768x180.png 768w, https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-checkpoint-white-big-1536x361.png 1536w\" sizes=\"auto, (max-width: 1600px) 100vw, 1600px\">\n        <\/div>\n                              <div class=\"un-logo-bar__logo-wrapper\">\n          <img loading=\"lazy\" decoding=\"async\" class=\"breakdance-image-object\" src=\"https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-windows-white.svg\" width=\"2532\" height=\"883\" sizes=\"auto, (max-width: 2532px) 100vw, 2532px\">\n        <\/div>\n                              <div class=\"un-logo-bar__logo-wrapper\">\n          <img loading=\"lazy\" decoding=\"async\" class=\"breakdance-image-object\" src=\"https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-123paint-white.svg\" width=\"1184\" height=\"732\" sizes=\"auto, (max-width: 1184px) 100vw, 1184px\">\n        <\/div>\n                              <div class=\"un-logo-bar__logo-wrapper\">\n          <img loading=\"lazy\" decoding=\"async\" class=\"breakdance-image-object\" src=\"https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-oaa-white.svg\" width=\"291\" height=\"134\" sizes=\"auto, (max-width: 291px) 100vw, 291px\">\n        <\/div>\n                              <div class=\"un-logo-bar__logo-wrapper\">\n          <img loading=\"lazy\" decoding=\"async\" class=\"breakdance-image-object\" src=\"https:\/\/getweaver.com\/wp-content\/uploads\/2026\/06\/Copy-of-Petroget-Logo-White-RGB.svg\" width=\"5000\" height=\"1040\" sizes=\"auto, (max-width: 5000px) 100vw, 5000px\">\n        <\/div>\n                                        <div class=\"un-logo-bar__logo-wrapper\">\n          <img loading=\"lazy\" decoding=\"async\" class=\"breakdance-image-object\" src=\"https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logos-mcancm.png\" width=\"555\" height=\"555\" srcset=\"https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logos-mcancm.png 555w, https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logos-mcancm-300x300.png 300w, https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logos-mcancm-150x150.png 150w\" sizes=\"auto, (max-width: 555px) 100vw, 555px\">\n        <\/div>\n                              <div class=\"un-logo-bar__logo-wrapper\">\n          <img loading=\"lazy\" decoding=\"async\" class=\"breakdance-image-object\" src=\"https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-yyr.svg\" width=\"143\" height=\"53\" sizes=\"auto, (max-width: 143px) 100vw, 143px\">\n        <\/div>\n                              <div class=\"un-logo-bar__logo-wrapper\">\n          <img loading=\"lazy\" decoding=\"async\" class=\"breakdance-image-object\" src=\"https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-evolve-white.svg\" width=\"2530\" height=\"472\" sizes=\"auto, (max-width: 2530px) 100vw, 2530px\">\n        <\/div>\n                              <div class=\"un-logo-bar__logo-wrapper\">\n          <img loading=\"lazy\" decoding=\"async\" class=\"breakdance-image-object\" src=\"https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-checkpoint-white-big.png\" width=\"1600\" height=\"376\" srcset=\"https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-checkpoint-white-big.png 1600w, https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-checkpoint-white-big-300x71.png 300w, https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-checkpoint-white-big-1024x241.png 1024w, https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-checkpoint-white-big-768x180.png 768w, https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-checkpoint-white-big-1536x361.png 1536w\" sizes=\"auto, (max-width: 1600px) 100vw, 1600px\">\n        <\/div>\n                              <div class=\"un-logo-bar__logo-wrapper\">\n          <img loading=\"lazy\" decoding=\"async\" class=\"breakdance-image-object\" src=\"https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-windows-white.svg\" width=\"2532\" height=\"883\" sizes=\"auto, (max-width: 2532px) 100vw, 2532px\">\n        <\/div>\n                              <div class=\"un-logo-bar__logo-wrapper\">\n          <img loading=\"lazy\" decoding=\"async\" class=\"breakdance-image-object\" src=\"https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-123paint-white.svg\" width=\"1184\" height=\"732\" sizes=\"auto, (max-width: 1184px) 100vw, 1184px\">\n        <\/div>\n                              <div class=\"un-logo-bar__logo-wrapper\">\n          <img loading=\"lazy\" decoding=\"async\" class=\"breakdance-image-object\" src=\"https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-oaa-white.svg\" width=\"291\" height=\"134\" sizes=\"auto, (max-width: 291px) 100vw, 291px\">\n        <\/div>\n                              <div class=\"un-logo-bar__logo-wrapper\">\n          <img loading=\"lazy\" decoding=\"async\" class=\"breakdance-image-object\" src=\"https:\/\/getweaver.com\/wp-content\/uploads\/2026\/06\/Copy-of-Petroget-Logo-White-RGB.svg\" width=\"5000\" height=\"1040\" sizes=\"auto, (max-width: 5000px) 100vw, 5000px\">\n        <\/div>\n                                        <div class=\"un-logo-bar__logo-wrapper\">\n          <img loading=\"lazy\" decoding=\"async\" class=\"breakdance-image-object\" src=\"https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logos-mcancm.png\" width=\"555\" height=\"555\" srcset=\"https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logos-mcancm.png 555w, https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logos-mcancm-300x300.png 300w, https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logos-mcancm-150x150.png 150w\" sizes=\"auto, (max-width: 555px) 100vw, 555px\">\n        <\/div>\n                              <div class=\"un-logo-bar__logo-wrapper\">\n          <img loading=\"lazy\" decoding=\"async\" class=\"breakdance-image-object\" src=\"https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-yyr.svg\" width=\"143\" height=\"53\" sizes=\"auto, (max-width: 143px) 100vw, 143px\">\n        <\/div>\n                              <div class=\"un-logo-bar__logo-wrapper\">\n          <img loading=\"lazy\" decoding=\"async\" class=\"breakdance-image-object\" src=\"https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-evolve-white.svg\" width=\"2530\" height=\"472\" sizes=\"auto, (max-width: 2530px) 100vw, 2530px\">\n        <\/div>\n                              <div class=\"un-logo-bar__logo-wrapper\">\n          <img loading=\"lazy\" decoding=\"async\" class=\"breakdance-image-object\" src=\"https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-checkpoint-white-big.png\" width=\"1600\" height=\"376\" srcset=\"https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-checkpoint-white-big.png 1600w, https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-checkpoint-white-big-300x71.png 300w, https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-checkpoint-white-big-1024x241.png 1024w, https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-checkpoint-white-big-768x180.png 768w, https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-checkpoint-white-big-1536x361.png 1536w\" sizes=\"auto, (max-width: 1600px) 100vw, 1600px\">\n        <\/div>\n                              <div class=\"un-logo-bar__logo-wrapper\">\n          <img loading=\"lazy\" decoding=\"async\" class=\"breakdance-image-object\" src=\"https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-windows-white.svg\" width=\"2532\" height=\"883\" sizes=\"auto, (max-width: 2532px) 100vw, 2532px\">\n        <\/div>\n                              <div class=\"un-logo-bar__logo-wrapper\">\n          <img loading=\"lazy\" decoding=\"async\" class=\"breakdance-image-object\" src=\"https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-123paint-white.svg\" width=\"1184\" height=\"732\" sizes=\"auto, (max-width: 1184px) 100vw, 1184px\">\n        <\/div>\n                              <div class=\"un-logo-bar__logo-wrapper\">\n          <img loading=\"lazy\" decoding=\"async\" class=\"breakdance-image-object\" src=\"https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-oaa-white.svg\" width=\"291\" height=\"134\" sizes=\"auto, (max-width: 291px) 100vw, 291px\">\n        <\/div>\n                              <div class=\"un-logo-bar__logo-wrapper\">\n          <img loading=\"lazy\" decoding=\"async\" class=\"breakdance-image-object\" src=\"https:\/\/getweaver.com\/wp-content\/uploads\/2026\/06\/Copy-of-Petroget-Logo-White-RGB.svg\" width=\"5000\" height=\"1040\" sizes=\"auto, (max-width: 5000px) 100vw, 5000px\">\n        <\/div>\n                                        <div class=\"un-logo-bar__logo-wrapper\">\n          <img loading=\"lazy\" decoding=\"async\" class=\"breakdance-image-object\" src=\"https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logos-mcancm.png\" width=\"555\" height=\"555\" srcset=\"https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logos-mcancm.png 555w, https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logos-mcancm-300x300.png 300w, https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logos-mcancm-150x150.png 150w\" sizes=\"auto, (max-width: 555px) 100vw, 555px\">\n        <\/div>\n                              <div class=\"un-logo-bar__logo-wrapper\">\n          <img loading=\"lazy\" decoding=\"async\" class=\"breakdance-image-object\" src=\"https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-yyr.svg\" width=\"143\" height=\"53\" sizes=\"auto, (max-width: 143px) 100vw, 143px\">\n        <\/div>\n                              <div class=\"un-logo-bar__logo-wrapper\">\n          <img loading=\"lazy\" decoding=\"async\" class=\"breakdance-image-object\" src=\"https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-evolve-white.svg\" width=\"2530\" height=\"472\" sizes=\"auto, (max-width: 2530px) 100vw, 2530px\">\n        <\/div>\n                              <div class=\"un-logo-bar__logo-wrapper\">\n          <img loading=\"lazy\" decoding=\"async\" class=\"breakdance-image-object\" src=\"https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-checkpoint-white-big.png\" width=\"1600\" height=\"376\" srcset=\"https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-checkpoint-white-big.png 1600w, https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-checkpoint-white-big-300x71.png 300w, https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-checkpoint-white-big-1024x241.png 1024w, https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-checkpoint-white-big-768x180.png 768w, https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-checkpoint-white-big-1536x361.png 1536w\" sizes=\"auto, (max-width: 1600px) 100vw, 1600px\">\n        <\/div>\n                              <div class=\"un-logo-bar__logo-wrapper\">\n          <img loading=\"lazy\" decoding=\"async\" class=\"breakdance-image-object\" src=\"https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-windows-white.svg\" width=\"2532\" height=\"883\" sizes=\"auto, (max-width: 2532px) 100vw, 2532px\">\n        <\/div>\n                              <div class=\"un-logo-bar__logo-wrapper\">\n          <img loading=\"lazy\" decoding=\"async\" class=\"breakdance-image-object\" src=\"https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-123paint-white.svg\" width=\"1184\" height=\"732\" sizes=\"auto, (max-width: 1184px) 100vw, 1184px\">\n        <\/div>\n                              <div class=\"un-logo-bar__logo-wrapper\">\n          <img loading=\"lazy\" decoding=\"async\" class=\"breakdance-image-object\" src=\"https:\/\/getweaver.com\/wp-content\/uploads\/2025\/08\/logo-oaa-white.svg\" width=\"291\" height=\"134\" sizes=\"auto, (max-width: 291px) 100vw, 291px\">\n        <\/div>\n                              <div class=\"un-logo-bar__logo-wrapper\">\n          <img loading=\"lazy\" decoding=\"async\" class=\"breakdance-image-object\" src=\"https:\/\/getweaver.com\/wp-content\/uploads\/2026\/06\/Copy-of-Petroget-Logo-White-RGB.svg\" width=\"5000\" height=\"1040\" sizes=\"auto, (max-width: 5000px) 100vw, 5000px\">\n        <\/div>\n                      <\/div>\n<\/div><\/div><\/div>\n<\/section><section id=\"whyweaver\" class=\"bde-section-14-850 bde-section\">\n  \n  \n\t\n\n\n\n<div class=\"section-container\"><div class=\"bde-columns-14-843 bde-columns\"><div class=\"bde-column-14-844 bde-column\">\n  \n  \n\t\n\n\n\n<div class=\"bde-animated-heading-14-443 bde-animated-heading\">\n<h2 class=\"bde-animated-heading__text\">\n\t<span>Why Weaver? Not just another<br><\/span>\n\n\t<span class=\"bde-animated-heading__wrapper\"><\/span>\n\n\n\n\t<span><br>company.<\/span>\n\n<\/h2>\n\n<noscript>\n      <h2 class=\"bde-animated-heading__noscript\">\n      <span>Why Weaver? Not just another<br><\/span>\n      web design\n      <span><br>company.<\/span>\n    <\/h2>\n      <h2 class=\"bde-animated-heading__noscript\">\n      <span>Why Weaver? Not just another<br><\/span>\n      graphic design\n      <span><br>company.<\/span>\n    <\/h2>\n      <h2 class=\"bde-animated-heading__noscript\">\n      <span>Why Weaver? Not just another<br><\/span>\n      automation\n      <span><br>company.<\/span>\n    <\/h2>\n      <h2 class=\"bde-animated-heading__noscript\">\n      <span>Why Weaver? Not just another<br><\/span>\n      branding\n      <span><br>company.<\/span>\n    <\/h2>\n  <\/noscript>\n<\/div><div class=\"bde-text-14-444 bde-text\">\nWe\u2019re not just a service provider. Weaver is a partner in growth, helping you build strategies, creative solutions, and the right connections. With access to our broader tech network, we don\u2019t just deliver marketing results; we help you find new opportunities to fund, scale, and strengthen your business.\n<\/div>\n<\/div><div id=\"shapeEndTarget\" class=\"bde-column-14-845 bde-column\">\n  \n  \n\t\n\n\n\n\n<\/div><\/div><\/div>\n<\/section><section class=\"bde-section-14-852 bde-section service-deck-section\" data-incoming-y=\"50\" data-fade-y=\"-60\">\n  \n  \n\t\n\n\n\n<div class=\"section-container\"><div id=\"travel-end\" class=\"bde-div-14-753 bde-div\">\n  \n  \n\t\n\n\n\n<h2 class=\"bde-heading-14-446 bde-heading heading-left\" data-parallax=\"true\">\nOur Capabilities\n<\/h2>\n<\/div><div class=\"bde-columns-14-764 bde-columns service-columns service-deck-row\"><div class=\"bde-column-14-765 bde-column card-left\">\n  \n  \n\t\n\n\n\n<h3 class=\"bde-heading-14-768 bde-heading card-title\">\nGrowth & Marketing\n<\/h3>\n<\/div><div class=\"bde-column-14-766 bde-column card-stack\">\n  \n  \n\t\n\n\n\n<div class=\"bde-div-14-770 bde-div shape-card\">\n  \n  \n\t\n\n\n\n<div class=\"bde-icon-14-771 bde-icon\">\n\n    \n            <div class=\"bde-icon-icon breakdance-icon-atom\" >\n    \n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"168\" height=\"261\" viewBox=\"0 0 168 261\" fill=\"none\">\r\n<path d=\"M84.4094 128.894L75.1272 144.974H16.0791C13.2066 144.974 10.4427 144.21 8.03711 142.82L16.0749 128.894L25.3613 112.815L89.2515 2.15796C96.9394 6.59658 99.5735 16.4276 95.1349 24.1169L43.9256 112.815L34.6435 128.894H84.4094Z\" fill=\"url(#paint0_linear_197_1055)\"\/>\r\n<path d=\"M89.2522 2.15802L25.362 112.815L16.0756 128.894L8.03778 142.82C5.63646 141.43 3.58787 139.421 2.15441 136.932C0.718138 134.448 0 131.674 0 128.899C0 126.136 0.709672 123.369 2.13889 120.889L2.15441 120.858L67.2891 8.04139C71.7277 0.353509 81.5587 -2.28483 89.2522 2.15802Z\" fill=\"url(#paint1_linear_197_1055)\"\/>\r\n<path d=\"M159.198 258.432L114.861 181.638L93.6907 144.973L84.4085 128.893H34.6426L43.9248 112.813H82.3599C89.3734 112.813 95.8493 116.554 99.354 122.625L165.084 236.467L165.108 236.511C169.516 244.196 166.874 253.999 159.198 258.43\" fill=\"url(#paint2_linear_197_1055)\"\/>\r\n<path d=\"M159.198 258.432C156.667 259.896 153.905 260.59 151.172 260.59C145.619 260.59 140.214 257.706 137.235 252.548L75.127 144.973L84.4091 128.893L93.6913 144.973L114.862 181.637L159.198 258.432Z\" fill=\"url(#paint3_linear_197_1055)\"\/>\r\n<defs>\r\n<linearGradient id=\"paint0_linear_197_1055\" x1=\"52.6646\" y1=\"151.831\" x2=\"52.6646\" y2=\"25.4502\" gradientUnits=\"userSpaceOnUse\">\r\n<stop stop-color=\"#004A80\"\/>\r\n<stop offset=\"1\" stop-color=\"#489FDF\"\/>\r\n<\/linearGradient>\r\n<linearGradient id=\"paint1_linear_197_1055\" x1=\"72.2582\" y1=\"16.9765\" x2=\"0.548838\" y2=\"138.141\" gradientUnits=\"userSpaceOnUse\">\r\n<stop stop-color=\"#48D597\"\/>\r\n<stop offset=\"1\" stop-color=\"#489FDF\"\/>\r\n<\/linearGradient>\r\n<linearGradient id=\"paint2_linear_197_1055\" x1=\"61.2941\" y1=\"111.044\" x2=\"107.452\" y2=\"196.766\" gradientUnits=\"userSpaceOnUse\">\r\n<stop stop-color=\"#A169DD\"\/>\r\n<stop offset=\"1\" stop-color=\"#E93CAC\"\/>\r\n<\/linearGradient>\r\n<linearGradient id=\"paint3_linear_197_1055\" x1=\"75.1284\" y1=\"194.743\" x2=\"159.198\" y2=\"194.743\" gradientUnits=\"userSpaceOnUse\">\r\n<stop stop-color=\"#48D597\"\/>\r\n<stop offset=\"1\" stop-color=\"#489FDF\"\/>\r\n<\/linearGradient>\r\n<\/defs>\r\n<\/svg>\n        \n        \n        \n            <\/div>\n    \n\n\n<\/div>\n<\/div>\n<\/div><div class=\"bde-column-14-767 bde-column card-right\">\n  \n  \n\t\n\n\n\n<div class=\"bde-text-14-803 bde-text card-copy\">\nFrom brand storytelling to performance campaigns, we build strategies that capture attention and convert it into results. Our approach goes beyond clicks and impressions, focusing on sustainable growth and customer trust.\n<\/div>\n<\/div><\/div><div class=\"bde-columns-14-917 bde-columns service-columns service-deck-row\"><div class=\"bde-column-14-918 bde-column card-left\">\n  \n  \n\t\n\n\n\n<h3 class=\"bde-heading-14-921 bde-heading card-title\">\nStrategy & Partnerships\n<\/h3>\n<\/div><div class=\"bde-column-14-924 bde-column card-stack\">\n  \n  \n\t\n\n\n\n<div class=\"bde-div-14-931 bde-div shape-card\">\n  \n  \n\t\n\n\n\n<div class=\"bde-icon-14-932 bde-icon\">\n\n    \n            <div class=\"bde-icon-icon breakdance-icon-atom\" >\n    \n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"168\" height=\"167\" viewBox=\"0 0 168 167\" fill=\"none\">\r\n<path d=\"M99.0656 35.8429L146.567 82.654L146.563 82.6579L115.328 82.887L83.5569 51.5789L99.0656 35.8429Z\" fill=\"url(#paint0_linear_197_1039)\"\/>\r\n<path d=\"M146.563 82.6584L115.326 82.8875L115.322 82.8837L67.9888 130.917L20.4917 84.1093L98.2881 5.16535C87.7838 -2.06636 73.2951 -0.949628 64.0343 8.448L8.31571 64.9899C3.05557 70.3258 0.49256 77.3089 0.610461 84.2532C0.725178 91.0214 3.3907 97.7537 8.59358 102.879L65.1355 158.598C66.2767 159.722 67.4935 160.724 68.7688 161.602L146.563 82.6584Z\" fill=\"url(#paint1_linear_197_1039)\"\/>\r\n<path d=\"M51.732 83.8755L83.4969 115.178L67.9901 130.914L20.493 84.1085L51.7282 83.8794L51.732 83.8755Z\" fill=\"url(#paint2_linear_197_1039)\"\/>\r\n<path d=\"M102.78 158.564C102.821 158.524 102.861 158.483 102.901 158.443L158.741 101.778C164.001 96.4397 166.566 89.4547 166.446 82.5104C166.33 75.7422 163.666 69.0157 158.463 63.8885L101.923 8.16989C100.782 7.0453 99.5634 6.04376 98.2882 5.16512L20.4937 84.109L51.7289 83.88L99.0662 35.8431L146.567 82.6543L146.563 82.6582L68.7689 161.602C79.1789 168.769 93.5075 167.736 102.78 158.564Z\" fill=\"url(#paint3_linear_197_1039)\"\/>\r\n<defs>\r\n<linearGradient id=\"paint0_linear_197_1039\" x1=\"133.088\" y1=\"86.5977\" x2=\"94.1881\" y2=\"44.5577\" gradientUnits=\"userSpaceOnUse\">\r\n<stop stop-color=\"#004A80\"\/>\r\n<stop offset=\"1\" stop-color=\"#489FDF\"\/>\r\n<\/linearGradient>\r\n<linearGradient id=\"paint1_linear_197_1039\" x1=\"74.1253\" y1=\"156.87\" x2=\"72.996\" y2=\"2.88971\" gradientUnits=\"userSpaceOnUse\">\r\n<stop stop-color=\"#48D597\"\/>\r\n<stop offset=\"1\" stop-color=\"#489FDF\"\/>\r\n<\/linearGradient>\r\n<linearGradient id=\"paint2_linear_197_1039\" x1=\"37.6241\" y1=\"85.2555\" x2=\"77.1276\" y2=\"124.803\" gradientUnits=\"userSpaceOnUse\">\r\n<stop stop-color=\"#004A80\"\/>\r\n<stop offset=\"1\" stop-color=\"#489FDF\"\/>\r\n<\/linearGradient>\r\n<linearGradient id=\"paint3_linear_197_1039\" x1=\"94.0489\" y1=\"162.224\" x2=\"93.0453\" y2=\"25.3844\" gradientUnits=\"userSpaceOnUse\">\r\n<stop stop-color=\"#A169DD\"\/>\r\n<stop offset=\"1\" stop-color=\"#E93CAC\"\/>\r\n<\/linearGradient>\r\n<\/defs>\r\n<\/svg>\n        \n        \n        \n            <\/div>\n    \n\n\n<\/div>\n<\/div>\n<\/div><div class=\"bde-column-14-935 bde-column card-right\">\n  \n  \n\t\n\n\n\n<div class=\"bde-text-14-940 bde-text card-copy\">\nWe help you define a clear roadmap for growth while connecting you with the right partners to make it happen. Our team blends business insight with a powerful network, aligning your goals with opportunities that drive long-term impact.\n<\/div>\n<\/div><\/div><div class=\"bde-columns-14-941 bde-columns service-columns service-deck-row\"><div class=\"bde-column-14-942 bde-column card-left\">\n  \n  \n\t\n\n\n\n<h3 class=\"bde-heading-14-943 bde-heading card-title\">\nTechnology & Automation\n<\/h3>\n<\/div><div class=\"bde-column-14-944 bde-column card-stack\">\n  \n  \n\t\n\n\n\n<div class=\"bde-div-14-945 bde-div shape-card\">\n  \n  \n\t\n\n\n\n<div class=\"bde-icon-14-904 bde-icon\">\n\n    \n            <div class=\"bde-icon-icon breakdance-icon-atom\" >\n    \n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"440\" height=\"397\" viewBox=\"0 0 440 397\" fill=\"none\">\r\n<path d=\"M439.864 341.303H118.23L149.867 286.409H353.348L192.505 7.3604C200.704 2.61424 210.134 0 219.935 0C239.228 0 257.075 10.1386 266.963 26.6489C267.001 26.7164 267.04 26.7791 267.078 26.8466L432.542 313.888C437.433 322.372 439.874 331.84 439.864 341.308V341.303Z\" fill=\"url(#paint0_linear_172_4257)\"\/>\r\n<path d=\"M439.861 341.303C439.852 350.757 437.401 360.206 432.51 368.676L432.448 368.787C422.656 385.736 404.564 396.178 384.986 396.178H54.8779C45.0865 396.178 35.6714 393.569 27.4766 388.837L188.257 109.899L219.932 164.856L149.864 286.414L118.227 341.308H439.861V341.303Z\" fill=\"url(#paint1_linear_172_4257)\"\/>\r\n<path d=\"M353.346 286.409H290.001L219.933 164.852L188.258 109.895L27.4773 388.842H27.4725C19.2776 384.11 12.3079 377.266 7.41225 368.791L7.35437 368.681C-2.4418 351.731 -2.45145 330.846 7.32543 313.888L172.442 27.4399C177.333 18.9509 184.303 12.0969 192.503 7.36041L353.346 286.414V286.409Z\" fill=\"url(#paint2_linear_172_4257)\"\/>\r\n<defs>\r\n<linearGradient id=\"paint0_linear_172_4257\" x1=\"116.533\" y1=\"170.649\" x2=\"402.503\" y2=\"170.649\" gradientUnits=\"userSpaceOnUse\">\r\n<stop stop-color=\"#A169DD\"\/>\r\n<stop offset=\"1\" stop-color=\"#E93CAC\"\/>\r\n<\/linearGradient>\r\n<linearGradient id=\"paint1_linear_172_4257\" x1=\"27.4766\" y1=\"253.041\" x2=\"439.861\" y2=\"253.041\" gradientUnits=\"userSpaceOnUse\">\r\n<stop stop-color=\"#004A80\"\/>\r\n<stop offset=\"0.06\" stop-color=\"#055087\"\/>\r\n<stop offset=\"0.49\" stop-color=\"#297BB6\"\/>\r\n<stop offset=\"0.81\" stop-color=\"#3F95D4\"\/>\r\n<stop offset=\"1\" stop-color=\"#489FDF\"\/>\r\n<\/linearGradient>\r\n<linearGradient id=\"paint2_linear_172_4257\" x1=\"17.9995\" y1=\"198.099\" x2=\"400.036\" y2=\"198.099\" gradientUnits=\"userSpaceOnUse\">\r\n<stop stop-color=\"#48D597\"\/>\r\n<stop offset=\"1\" stop-color=\"#489FDF\"\/>\r\n<\/linearGradient>\r\n<\/defs>\r\n<\/svg>\n        \n        \n        \n            <\/div>\n    \n\n\n<\/div>\n<\/div>\n<\/div><div class=\"bde-column-14-947 bde-column card-right\">\n  \n  \n\t\n\n\n\n<div class=\"bde-text-14-948 bde-text card-copy\">\nWe streamline how your business works by designing smart systems and tools that save time, reduce friction, and scale effortlessly. From custom integrations to AI-driven workflows, we help you unlock efficiency and focus on what matters most.\n<\/div>\n<\/div><\/div><div class=\"bde-columns-14-893 bde-columns service-columns service-deck-row\"><div class=\"bde-column-14-894 bde-column card-left\">\n  \n  \n\t\n\n\n\n<h3 class=\"bde-heading-14-895 bde-heading card-title\">\nFunding & Capital<br>\n<\/h3>\n<\/div><div class=\"bde-column-14-900 bde-column card-stack\">\n  \n  \n\t\n\n\n\n<div class=\"bde-div-14-903 bde-div shape-card\">\n  \n  \n\t\n\n\n\n<div class=\"bde-icon-14-946 bde-icon\">\n\n    \n            <div class=\"bde-icon-icon breakdance-icon-atom\" >\n    \n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"59.1 59.1 154.72 154.72\">\r\n<path d=\"M84.3658 162.406L84.3674 84.8054L84.3737 84.8054L110.074 110.506L110.074 162.407L84.3658 162.406Z\" fill=\"url(#paint0_linear_197_1034)\"\/>\r\n<path d=\"M84.373 84.8054L110.075 110.507L110.075 110.514H188.543L188.541 188.108L59.5748 188.106C62.1603 202.718 74.9192 213.814 90.2714 213.814L182.64 213.814C191.358 213.816 199.239 210.237 204.898 204.468C210.414 198.845 213.817 191.137 213.815 182.639V90.2707C213.815 88.4064 213.651 86.5799 213.338 84.8053L84.373 84.8054Z\" fill=\"url(#paint1_linear_197_1034)\"\/>\r\n<path d=\"M162.833 162.406L162.833 110.514L188.539 110.514L188.539 188.106L162.839 162.406L162.833 162.406Z\" fill=\"url(#paint2_linear_197_1034)\"\/>\r\n<path d=\"M183.043 59.0987C182.976 59.0971 182.909 59.0971 182.843 59.0971L90.2733 59.0971C81.5533 59.0971 73.6693 62.6761 68.0118 68.447C62.4976 74.0714 59.0981 81.7727 59.0981 90.2723L59.0965 182.639C59.0965 184.503 59.2619 186.332 59.5752 188.106L188.54 188.106L162.84 162.406H84.3655L84.3671 84.8054L84.3734 84.8054L213.338 84.8053C210.776 70.3239 198.218 59.2923 183.043 59.0987Z\" fill=\"url(#paint3_linear_197_1034)\"\/>\r\n<defs>\r\n<linearGradient id=\"paint0_linear_197_1034\" x1=\"98.6441\" y1=\"92.7554\" x2=\"95.5721\" y2=\"159.331\" gradientUnits=\"userSpaceOnUse\">\r\n<stop stop-color=\"#004A80\"\/>\r\n<stop offset=\"1\" stop-color=\"#489FDF\"\/>\r\n<\/linearGradient>\r\n<linearGradient id=\"paint1_linear_197_1034\" x1=\"205.041\" y1=\"84.2306\" x2=\"78.3454\" y2=\"210.927\" gradientUnits=\"userSpaceOnUse\">\r\n<stop stop-color=\"#48D597\"\/>\r\n<stop offset=\"1\" stop-color=\"#489FDF\"\/>\r\n<\/linearGradient>\r\n<linearGradient id=\"paint2_linear_197_1034\" x1=\"175.499\" y1=\"172.971\" x2=\"176.012\" y2=\"107.931\" gradientUnits=\"userSpaceOnUse\">\r\n<stop stop-color=\"#004A80\"\/>\r\n<stop offset=\"1\" stop-color=\"#489FDF\"\/>\r\n<\/linearGradient>\r\n<linearGradient id=\"paint3_linear_197_1034\" x1=\"193.207\" y1=\"63.3453\" x2=\"80.6148\" y2=\"175.938\" gradientUnits=\"userSpaceOnUse\">\r\n<stop stop-color=\"#A169DD\"\/>\r\n<stop offset=\"1\" stop-color=\"#E93CAC\"\/>\r\n<\/linearGradient>\r\n<\/defs>\r\n<\/svg>\n        \n        \n        \n            <\/div>\n    \n\n\n<\/div>\n<\/div>\n<\/div><div class=\"bde-column-14-911 bde-column card-right\">\n  \n  \n\t\n\n\n\n<div class=\"bde-text-14-916 bde-text card-copy\">\nGrowth takes resources\u2014and we help you find them. Through our extensive network, we connect you with investors, programs, and funding opportunities that fuel innovation and position your business for long-term success.\n<\/div>\n<\/div><\/div><div id=\"last-column\" class=\"bde-columns-14-969 bde-columns service-columns service-deck-row\"><div class=\"bde-column-14-970 bde-column card-left\">\n  \n  \n\t\n\n\n\n<h3 class=\"bde-heading-14-971 bde-heading card-title\">\nAdvisory & Enablement\n<\/h3>\n<\/div><div class=\"bde-column-14-972 bde-column card-stack\">\n  \n  \n\t\n\n\n\n<div class=\"bde-div-14-973 bde-div shape-card\">\n  \n  \n\t\n\n\n\n<div class=\"bde-icon-14-974 bde-icon\">\n\n    \n            <div class=\"bde-icon-icon breakdance-icon-atom\" >\n    \n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"186\" height=\"169\" viewBox=\"0 0 186 169\" fill=\"none\">\r\n<path d=\"M162.818 84.0153H135.88L135.823 83.913L114.309 46.6501H71.0059L84.4728 23.323L127.776 23.323L141.243 46.6501L149.288 60.5899L162.818 84.0153Z\" fill=\"#489FDF\"\/>\r\n<path d=\"M181.475 69.6805C181.458 69.6478 181.44 69.6171 181.422 69.5843L149.518 14.3267C149.493 14.2857 149.469 14.2427 149.444 14.2018C144.308 5.41011 134.888 0 124.698 0L71.0087 0L22.502 84.0154H49.4358L84.4777 23.323L127.781 23.323L162.823 84.0154L114.116 168.174H124.504C134.728 168.174 144.175 162.727 149.299 153.882C149.301 153.882 149.301 153.88 149.301 153.88C149.307 153.868 149.315 153.858 149.321 153.845L181.639 97.8651C181.647 97.8528 181.655 97.8385 181.661 97.8241C184.046 93.5296 185.249 88.7745 185.266 84.0154C185.282 79.0679 184.021 74.1183 181.479 69.6805H181.475Z\" fill=\"url(#paint0_linear_197_1044)\"\/>\r\n<path d=\"M135.881 84.0154L100.644 144.845H57.6214L22.4997 84.0154L71.0085 0L60.6202 0C50.3813 0 40.9202 5.46129 35.8028 14.3287L9.03271 60.6923L3.83958 69.6928C-1.27986 78.5582 -1.27986 89.4828 3.83958 98.3502L35.8806 153.845C41.0001 162.713 50.4611 168.174 60.7 168.174H114.111L162.819 84.0154H135.881Z\" fill=\"url(#paint1_linear_197_1044)\"\/>\r\n<path d=\"M71.0825 121.518L49.4318 84.0215V84.0154H22.5L57.6217 144.845H100.645L114.112 121.518H71.0825Z\" fill=\"#489FDF\"\/>\r\n<path d=\"M114.311 46.6501L127.777 23.323L162.819 84.0153H135.881L114.311 46.6501Z\" fill=\"url(#paint2_linear_197_1044)\"\/>\r\n<path d=\"M57.6211 144.845L71.0819 121.518H114.111L100.644 144.845H57.6211Z\" fill=\"url(#paint3_linear_197_1044)\"\/>\r\n<defs>\r\n<linearGradient id=\"paint0_linear_197_1044\" x1=\"62.915\" y1=\"156.74\" x2=\"145.031\" y2=\"18.0194\" gradientUnits=\"userSpaceOnUse\">\r\n<stop stop-color=\"#A169DD\"\/>\r\n<stop offset=\"1\" stop-color=\"#E93CAC\"\/>\r\n<\/linearGradient>\r\n<linearGradient id=\"paint1_linear_197_1044\" x1=\"38.3104\" y1=\"156.23\" x2=\"117.978\" y2=\"15.7595\" gradientUnits=\"userSpaceOnUse\">\r\n<stop stop-color=\"#48D597\"\/>\r\n<stop offset=\"1\" stop-color=\"#489FDF\"\/>\r\n<\/linearGradient>\r\n<linearGradient id=\"paint2_linear_197_1044\" x1=\"119.076\" y1=\"32.4954\" x2=\"146.665\" y2=\"78.3023\" gradientUnits=\"userSpaceOnUse\">\r\n<stop stop-color=\"#004A80\"\/>\r\n<stop offset=\"1\" stop-color=\"#489FDF\"\/>\r\n<\/linearGradient>\r\n<linearGradient id=\"paint3_linear_197_1044\" x1=\"57.6211\" y1=\"133.181\" x2=\"114.111\" y2=\"133.181\" gradientUnits=\"userSpaceOnUse\">\r\n<stop stop-color=\"#004A80\"\/>\r\n<stop offset=\"0.88\" stop-color=\"#489FDF\"\/>\r\n<\/linearGradient>\r\n<\/defs>\r\n<\/svg>\n        \n        \n        \n            <\/div>\n    \n\n\n<\/div>\n<\/div>\n<\/div><div class=\"bde-column-14-975 bde-column card-right\">\n  \n  \n\t\n\n\n\n<div class=\"bde-text-14-976 bde-text card-copy\">\nWe provide the guidance, structure, and hands-on support your leadership team needs to navigate challenges with confidence. By equipping your business with practical tools and insights, we help you adapt, compete, and thrive in a changing market.\n<\/div>\n<\/div><\/div><\/div>\n<\/section><section class=\"bde-section-14-1057 bde-section who-we-help-section weaver-anchor-section\">\n  \n  \n\t\n\n\n\n<div class=\"section-container\"><div class=\"bde-icon-14-1080 bde-icon weaver-anchor-svg\">\n\n    \n            <div class=\"bde-icon-icon breakdance-icon-atom\" >\n    \n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"1920\" height=\"1622\" viewBox=\"0 0 1920 1622\" fill=\"none\">\r\n<g opacity=\"0.2\">\r\n<path id=\"bottom-anchor-mark\" data-anchor=\"bottom\" d=\"M701.061 1519.89C701.026 1519.96 700.993 1520.04 700.963 1520.12M700.963 1520.12C700.571 1521.16 700.702 1522.86 702.561 1522.39C704.561 1521.89 704.56 1520.39 703.561 1519.89C702.561 1519.39 702.061 1518.89 701.561 1519.39C701.137 1519.84 700.986 1520.06 700.963 1520.12Z\" stroke=\"#FB0A0A\"\/>\r\n<path d=\"M696.029 679.74V679.744V335.097L648.216 362.693L0 736.946V681.75\" stroke=\"white\" stroke-miterlimit=\"10\"\/>\r\n<path d=\"M1107.93 42.0874L1131.83 83.4789L743.82 307.497V652.148\" stroke=\"white\" stroke-miterlimit=\"10\"\/>\r\n<path d=\"M648.217 707.344V707.348V362.698\" stroke=\"white\" stroke-miterlimit=\"10\"\/>\r\n<path d=\"M1108 42.0834L0 681.683V626.488L1084.1 0.683105L1108 42.0834Z\" stroke=\"white\" stroke-miterlimit=\"10\"\/>\r\n<path d=\"M744.141 1090.58L1150.4 856.021\" stroke=\"white\" stroke-miterlimit=\"10\"\/>\r\n<path d=\"M1198.2 725.37V849.696C1198.2 870.689 1187 890.088 1168.82 900.581L791.941 1118.18\" stroke=\"white\" stroke-miterlimit=\"10\"\/>\r\n<path d=\"M696.336 789.967L433.491 941.725L385.678 914.117L1896.1 42.0874L1920 83.4789L1531.99 307.497\" stroke=\"white\" stroke-miterlimit=\"10\"\/>\r\n<path d=\"M696.345 1118.18L696.336 1118.17\" stroke=\"white\" stroke-miterlimit=\"10\"\/>\r\n<path d=\"M1484.19 335.093L744.141 762.363V1090.58\" stroke=\"white\" stroke-miterlimit=\"10\"\/>\r\n<path d=\"M1484.19 780.067V335.097\" stroke=\"white\" stroke-miterlimit=\"10\"\/>\r\n<path d=\"M1531.99 307.498V807.662\" stroke=\"white\" stroke-miterlimit=\"10\"\/>\r\n<path d=\"M1436.38 752.467V362.698\" stroke=\"white\" stroke-miterlimit=\"10\"\/>\r\n<path d=\"M1001.23 1294.2L696.344 1118.18L744.14 1090.58L1049.03 1266.62\" stroke=\"white\" stroke-miterlimit=\"10\"\/>\r\n<path d=\"M1144.64 1321.81L1436.37 1490.25\" stroke=\"white\" stroke-miterlimit=\"10\"\/>\r\n<path d=\"M1436.38 1545.44L1096.86 1349.41\" stroke=\"white\" stroke-miterlimit=\"10\"\/>\r\n<path d=\"M744.141 1035.37L1102.6 828.413\" stroke=\"white\" stroke-miterlimit=\"10\"\/>\r\n<path d=\"M1840.69 1041.1L1816.78 1082.49L1687.97 1008.12L1640.16 980.523H1640.15L1592.35 952.914H1592.34L1531.99 918.07L1484.19 890.47L1436.38 862.871L1198.2 725.37L1150.41 697.77V856.021L1102.6 828.413V642.571C1102.6 634.03 1104.88 625.812 1109 618.664\" stroke=\"white\" stroke-miterlimit=\"10\"\/>\r\n<path d=\"M1864.59 999.699L1840.69 1041.1L1109 618.664C1113.13 611.516 1119.11 605.435 1126.5 601.166C1133.9 596.894 1142.15 594.762 1150.4 594.762C1158.66 594.762 1166.91 596.894 1174.31 601.166L1864.59 999.699Z\" stroke=\"white\" stroke-miterlimit=\"10\"\/>\r\n<path d=\"M1531.99 918.07V1573.05C1531.99 1581.59 1529.71 1589.8 1525.59 1596.95C1521.46 1604.09 1515.49 1610.18 1508.1 1614.44C1500.7 1618.72 1492.45 1620.85 1484.19 1620.85V1125.77L1436.38 1153.38L1144.64 1321.81L1096.86 1349.41L1049.05 1377.01L726.383 1563.3L702.473 1521.89L1001.24 1349.41L1049.03 1321.81H1049.05L1096.83 1294.21L1436.38 1098.18L1484.19 1070.57\" stroke=\"white\" stroke-miterlimit=\"10\"\/>\r\n<path d=\"M1484.19 890.47L1484.18 1070.57\" stroke=\"white\" stroke-miterlimit=\"10\"\/>\r\n<path d=\"M702.468 1521.89L678.574 1480.49L1436.38 1042.97L1484.18 1070.56V1070.57\" stroke=\"white\" stroke-miterlimit=\"10\"\/>\r\n<path d=\"M1436.38 1042.97V862.87\" stroke=\"white\" stroke-miterlimit=\"10\"\/>\r\n<path d=\"M696.336 789.967V1118.17L696.344 1118.18\" stroke=\"white\" stroke-miterlimit=\"10\"\/>\r\n<path d=\"M953.423 1321.8L677.915 1162.74C659.733 1152.24 648.531 1132.84 648.531 1111.85V817.563\" stroke=\"white\" stroke-miterlimit=\"10\"\/>\r\n<path d=\"M1436.38 1545.44V1153.38\" stroke=\"white\" stroke-miterlimit=\"10\"\/>\r\n<path d=\"M1484.19 1620.85C1476.01 1620.85 1467.84 1618.76 1460.5 1614.57C1460.43 1614.53 1460.35 1614.49 1460.28 1614.45L1436.38 1600.64L1049.04 1377.01\" stroke=\"white\" stroke-miterlimit=\"10\"\/>\r\n<path d=\"M337.881 1044.77V920.425C337.881 909.932 340.676 899.842 345.746 891.058C350.606 882.63 357.565 875.403 366.148 870.199L1872.2 0.683105L1896.1 42.083\" stroke=\"white\" stroke-miterlimit=\"10\"\/>\r\n<path d=\"M433.49 941.725V1127.57C433.49 1136.11 431.211 1144.33 427.085 1151.47L385.681 1127.58L337.885 1099.98L99.7092 962.475L51.8962 934.863L4.09996 907.267L0.0078125 904.904V849.704L4.09996 852.067L51.8962 879.667L99.7092 907.267L337.885 1044.77L385.681 1072.37V914.117\" stroke=\"white\" stroke-miterlimit=\"10\"\/>\r\n<path d=\"M427.081 1151.47C422.955 1158.62 416.979 1164.7 409.579 1168.97C402.184 1173.24 393.928 1175.38 385.677 1175.38C377.425 1175.38 369.17 1173.24 361.775 1168.97L137.974 1039.76L0.00390625 960.113V904.904\" stroke=\"white\" stroke-miterlimit=\"10\"\/>\r\n<path id=\"top-anchor-mark\" data-anchor=\"top\" d=\"M1107 40.6832C1106.97 40.7536 1106.93 40.829 1106.9 40.9081M1106.9 40.9081C1106.51 41.9525 1106.64 43.648 1108.5 43.1832C1110.5 42.6832 1110.5 41.1832 1109.5 40.6832C1108.5 40.1832 1108 39.6832 1107.5 40.1832C1107.08 40.6319 1106.93 40.8534 1106.9 40.9081Z\" stroke=\"#FB0A0A\"\/>\r\n\r\n<circle class=\"top-line-anchor\" data-anchor=\"top-connect-point\" cx=\"1107.93\" cy=\"42.0874\" r=\"12\" fill=\"transparent\" pointer-events=\"all\"\/>\r\n<circle class=\"bottom-line-anchor\" data-anchor=\"bottom-connect-point\" cx=\"702.468\" cy=\"1521.89\" r=\"12\" fill=\"transparent\" pointer-events=\"all\"\/>\r\n<\/g>\r\n<\/svg>\n        \n        \n        \n            <\/div>\n    \n\n\n<\/div><h2 class=\"bde-heading-14-952 bde-heading\">\nWho We Help\n<\/h2><div class=\"bde-text-14-977 bde-text\">\nWe work with businesses across every industry. These are just a few examples of where we're making an impact today.\n<\/div><div class=\"bde-div-14-991 bde-div\">\n  \n  \n\t\n\n\n\n<div class=\"bde-text-link-carousel-14-989 bde-text-link-carousel ba-text-carousel--animated\">\n\n  <div class=\"ba-text-carousel__track carousel-type__\">\n                            <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Startups<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Scaleups<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Associations<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Member Orgs<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Energy, Mining & Utilities<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Government & Public Sector<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Industrial<\/span>\n          <\/div>\n                                          <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Startups<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Scaleups<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Associations<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Member Orgs<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Energy, Mining & Utilities<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Government & Public Sector<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Industrial<\/span>\n          <\/div>\n                                          <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Startups<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Scaleups<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Associations<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Member Orgs<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Energy, Mining & Utilities<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Government & Public Sector<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Industrial<\/span>\n          <\/div>\n                                          <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Startups<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Scaleups<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Associations<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Member Orgs<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Energy, Mining & Utilities<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Government & Public Sector<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Industrial<\/span>\n          <\/div>\n                                          <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Startups<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Scaleups<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Associations<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Member Orgs<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Energy, Mining & Utilities<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Government & Public Sector<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Industrial<\/span>\n          <\/div>\n                                          <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Startups<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Scaleups<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Associations<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Member Orgs<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Energy, Mining & Utilities<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Government & Public Sector<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Industrial<\/span>\n          <\/div>\n                    <\/div>\n\n<\/div><div class=\"bde-text-link-carousel-14-990 bde-text-link-carousel ba-text-carousel--animated ba-text-carousel--to-right\">\n\n  <div class=\"ba-text-carousel__track carousel-type__\">\n                            <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Industrial<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Manufacturing<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Construction<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Real Estate<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Health Care<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Entertainment<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Retail<\/span>\n          <\/div>\n                                          <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Industrial<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Manufacturing<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Construction<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Real Estate<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Health Care<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Entertainment<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Retail<\/span>\n          <\/div>\n                                          <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Industrial<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Manufacturing<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Construction<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Real Estate<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Health Care<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Entertainment<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Retail<\/span>\n          <\/div>\n                                          <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Industrial<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Manufacturing<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Construction<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Real Estate<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Health Care<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Entertainment<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Retail<\/span>\n          <\/div>\n                                          <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Industrial<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Manufacturing<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Construction<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Real Estate<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Health Care<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Entertainment<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Retail<\/span>\n          <\/div>\n                                          <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Industrial<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Manufacturing<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Construction<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Real Estate<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Health Care<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Entertainment<\/span>\n          <\/div>\n                                <div class=\"ba-text-carousel__item\">\n            <span class=\"ba-text-carousel__text\">Retail<\/span>\n          <\/div>\n                    <\/div>\n\n<\/div>\n<\/div><div class=\"bde-globalblock-14-1075 bde-globalblock\"><div class=\"bde-div-1045-100-1045-1 bde-div bde-div-1045-100\">\n  \n  \n\t\n\n\n\n<h2 class=\"bde-heading-1045-101-1045-1 bde-heading bde-heading-1045-101\">\nReal Voices.\u00a0Real Results.\n<\/h2><div class=\"bde-text-1045-102-1045-1 bde-text bde-text-1045-102\">\nFrom the people we work with\n<\/div><img decoding=\"async\" class=\"bde-image2-1045-103-1045-1 bde-image2 bde-image2-1045-103\" src=\"https:\/\/getweaver.com\/wp-content\/uploads\/2026\/07\/weaver-strategic-company-c.png\" loading=\"lazy\" srcset=\"https:\/\/getweaver.com\/wp-content\/uploads\/2026\/07\/weaver-strategic-company-c.png 1614w, https:\/\/getweaver.com\/wp-content\/uploads\/2026\/07\/weaver-strategic-company-c-300x96.png 300w, https:\/\/getweaver.com\/wp-content\/uploads\/2026\/07\/weaver-strategic-company-c-1024x326.png 1024w, https:\/\/getweaver.com\/wp-content\/uploads\/2026\/07\/weaver-strategic-company-c-768x245.png 768w, https:\/\/getweaver.com\/wp-content\/uploads\/2026\/07\/weaver-strategic-company-c-1536x489.png 1536w, https:\/\/getweaver.com\/wp-content\/uploads\/2026\/07\/weaver-strategic-company-c-18x6.png 18w\" sizes=\"(max-width: 1614px) 100vw, 1614px\"><div class=\"bde-advancedslider-1045-104-1045-1 bde-advancedslider bde-advancedslider-1045-104\">\n<div class=\"breakdance-swiper-wrapper\" data-swiper-id=\"104\">\n  <div class=\"swiper\">\n    <div class=\"swiper-wrapper\">\n      <div class=\"bde-advancedslide-1045-105-1045-1 bde-advancedslide bde-advancedslide-1045-105 swiper-slide\"><div class=\"advanced-slider__slide\">\n  <div class=\"bde-simple-testimonial-1045-106-1045-1 bde-simple-testimonial bde-simple-testimonial-1045-106\">\n\n\n\n    \n                    \n    <div class='simple-testimonial__image-outer-wrapper simple-testimonial__standard-image simple-testimonial__standard-image--square'>\n                    <div class='simple-testimonial__image-inner-wrapper'>\n                <img loading=\"lazy\" decoding=\"async\" class=\"breakdance-image-object\" src=\"https:\/\/getweaver.com\/wp-content\/uploads\/2026\/06\/Group-39835.png\" width=\"126\" height=\"25\" sizes=\"auto, (max-width: 126px) 100vw, 126px\">\n            <\/div>\n            <\/div>\n\n\n\n    <div class='simple-testimonial__quote'>\n        <blockquote >\n            Lots of creativity and knowledge into our digital marketing initiatives. Providing valuable input and expertise, while staying true to our company's vision and values. Highly recommended.\n        <\/blockquote>\n\n        \n    <\/div>\n\n\n    <div class='simple-testimonial__author' >\n        Cameron\n    <\/div>\n\n    <div class='simple-testimonial__author-info' >\n        Owner, Osborne Academy of Acrobatics, Owner\n    <\/div>\n\n\n\n<\/div>\n<\/div><\/div><div class=\"bde-advancedslide-1045-107-1045-1 bde-advancedslide bde-advancedslide-1045-107 swiper-slide\"><div class=\"advanced-slider__slide\">\n  <div class=\"bde-simple-testimonial-1045-108-1045-1 bde-simple-testimonial bde-simple-testimonial-1045-108\">\n\n\n\n    \n                    \n    <div class='simple-testimonial__image-outer-wrapper simple-testimonial__standard-image simple-testimonial__standard-image--square'>\n                    <div class='simple-testimonial__image-inner-wrapper'>\n                <img loading=\"lazy\" decoding=\"async\" class=\"breakdance-image-object\" src=\"https:\/\/getweaver.com\/wp-content\/uploads\/2026\/06\/Group-39835.png\" width=\"126\" height=\"25\" sizes=\"auto, (max-width: 126px) 100vw, 126px\">\n            <\/div>\n            <\/div>\n\n\n\n    <div class='simple-testimonial__quote'>\n        <blockquote >\n            Weaver helped us create a website that clearly tells our story of sustainability and innovation in a way our customers appreciate. Dan and his team also brought creative ideas to our marketing materials, keeping everything consistent with our brand while saving us valuable time. Highly recommend.\n        <\/blockquote>\n\n        \n    <\/div>\n\n\n    <div class='simple-testimonial__author' >\n        Andrea\n    <\/div>\n\n    <div class='simple-testimonial__author-info' >\n        EVolveGrid, Director\n    <\/div>\n\n\n\n<\/div>\n<\/div><\/div><div class=\"bde-advancedslide-1045-109-1045-1 bde-advancedslide bde-advancedslide-1045-109 swiper-slide\"><div class=\"advanced-slider__slide\">\n  <div class=\"bde-simple-testimonial-1045-110-1045-1 bde-simple-testimonial bde-simple-testimonial-1045-110\">\n\n\n\n    \n                    \n    <div class='simple-testimonial__image-outer-wrapper simple-testimonial__standard-image simple-testimonial__standard-image--square'>\n                    <div class='simple-testimonial__image-inner-wrapper'>\n                <img loading=\"lazy\" decoding=\"async\" class=\"breakdance-image-object\" src=\"https:\/\/getweaver.com\/wp-content\/uploads\/2026\/06\/Group-39835.png\" width=\"126\" height=\"25\" sizes=\"auto, (max-width: 126px) 100vw, 126px\">\n            <\/div>\n            <\/div>\n\n\n\n    <div class='simple-testimonial__quote'>\n        <blockquote >\n            Started working with Weaver when we needed to find a new website design team. Weaver was very helpful in recovering all of the necessary files and access points to preserve our business website and online presence. After that, they provided us with consulting services to see what options we had to expand our business and streamline our day-to-day tasks, which really helped turn things around for us. Great service, very polite. Definitely very highly recommend.\n        <\/blockquote>\n\n        \n    <\/div>\n\n\n    <div class='simple-testimonial__author' >\n        Alex Testa\n    <\/div>\n\n    <div class='simple-testimonial__author-info' >\n        Marlex, CEO\n    <\/div>\n\n\n\n<\/div>\n<\/div><\/div><div class=\"bde-advancedslide-1045-111-1045-1 bde-advancedslide bde-advancedslide-1045-111 swiper-slide\"><div class=\"advanced-slider__slide\">\n  <div class=\"bde-simple-testimonial-1045-112-1045-1 bde-simple-testimonial bde-simple-testimonial-1045-112\">\n\n\n\n    \n                    \n    <div class='simple-testimonial__image-outer-wrapper simple-testimonial__standard-image simple-testimonial__standard-image--square'>\n                    <div class='simple-testimonial__image-inner-wrapper'>\n                <img loading=\"lazy\" decoding=\"async\" class=\"breakdance-image-object\" src=\"https:\/\/getweaver.com\/wp-content\/uploads\/2026\/06\/Group-39835.png\" width=\"126\" height=\"25\" sizes=\"auto, (max-width: 126px) 100vw, 126px\">\n            <\/div>\n            <\/div>\n\n\n\n    <div class='simple-testimonial__quote'>\n        <blockquote >\n            Choosing Weaver has seemed to make a substantial difference for us. Their advice really helped us zero in on the best ways to increase our sales with digital marketing and automation. Their team was great with walking us through the whole process, from planning to creating all the materials we needed.<br>Would highly recommend their services to anyone who is serious about getting their business on the right track!!!<br>\n        <\/blockquote>\n\n        \n    <\/div>\n\n\n    <div class='simple-testimonial__author' >\n        Jordan \n    <\/div>\n\n    <div class='simple-testimonial__author-info' >\n        123 Paint, Owner\n    <\/div>\n\n\n\n<\/div>\n<\/div><\/div><div class=\"bde-advancedslide-1045-113-1045-1 bde-advancedslide bde-advancedslide-1045-113 swiper-slide\"><div class=\"advanced-slider__slide\">\n  <div class=\"bde-simple-testimonial-1045-114-1045-1 bde-simple-testimonial bde-simple-testimonial-1045-114\">\n\n\n\n    \n                    \n    <div class='simple-testimonial__image-outer-wrapper simple-testimonial__standard-image simple-testimonial__standard-image--square'>\n                    <div class='simple-testimonial__image-inner-wrapper'>\n                <img loading=\"lazy\" decoding=\"async\" class=\"breakdance-image-object\" src=\"https:\/\/getweaver.com\/wp-content\/uploads\/2026\/06\/Group-39835.png\" width=\"126\" height=\"25\" sizes=\"auto, (max-width: 126px) 100vw, 126px\">\n            <\/div>\n            <\/div>\n\n\n\n    <div class='simple-testimonial__quote'>\n        <blockquote >\n            I\u2019ve worked with Jessica and Weaver on a number of client projects and it\u2019s always a smooth process. They bring in quality work and are easy to coordinate with. Looking forward to continuing our relationship!\n        <\/blockquote>\n\n        \n    <\/div>\n\n\n    <div class='simple-testimonial__author' >\n        Conor Hildebrandt\n    <\/div>\n\n\n\n\n<\/div>\n<\/div><\/div>\n    <\/div>\n  <\/div>\n\n      \n            <div class=\"swiper-pagination\"><\/div>\n    \n<\/div>\n\n<\/div>\n<\/div><\/div><\/div>\n<\/section><section class=\"bde-section-14-1058 bde-section\">\n  \n  \n\t\n\n\n\n<div class=\"section-container\"><h2 class=\"bde-heading-14-980 bde-heading\">\nFrequently Asked Questions\n<\/h2><div class=\"bde-globalblock-14-1077 bde-globalblock\"><div class=\"bde-frequently-asked-questions-1106-100-1106-1 bde-frequently-asked-questions bde-frequently-asked-questions-1106-100\">\n      <div class=\"bde-faq__item\">\n      <h3 class=\"bde-faq__title-tag\">\n       <button id=\"bde-faq-100-button-1\" aria-expanded=\"false\" aria-controls=\"bde-faq-100-1\" class=\"bde-faq__question js-faq-item\">\n          <span class=\"bde-faq__title\">Why should I choose Weaver over a traditional web design company?<br><\/span>\n                           <div aria-hidden=\"true\" class=\"bde-faq__icon bde-faq__icon--inactive\">\n                                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><!--! Font Awesome Free 6.5.1 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license\/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2023 Fonticons, Inc. --><path d=\"M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z\"\/><\/svg>\n                            <\/div>\n         \t  <div aria-hidden=\"true\" class=\"bde-faq__icon bde-faq__icon--active\">\n                                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><!--! Font Awesome Free 6.5.1 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license\/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2023 Fonticons, Inc. --><path d=\"M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z\"\/><\/svg>\n                            <\/div>\n                  <\/button>\n      <\/h3>\n      <div role=\"region\" aria-labelledby=\"bde-faq-100-button-1\" id=\"bde-faq-100-1\" class=\"bde-faq__answer\">\n        <div class=\"bde-faq__answer-content\">\n            <div class=\"breakdance-rich-text-styles\"><p><span style=\"font-weight: 400;\">Weaver is more than a web design or marketing agency\u2014we combine creative execution with strategy, partnerships, and access to funding opportunities. Our role is to not only build your brand, but also help position your business for long-term growth.<\/span><\/p><\/div>\n\n                    <\/div>\n      <\/div>\n    <\/div>\n      <div class=\"bde-faq__item\">\n      <h3 class=\"bde-faq__title-tag\">\n       <button id=\"bde-faq-100-button-2\" aria-expanded=\"false\" aria-controls=\"bde-faq-100-2\" class=\"bde-faq__question js-faq-item\">\n          <span class=\"bde-faq__title\">How does Weaver connect companies with growth opportunities?<br><\/span>\n                           <div aria-hidden=\"true\" class=\"bde-faq__icon bde-faq__icon--inactive\">\n                                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><!--! Font Awesome Free 6.5.1 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license\/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2023 Fonticons, Inc. --><path d=\"M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z\"\/><\/svg>\n                            <\/div>\n         \t  <div aria-hidden=\"true\" class=\"bde-faq__icon bde-faq__icon--active\">\n                                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><!--! Font Awesome Free 6.5.1 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license\/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2023 Fonticons, Inc. --><path d=\"M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z\"\/><\/svg>\n                            <\/div>\n                  <\/button>\n      <\/h3>\n      <div role=\"region\" aria-labelledby=\"bde-faq-100-button-2\" id=\"bde-faq-100-2\" class=\"bde-faq__answer\">\n        <div class=\"bde-faq__answer-content\">\n            <div class=\"breakdance-rich-text-styles\"><p><span style=\"font-weight: 400;\">Through our extensive business network, we connect clients with investors, funding programs, and industry partners. These opportunities extend beyond marketing to help you scale faster, strengthen your position, and unlock new markets.<\/span><\/p><\/div>\n\n                    <\/div>\n      <\/div>\n    <\/div>\n      <div class=\"bde-faq__item\">\n      <h3 class=\"bde-faq__title-tag\">\n       <button id=\"bde-faq-100-button-3\" aria-expanded=\"false\" aria-controls=\"bde-faq-100-3\" class=\"bde-faq__question js-faq-item\">\n          <span class=\"bde-faq__title\">How does automation and technology integration help my business grow?<br><\/span>\n                           <div aria-hidden=\"true\" class=\"bde-faq__icon bde-faq__icon--inactive\">\n                                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><!--! Font Awesome Free 6.5.1 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license\/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2023 Fonticons, Inc. --><path d=\"M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z\"\/><\/svg>\n                            <\/div>\n         \t  <div aria-hidden=\"true\" class=\"bde-faq__icon bde-faq__icon--active\">\n                                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><!--! Font Awesome Free 6.5.1 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license\/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2023 Fonticons, Inc. --><path d=\"M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z\"\/><\/svg>\n                            <\/div>\n                  <\/button>\n      <\/h3>\n      <div role=\"region\" aria-labelledby=\"bde-faq-100-button-3\" id=\"bde-faq-100-3\" class=\"bde-faq__answer\">\n        <div class=\"bde-faq__answer-content\">\n            <div class=\"breakdance-rich-text-styles\"><p><span style=\"font-weight: 400;\">Smart automation reduces inefficiencies, saves time, and allows your team to focus on what drives real value. From AI integration to custom tech solutions, we help streamline operations so your business can grow with less friction.<\/span><\/p><\/div>\n\n                    <\/div>\n      <\/div>\n    <\/div>\n      <div class=\"bde-faq__item\">\n      <h3 class=\"bde-faq__title-tag\">\n       <button id=\"bde-faq-100-button-4\" aria-expanded=\"false\" aria-controls=\"bde-faq-100-4\" class=\"bde-faq__question js-faq-item\">\n          <span class=\"bde-faq__title\">Do you offer flexible pricing for startups or small businesses?<br><\/span>\n                           <div aria-hidden=\"true\" class=\"bde-faq__icon bde-faq__icon--inactive\">\n                                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><!--! Font Awesome Free 6.5.1 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license\/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2023 Fonticons, Inc. --><path d=\"M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z\"\/><\/svg>\n                            <\/div>\n         \t  <div aria-hidden=\"true\" class=\"bde-faq__icon bde-faq__icon--active\">\n                                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><!--! Font Awesome Free 6.5.1 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license\/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2023 Fonticons, Inc. --><path d=\"M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z\"\/><\/svg>\n                            <\/div>\n                  <\/button>\n      <\/h3>\n      <div role=\"region\" aria-labelledby=\"bde-faq-100-button-4\" id=\"bde-faq-100-4\" class=\"bde-faq__answer\">\n        <div class=\"bde-faq__answer-content\">\n            <div class=\"breakdance-rich-text-styles\"><p><span style=\"font-weight: 400;\">Yes! We understand that every business is at a different stage, so we offer flexible pricing and tailored solutions for startups and small businesses. Our goal is to make high-quality strategy, design, and automation accessible without compromising on results.<\/span><\/p><\/div>\n\n                    <\/div>\n      <\/div>\n    <\/div>\n      <div class=\"bde-faq__item\">\n      <h3 class=\"bde-faq__title-tag\">\n       <button id=\"bde-faq-100-button-5\" aria-expanded=\"false\" aria-controls=\"bde-faq-100-5\" class=\"bde-faq__question js-faq-item\">\n          <span class=\"bde-faq__title\">What size of business is Weaver best suited for?<br><\/span>\n                           <div aria-hidden=\"true\" class=\"bde-faq__icon bde-faq__icon--inactive\">\n                                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><!--! Font Awesome Free 6.5.1 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license\/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2023 Fonticons, Inc. --><path d=\"M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z\"\/><\/svg>\n                            <\/div>\n         \t  <div aria-hidden=\"true\" class=\"bde-faq__icon bde-faq__icon--active\">\n                                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><!--! Font Awesome Free 6.5.1 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license\/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2023 Fonticons, Inc. --><path d=\"M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z\"\/><\/svg>\n                            <\/div>\n                  <\/button>\n      <\/h3>\n      <div role=\"region\" aria-labelledby=\"bde-faq-100-button-5\" id=\"bde-faq-100-5\" class=\"bde-faq__answer\">\n        <div class=\"bde-faq__answer-content\">\n            <div class=\"breakdance-rich-text-styles\"><p><span style=\"font-weight: 400;\">We work with startups, small businesses, and established enterprises alike. Whether you\u2019re launching your first product or scaling a complex operation, we adapt our services to meet you where you are and help you grow from there.<\/span><\/p><\/div>\n\n                    <\/div>\n      <\/div>\n    <\/div>\n      <div class=\"bde-faq__item\">\n      <h3 class=\"bde-faq__title-tag\">\n       <button id=\"bde-faq-100-button-6\" aria-expanded=\"false\" aria-controls=\"bde-faq-100-6\" class=\"bde-faq__question js-faq-item\">\n          <span class=\"bde-faq__title\">How do I know if Weaver is the right partner for my business? <br><\/span>\n                           <div aria-hidden=\"true\" class=\"bde-faq__icon bde-faq__icon--inactive\">\n                                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><!--! Font Awesome Free 6.5.1 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license\/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2023 Fonticons, Inc. --><path d=\"M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z\"\/><\/svg>\n                            <\/div>\n         \t  <div aria-hidden=\"true\" class=\"bde-faq__icon bde-faq__icon--active\">\n                                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><!--! Font Awesome Free 6.5.1 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license\/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2023 Fonticons, Inc. --><path d=\"M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z\"\/><\/svg>\n                            <\/div>\n                  <\/button>\n      <\/h3>\n      <div role=\"region\" aria-labelledby=\"bde-faq-100-button-6\" id=\"bde-faq-100-6\" class=\"bde-faq__answer\">\n        <div class=\"bde-faq__answer-content\">\n            <div class=\"breakdance-rich-text-styles\"><p><span style=\"font-weight: 400;\">The best way to know is by seeing how we work. Weaver combines strategy, execution, and a strong business network to deliver both immediate results and long-term growth. If you\u2019re looking for a partner who brings more than just services to the table, we\u2019re a fit.<\/span><\/p><\/div>\n\n                    <\/div>\n      <\/div>\n    <\/div>\n  \n<\/div><\/div><\/div>\n<\/section><section class=\"bde-section-14-1059 bde-section\">\n  \n  \n\t\n\n\n\n<div class=\"section-container\"><div class=\"bde-div-14-1048 bde-div\">\n  \n  \n\t\n\n\n\n<h2 class=\"bde-heading-14-1044 bde-heading\">\nInsights\n<\/h2><div class=\"bde-div-14-1046 bde-div\">\n  \n  \n\t\n\n\n\n<div class=\"bde-text-14-1047 bde-text\">\nGreat ideas are meant to be shared. From practical strategies to real-world stories, this is where we explore what's driving growth and innovation today.\n<\/div><div class=\"bde-button-14-1049 bde-button styled-btn-1\">\n        \n    \n    \n    \n    \n            \n                    \n            \n            \n\n    \n    \n    \n    \n    \n    <a class=\"breakdance-link button-atom button-atom--primary bde-button__button\" href=\"\/insights\" target=\"_self\" data-type=\"url\"  >\n\n    \n        <span class=\"button-atom__text\">View All Articles<\/span>\n\n                            \n        \n                <\/a>\n\n    \n\n\n<\/div>\n<\/div>\n<\/div><div class=\"bde-post-loop-14-1050 bde-post-loop slider-custom-nav\"><div class=\"breakdance-swiper-wrapper\" data-swiper-id=\"1050\"><div class=\"swiper\"><div class=\"bde-loop bde-loop-slider ee-posts ee-posts-slider swiper-wrapper\">    <article class=\"bde-loop-item ee-post swiper-slide\">\n        <a class=\"bde-container-link-739-106-1905-739-1 bde-container-link bde-container-link-739-106 breakdance-link\" href=\"https:\/\/getweaver.com\/fr\/when-to-rebrand-and-when-to-evolve-instead\/\" target=\"_self\" data-type=\"url\">\n  \n  \n\t\n\n\n\n<div class=\"bde-div-739-100-1905-739-1 bde-div bde-div-739-100\">\n  \n  \n\t\n\n\n\n<img decoding=\"async\" class=\"bde-image2-739-101-1905-739-1 bde-image2 bde-image2-739-101\" src=\"https:\/\/getweaver.com\/wp-content\/uploads\/2026\/07\/Article-When-To-Rebrand-Featured-a.jpg\" loading=\"lazy\" srcset=\"https:\/\/getweaver.com\/wp-content\/uploads\/2026\/07\/Article-When-To-Rebrand-Featured-a.jpg 1600w, https:\/\/getweaver.com\/wp-content\/uploads\/2026\/07\/Article-When-To-Rebrand-Featured-a-300x169.jpg 300w, https:\/\/getweaver.com\/wp-content\/uploads\/2026\/07\/Article-When-To-Rebrand-Featured-a-1024x576.jpg 1024w, https:\/\/getweaver.com\/wp-content\/uploads\/2026\/07\/Article-When-To-Rebrand-Featured-a-768x432.jpg 768w, https:\/\/getweaver.com\/wp-content\/uploads\/2026\/07\/Article-When-To-Rebrand-Featured-a-1536x864.jpg 1536w, https:\/\/getweaver.com\/wp-content\/uploads\/2026\/07\/Article-When-To-Rebrand-Featured-a-18x10.jpg 18w\" sizes=\"(max-width: 1600px) 100vw, 1600px\"><div class=\"bde-text-739-102-1905-739-1 bde-text bde-text-739-102\">\nArtificial Intelligence (AI)\n<\/div><h3 class=\"bde-heading-739-103-1905-739-1 bde-heading bde-heading-739-103\">\nWhen to Rebrand (and When to Evolve Instead)\n<\/h3><div class=\"bde-text-739-105-1905-739-1 bde-text bde-text-739-105\">\nRead more\n<\/div>\n<\/div>\n\n<\/a>    <\/article>\n    <article class=\"bde-loop-item ee-post swiper-slide\">\n        <a class=\"bde-container-link-739-106-1898-739-1 bde-container-link bde-container-link-739-106 breakdance-link\" href=\"https:\/\/getweaver.com\/fr\/more-than-a-website-building-a-digital-strategy-that-works\/\" target=\"_self\" data-type=\"url\">\n  \n  \n\t\n\n\n\n<div class=\"bde-div-739-100-1898-739-1 bde-div bde-div-739-100\">\n  \n  \n\t\n\n\n\n<img decoding=\"async\" class=\"bde-image2-739-101-1898-739-1 bde-image2 bde-image2-739-101\" src=\"https:\/\/getweaver.com\/wp-content\/uploads\/2026\/07\/Article-Digital-Strategy-Website-Design-Featured-e.jpg\" loading=\"lazy\" srcset=\"https:\/\/getweaver.com\/wp-content\/uploads\/2026\/07\/Article-Digital-Strategy-Website-Design-Featured-e.jpg 1600w, https:\/\/getweaver.com\/wp-content\/uploads\/2026\/07\/Article-Digital-Strategy-Website-Design-Featured-e-300x169.jpg 300w, https:\/\/getweaver.com\/wp-content\/uploads\/2026\/07\/Article-Digital-Strategy-Website-Design-Featured-e-1024x576.jpg 1024w, https:\/\/getweaver.com\/wp-content\/uploads\/2026\/07\/Article-Digital-Strategy-Website-Design-Featured-e-768x432.jpg 768w, https:\/\/getweaver.com\/wp-content\/uploads\/2026\/07\/Article-Digital-Strategy-Website-Design-Featured-e-1536x864.jpg 1536w, https:\/\/getweaver.com\/wp-content\/uploads\/2026\/07\/Article-Digital-Strategy-Website-Design-Featured-e-18x10.jpg 18w\" sizes=\"(max-width: 1600px) 100vw, 1600px\"><div class=\"bde-text-739-102-1898-739-1 bde-text bde-text-739-102\">\nArtificial Intelligence (AI)\n<\/div><h3 class=\"bde-heading-739-103-1898-739-1 bde-heading bde-heading-739-103\">\nMore Than a Website: Building a Digital Strategy That Works\n<\/h3><div class=\"bde-text-739-105-1898-739-1 bde-text bde-text-739-105\">\nRead more\n<\/div>\n<\/div>\n\n<\/a>    <\/article>\n    <article class=\"bde-loop-item ee-post swiper-slide\">\n        <a class=\"bde-container-link-739-106-1893-739-1 bde-container-link bde-container-link-739-106 breakdance-link\" href=\"https:\/\/getweaver.com\/fr\/the-rise-of-ai-answers-what-happens-when-no-one-clicks-anymore\/\" target=\"_self\" data-type=\"url\">\n  \n  \n\t\n\n\n\n<div class=\"bde-div-739-100-1893-739-1 bde-div bde-div-739-100\">\n  \n  \n\t\n\n\n\n<img decoding=\"async\" class=\"bde-image2-739-101-1893-739-1 bde-image2 bde-image2-739-101\" src=\"https:\/\/getweaver.com\/wp-content\/uploads\/2026\/07\/Article-Rise-Ai-Featured-a.jpg\" loading=\"lazy\" srcset=\"https:\/\/getweaver.com\/wp-content\/uploads\/2026\/07\/Article-Rise-Ai-Featured-a.jpg 1600w, https:\/\/getweaver.com\/wp-content\/uploads\/2026\/07\/Article-Rise-Ai-Featured-a-300x169.jpg 300w, https:\/\/getweaver.com\/wp-content\/uploads\/2026\/07\/Article-Rise-Ai-Featured-a-1024x576.jpg 1024w, https:\/\/getweaver.com\/wp-content\/uploads\/2026\/07\/Article-Rise-Ai-Featured-a-768x432.jpg 768w, https:\/\/getweaver.com\/wp-content\/uploads\/2026\/07\/Article-Rise-Ai-Featured-a-1536x864.jpg 1536w, https:\/\/getweaver.com\/wp-content\/uploads\/2026\/07\/Article-Rise-Ai-Featured-a-18x10.jpg 18w\" sizes=\"(max-width: 1600px) 100vw, 1600px\"><div class=\"bde-text-739-102-1893-739-1 bde-text bde-text-739-102\">\nArtificial Intelligence (AI)\n<\/div><h3 class=\"bde-heading-739-103-1893-739-1 bde-heading bde-heading-739-103\">\nThe Rise of AI Answers: What Happens When No One Clicks Anymore?\n<\/h3><div class=\"bde-text-739-105-1893-739-1 bde-text bde-text-739-105\">\nRead more\n<\/div>\n<\/div>\n\n<\/a>    <\/article>\n    <article class=\"bde-loop-item ee-post swiper-slide\">\n        <a class=\"bde-container-link-739-106-1881-739-1 bde-container-link bde-container-link-739-106 breakdance-link\" href=\"https:\/\/getweaver.com\/fr\/i-was-a-victim-of-identity-theft-and-it-changed-how-i-see-digital-design\/\" target=\"_self\" data-type=\"url\">\n  \n  \n\t\n\n\n\n<div class=\"bde-div-739-100-1881-739-1 bde-div bde-div-739-100\">\n  \n  \n\t\n\n\n\n<img decoding=\"async\" class=\"bde-image2-739-101-1881-739-1 bde-image2 bde-image2-739-101\" src=\"https:\/\/getweaver.com\/wp-content\/uploads\/2026\/07\/Article-Digital-Theft-Featured-b.jpg\" loading=\"lazy\" srcset=\"https:\/\/getweaver.com\/wp-content\/uploads\/2026\/07\/Article-Digital-Theft-Featured-b.jpg 1672w, https:\/\/getweaver.com\/wp-content\/uploads\/2026\/07\/Article-Digital-Theft-Featured-b-300x169.jpg 300w, https:\/\/getweaver.com\/wp-content\/uploads\/2026\/07\/Article-Digital-Theft-Featured-b-1024x576.jpg 1024w, https:\/\/getweaver.com\/wp-content\/uploads\/2026\/07\/Article-Digital-Theft-Featured-b-768x432.jpg 768w, https:\/\/getweaver.com\/wp-content\/uploads\/2026\/07\/Article-Digital-Theft-Featured-b-1536x864.jpg 1536w, https:\/\/getweaver.com\/wp-content\/uploads\/2026\/07\/Article-Digital-Theft-Featured-b-18x10.jpg 18w\" sizes=\"(max-width: 1672px) 100vw, 1672px\"><div class=\"bde-text-739-102-1881-739-1 bde-text bde-text-739-102\">\nArtificial Intelligence (AI)\n<\/div><h3 class=\"bde-heading-739-103-1881-739-1 bde-heading bde-heading-739-103\">\nI Was a Victim of Identity Theft and It Changed How I See Digital Design\n<\/h3><div class=\"bde-text-739-105-1881-739-1 bde-text bde-text-739-105\">\nRead more\n<\/div>\n<\/div>\n\n<\/a>    <\/article>\n    <article class=\"bde-loop-item ee-post swiper-slide\">\n        <a class=\"bde-container-link-739-106-1870-739-1 bde-container-link bde-container-link-739-106 breakdance-link\" href=\"https:\/\/getweaver.com\/fr\/when-everything-sounds-the-same-ais-impact-on-online-content\/\" target=\"_self\" data-type=\"url\">\n  \n  \n\t\n\n\n\n<div class=\"bde-div-739-100-1870-739-1 bde-div bde-div-739-100\">\n  \n  \n\t\n\n\n\n<img decoding=\"async\" class=\"bde-image2-739-101-1870-739-1 bde-image2 bde-image2-739-101\" src=\"https:\/\/getweaver.com\/wp-content\/uploads\/2026\/07\/Article-AI-Touchup-Featured-a.jpg\" loading=\"lazy\" srcset=\"https:\/\/getweaver.com\/wp-content\/uploads\/2026\/07\/Article-AI-Touchup-Featured-a.jpg 1600w, https:\/\/getweaver.com\/wp-content\/uploads\/2026\/07\/Article-AI-Touchup-Featured-a-300x188.jpg 300w, https:\/\/getweaver.com\/wp-content\/uploads\/2026\/07\/Article-AI-Touchup-Featured-a-1024x640.jpg 1024w, https:\/\/getweaver.com\/wp-content\/uploads\/2026\/07\/Article-AI-Touchup-Featured-a-768x480.jpg 768w, https:\/\/getweaver.com\/wp-content\/uploads\/2026\/07\/Article-AI-Touchup-Featured-a-1536x960.jpg 1536w, https:\/\/getweaver.com\/wp-content\/uploads\/2026\/07\/Article-AI-Touchup-Featured-a-18x12.jpg 18w\" sizes=\"(max-width: 1600px) 100vw, 1600px\"><div class=\"bde-text-739-102-1870-739-1 bde-text bde-text-739-102\">\nArtificial Intelligence (AI)\n<\/div><h3 class=\"bde-heading-739-103-1870-739-1 bde-heading bde-heading-739-103\">\nWhen Everything Sounds the Same: AI\u2019s Impact on Online Content\n<\/h3><div class=\"bde-text-739-105-1870-739-1 bde-text bde-text-739-105\">\nRead more\n<\/div>\n<\/div>\n\n<\/a>    <\/article>\n    <article class=\"bde-loop-item ee-post swiper-slide\">\n        <a class=\"bde-container-link-739-106-1567-739-1 bde-container-link bde-container-link-739-106 breakdance-link\" href=\"https:\/\/getweaver.com\/fr\/building-a-growth-engine-that-scales-beyond-referrals\/\" target=\"_self\" data-type=\"url\">\n  \n  \n\t\n\n\n\n<div class=\"bde-div-739-100-1567-739-1 bde-div bde-div-739-100\">\n  \n  \n\t\n\n\n\n<img decoding=\"async\" class=\"bde-image2-739-101-1567-739-1 bde-image2 bde-image2-739-101\" src=\"https:\/\/getweaver.com\/wp-content\/uploads\/2026\/07\/Article-Logo-Consider-Featured-e.jpg\" loading=\"lazy\" srcset=\"https:\/\/getweaver.com\/wp-content\/uploads\/2026\/07\/Article-Logo-Consider-Featured-e.jpg 1600w, https:\/\/getweaver.com\/wp-content\/uploads\/2026\/07\/Article-Logo-Consider-Featured-e-300x169.jpg 300w, https:\/\/getweaver.com\/wp-content\/uploads\/2026\/07\/Article-Logo-Consider-Featured-e-1024x576.jpg 1024w, https:\/\/getweaver.com\/wp-content\/uploads\/2026\/07\/Article-Logo-Consider-Featured-e-768x432.jpg 768w, https:\/\/getweaver.com\/wp-content\/uploads\/2026\/07\/Article-Logo-Consider-Featured-e-1536x864.jpg 1536w, https:\/\/getweaver.com\/wp-content\/uploads\/2026\/07\/Article-Logo-Consider-Featured-e-18x10.jpg 18w\" sizes=\"(max-width: 1600px) 100vw, 1600px\"><div class=\"bde-text-739-102-1567-739-1 bde-text bde-text-739-102\">\nArtificial Intelligence (AI)\n<\/div><h3 class=\"bde-heading-739-103-1567-739-1 bde-heading bde-heading-739-103\">\nWhat to Consider When Shaping Your Logo Design Ideas\n<\/h3><div class=\"bde-text-739-105-1567-739-1 bde-text bde-text-739-105\">\nRead more\n<\/div>\n<\/div>\n\n<\/a>    <\/article>\n<\/div><\/div>\n            <div class=\"swiper-button-prev\">\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"17\" height=\"14\" viewBox=\"0 0 17 14\" fill=\"none\">\r\n<path d=\"M16.8867 6.70703H1.38672M7.38672 13.207L1.38672 6.70703L7.38672 0.707031\" stroke=\"#0C0C0C\" stroke-width=\"2\"\/>\r\n<\/svg>\n        <\/div>\n        <div class=\"swiper-button-next\">\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"17\" height=\"14\" viewBox=\"0 0 17 14\" fill=\"none\">\r\n<path d=\"M0 6.70703H15.5M9.5 13.207L15.5 6.70703L9.5 0.707031\" stroke=\"#0C0C0C\" stroke-width=\"2\"\/>\r\n<\/svg>\n        <\/div>\n    \n    \n<\/div>\n<\/div><\/div>\n<\/section>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>We help companies do the impossible by shaping strategies and solutions that build trust, engage people, and drive growth. Why Weaver? Not just another company. Why Weaver? Not just another web design company. Why Weaver? Not just another graphic design company. Why Weaver? Not just another automation company. Why Weaver? Not just another branding company. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_breakdance_hide_in_design_set":false,"_breakdance_tags":"","footnotes":""},"class_list":["post-14","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/getweaver.com\/fr\/wp-json\/wp\/v2\/pages\/14","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/getweaver.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/getweaver.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/getweaver.com\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/getweaver.com\/fr\/wp-json\/wp\/v2\/comments?post=14"}],"version-history":[{"count":855,"href":"https:\/\/getweaver.com\/fr\/wp-json\/wp\/v2\/pages\/14\/revisions"}],"predecessor-version":[{"id":1928,"href":"https:\/\/getweaver.com\/fr\/wp-json\/wp\/v2\/pages\/14\/revisions\/1928"}],"wp:attachment":[{"href":"https:\/\/getweaver.com\/fr\/wp-json\/wp\/v2\/media?parent=14"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}