{"product_id":"website-care-package","title":"Website Care \u0026 Growth Plan","description":"\u003cstyle\u003e\n  .swaglaunch-membership-description {\n    font-family: inherit;\n    color: #262627;\n    line-height: 1.55;\n  }\n\n  .swaglaunch-membership-description * {\n    box-sizing: border-box;\n  }\n\n  .sl-desc-hero {\n    background: #eef8fb;\n    border: 2px solid #dbeaf0;\n    border-left: 7px solid #7ac0da;\n    border-radius: 18px;\n    padding: 22px;\n    margin: 0 0 22px;\n  }\n\n  .sl-desc-hero h2 {\n    color: #1d1664;\n    font-size: 28px;\n    line-height: 1.15;\n    margin: 0 0 12px;\n    font-weight: 700;\n  }\n\n  .sl-desc-hero p,\n  .sl-desc-section p,\n  .sl-desc-callout p,\n  .sl-desc-dashed p,\n  .sl-desc-terms p {\n    font-size: 15px;\n    margin: 0 0 12px;\n    color: #262627;\n  }\n\n  .sl-desc-hero p {\n    font-size: 16px;\n  }\n\n  .sl-desc-section {\n    background: #ffffff;\n    border: 2px solid #dbeaf0;\n    border-radius: 18px;\n    padding: 20px;\n    margin: 20px 0;\n  }\n\n  .sl-desc-section h3,\n  .sl-desc-callout h3,\n  .sl-desc-dashed h3,\n  .sl-desc-terms h3 {\n    color: #1d1664;\n    font-size: 22px;\n    margin: 0 0 10px;\n    font-weight: 700;\n    line-height: 1.2;\n  }\n\n  .sl-desc-section ol,\n  .sl-desc-section ul,\n  .sl-desc-terms ul {\n    margin: 0 0 20px;\n    padding-left: 20px;\n    color: #262627;\n    font-size: 15px;\n  }\n\n  .sl-desc-section li,\n  .sl-desc-terms li {\n    margin-bottom: 7px;\n  }\n\n  .sl-desc-callout {\n    background: #eef8fb;\n    border: 2px solid #7ac0da;\n    border-radius: 16px;\n    padding: 18px;\n    margin: 20px 0;\n  }\n\n  .sl-desc-dashed {\n    background: #f6fbfd;\n    border: 2px dashed #7ac0da;\n    border-radius: 16px;\n    padding: 18px;\n    margin: 24px 0;\n  }\n\n  .sl-desc-terms {\n    background: #eef8fb;\n    border: 2px solid #7ac0da;\n    border-radius: 16px;\n    padding: 18px;\n    margin: 24px 0;\n  }\n\n  .sl-desc-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 12px;\n    margin-top: 14px;\n  }\n\n  .sl-desc-mini-card {\n    position: relative;\n    display: block;\n    overflow: hidden;\n    background: #ffffff;\n    border: 2px solid #dbeaf0;\n    border-radius: 16px;\n    padding: 16px;\n    text-decoration: none !important;\n    color: #262627 !important;\n    box-shadow: 0 6px 16px rgba(29, 22, 100, 0.04);\n    transition:\n      transform 0.22s ease,\n      border-color 0.22s ease,\n      box-shadow 0.22s ease,\n      background 0.22s ease;\n  }\n\n  .sl-desc-mini-card::before {\n    content: \"\";\n    position: absolute;\n    top: 0;\n    left: -85%;\n    width: 62%;\n    height: 100%;\n    background: linear-gradient(\n      120deg,\n      rgba(255, 255, 255, 0) 0%,\n      rgba(122, 192, 218, 0.22) 50%,\n      rgba(255, 255, 255, 0) 100%\n    );\n    transform: skewX(-18deg);\n    transition: left 0.45s ease;\n    pointer-events: none;\n    z-index: 0;\n  }\n\n  .sl-desc-mini-card:hover {\n    transform: translateY(-4px);\n    border-color: #7ac0da;\n    background: #f6fbfd;\n    box-shadow:\n      0 10px 24px rgba(29, 22, 100, 0.10),\n      0 0 0 4px rgba(122, 192, 218, 0.12);\n  }\n\n  .sl-desc-mini-card:hover::before {\n    left: 130%;\n  }\n\n  .sl-desc-mini-card h4 {\n    position: relative;\n    color: #1d1664;\n    font-size: 18px;\n    margin: 0 0 6px;\n    font-weight: 700;\n    z-index: 1;\n  }\n\n  .sl-desc-mini-card p {\n    position: relative;\n    font-size: 14px;\n    margin: 0;\n    color: #262627;\n    z-index: 1;\n  }\n\n  .sl-desc-mini-card span {\n    position: relative;\n    display: inline-flex;\n    align-items: center;\n    margin-top: 10px;\n    color: #1d1664;\n    font-size: 13px;\n    font-weight: 700;\n    z-index: 1;\n    transition: color 0.22s ease;\n  }\n\n  .sl-desc-mini-card span::after {\n    content: \"→\";\n    margin-left: 6px;\n    transform: translateX(0);\n    transition: transform 0.22s ease;\n  }\n\n  .sl-desc-mini-card:hover span {\n    color: #4aa8ca;\n  }\n\n  .sl-desc-mini-card:hover span::after {\n    transform: translateX(5px);\n  }\n\n  .sl-desc-button-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n    margin-top: 16px;\n  }\n\n  .sl-desc-button {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    background: #7ac0da;\n    color: #ffffff !important;\n    text-decoration: none !important;\n    border: 2px solid #7ac0da;\n    border-radius: 999px;\n    padding: 12px 20px;\n    min-height: 48px;\n    font-size: 14px;\n    font-weight: 700;\n    font-family: inherit;\n  }\n\n  .sl-desc-button.secondary {\n    background: #ffffff;\n    color: #1d1664 !important;\n    border-color: #dbeaf0;\n  }\n\n  .sl-desc-button.dark {\n    background: #1d1664;\n    color: #ffffff !important;\n    border-color: #1d1664;\n  }\n\n  .sl-desc-button:hover {\n    opacity: 0.92;\n  }\n\n  .sl-desc-small {\n    font-size: 13px !important;\n    color: #5f6675 !important;\n    margin-top: 10px !important;\n  }\n\n  @media screen and (max-width: 749px) {\n    .sl-desc-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .sl-desc-hero,\n    .sl-desc-section,\n    .sl-desc-callout,\n    .sl-desc-dashed,\n    .sl-desc-terms {\n      padding: 18px;\n    }\n\n    .sl-desc-button {\n      width: 100%;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"swaglaunch-membership-description\"\u003e\n\n  \u003cdiv class=\"sl-desc-hero\"\u003e\n    \u003ch2\u003eWebsite Care \u0026amp; Growth Plan\u003c\/h2\u003e\n    \u003cp\u003e\n      Website Care \u0026amp; Growth Plan gives your business ongoing website support after launch. It is built for brands, service businesses, resorts, ecommerce stores, and growing companies that need their website to stay current, functional, visible, and ready for real customers.\n    \u003c\/p\u003e\n    \u003cp\u003e\n      Choose your website care level using the package options above, subscribe monthly, then our team will review your website, support needs, access details, and monthly priorities before work begins.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"sl-desc-section\"\u003e\n    \u003ch3\u003eHow This Works\u003c\/h3\u003e\n    \u003col\u003e\n      \u003cli\u003eSelect Essential Website Care, Growth \u0026amp; Visibility, or Destination Growth Partner from the package options above.\u003c\/li\u003e\n      \u003cli\u003eSubscribe to your monthly website care package at checkout.\u003c\/li\u003e\n      \u003cli\u003eAfter checkout, our team reviews your current website, selected tier, and support needs.\u003c\/li\u003e\n      \u003cli\u003eWe confirm website access, communication flow, monthly priorities, and any current issues that need attention.\u003c\/li\u003e\n      \u003cli\u003eOnce access and scope are confirmed, your website care support begins based on your selected monthly plan.\u003c\/li\u003e\n    \u003c\/ol\u003e\n\n    \u003cdiv class=\"sl-desc-button-row\"\u003e\n      \u003ca href=\"\/pages\/customer-support\" class=\"sl-desc-button\"\u003e\n        Contact Support\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"sl-desc-callout\"\u003e\n    \u003ch3\u003eBuilt For After-Launch Support\u003c\/h3\u003e\n    \u003cp\u003e\n      A strong website launch is only the beginning. Ongoing website care helps keep your site updated, tested, organized, and improving over time so it does not become stale, broken, outdated, or ignored after launch.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"sl-desc-section\"\u003e\n    \u003ch3\u003eWebsite Care Level Guide\u003c\/h3\u003e\n\n    \u003cdiv class=\"sl-desc-grid\"\u003e\n\n      \u003ca href=\"https:\/\/twistedswag.com\/products\/website-care-package#website-care-package-purchase\" class=\"sl-desc-mini-card\"\u003e\n        \u003ch4\u003eEssential Website Care\u003c\/h4\u003e\n        \u003cp\u003e\n          Best for basic peace of mind, website health checks, small updates, form testing, booking link checks, and keeping the site current.\n        \u003c\/p\u003e\n        \u003cspan\u003eView Essential\u003c\/span\u003e\n      \u003c\/a\u003e\n\n      \u003ca href=\"https:\/\/twistedswag.com\/products\/website-care-package?variant=47766975414525#website-care-package-purchase\" class=\"sl-desc-mini-card\"\u003e\n        \u003ch4\u003eGrowth \u0026amp; Visibility\u003c\/h4\u003e\n        \u003cp\u003e\n          Best for businesses that want ongoing SEO, AEO, content updates, Google Business Profile support, and stronger visibility over time.\n        \u003c\/p\u003e\n        \u003cspan\u003eView Growth\u003c\/span\u003e\n      \u003c\/a\u003e\n\n      \u003ca href=\"https:\/\/twistedswag.com\/products\/website-care-package?variant=47766975447293#website-care-package-purchase\" class=\"sl-desc-mini-card\"\u003e\n        \u003ch4\u003eDestination Growth Partner\u003c\/h4\u003e\n        \u003cp\u003e\n          Best for brands that want an ongoing digital growth partner with new landing pages, reporting, strategy calls, campaigns, and priority implementation.\n        \u003c\/p\u003e\n        \u003cspan\u003eView Partner\u003c\/span\u003e\n      \u003c\/a\u003e\n\n      \u003ca href=\"\/pages\/customer-support\" class=\"sl-desc-mini-card\"\u003e\n        \u003ch4\u003eNot Sure Yet?\u003c\/h4\u003e\n        \u003cp\u003e\n          Start with the tier that matches your current website goal. Our team can help you choose the level that fits your current needs.\n        \u003c\/p\u003e\n        \u003cspan\u003eContact Support\u003c\/span\u003e\n      \u003c\/a\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"sl-desc-section\"\u003e\n    \u003ch3\u003eEssential Website Care Includes\u003c\/h3\u003e\n    \u003cp\u003e\n      This tier is for basic ongoing support and website upkeep after launch.\n    \u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003eWebsite health checks\u003c\/li\u003e\n      \u003cli\u003eSmall website edits and updates\u003c\/li\u003e\n      \u003cli\u003eForm and inquiry path testing\u003c\/li\u003e\n      \u003cli\u003eBooking link or booking widget checks\u003c\/li\u003e\n      \u003cli\u003eBasic analytics snapshot\u003c\/li\u003e\n      \u003cli\u003eMinor content updates\u003c\/li\u003e\n      \u003cli\u003eBasic Shopify support\u003c\/li\u003e\n      \u003cli\u003eEmail support\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"sl-desc-section\"\u003e\n    \u003ch3\u003eGrowth \u0026amp; Visibility Includes\u003c\/h3\u003e\n    \u003cp\u003e\n      This tier gives your website ongoing improvement, not just upkeep.\n    \u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003eEverything in Essential Website Care\u003c\/li\u003e\n      \u003cli\u003eSEO and AEO improvements\u003c\/li\u003e\n      \u003cli\u003eContent and page updates\u003c\/li\u003e\n      \u003cli\u003eInternal linking improvements\u003c\/li\u003e\n      \u003cli\u003eGoogle Business Profile support\u003c\/li\u003e\n      \u003cli\u003eGift shop or product support when applicable\u003c\/li\u003e\n      \u003cli\u003eMonthly visibility recommendations\u003c\/li\u003e\n      \u003cli\u003eSeasonal update support\u003c\/li\u003e\n      \u003cli\u003eConversion path review\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"sl-desc-section\"\u003e\n    \u003ch3\u003eDestination Growth Partner Includes\u003c\/h3\u003e\n    \u003cp\u003e\n      This tier is for businesses that want a deeper monthly growth partner behind the website.\n    \u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003eEverything in Growth \u0026amp; Visibility\u003c\/li\u003e\n      \u003cli\u003eNew landing pages\u003c\/li\u003e\n      \u003cli\u003eSeasonal campaign planning\u003c\/li\u003e\n      \u003cli\u003eExpanded SEO and AEO work\u003c\/li\u003e\n      \u003cli\u003eMonthly strategy calls\u003c\/li\u003e\n      \u003cli\u003eAnalytics review and reporting\u003c\/li\u003e\n      \u003cli\u003eGift shop expansion support when applicable\u003c\/li\u003e\n      \u003cli\u003eLaunch support for new offers\u003c\/li\u003e\n      \u003cli\u003ePriority implementation\u003c\/li\u003e\n      \u003cli\u003eConversion improvement recommendations\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"sl-desc-section\"\u003e\n    \u003ch3\u003eWhat Your Website Care Package Can Support\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003eShopify website updates\u003c\/li\u003e\n      \u003cli\u003eHomepage and page content edits\u003c\/li\u003e\n      \u003cli\u003eService page updates\u003c\/li\u003e\n      \u003cli\u003eProduct or gift shop support when applicable\u003c\/li\u003e\n      \u003cli\u003eInquiry form testing\u003c\/li\u003e\n      \u003cli\u003eBooking link or booking widget checks\u003c\/li\u003e\n      \u003cli\u003eBasic performance and user experience review\u003c\/li\u003e\n      \u003cli\u003eSEO title and metadata improvements\u003c\/li\u003e\n      \u003cli\u003eAEO structure improvements\u003c\/li\u003e\n      \u003cli\u003eInternal linking and content organization\u003c\/li\u003e\n      \u003cli\u003eSeasonal page updates\u003c\/li\u003e\n      \u003cli\u003eLanding page expansion on higher tiers\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"sl-desc-section\"\u003e\n    \u003ch3\u003eWhat Is Not Included\u003c\/h3\u003e\n    \u003cp\u003e\n      Website care packages are monthly support plans. They do not automatically include major rebuilds, new full websites, advanced custom development, paid ad management, app subscription fees, photography, video production, or large-scale copywriting projects unless specifically included in your selected tier or quoted separately.\n    \u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003eFull website redesigns\u003c\/li\u003e\n      \u003cli\u003eNew website builds\u003c\/li\u003e\n      \u003cli\u003eMajor custom theme development\u003c\/li\u003e\n      \u003cli\u003ePaid ad spend or paid ad management\u003c\/li\u003e\n      \u003cli\u003eThird-party app fees\u003c\/li\u003e\n      \u003cli\u003ePhotography or videography\u003c\/li\u003e\n      \u003cli\u003eLarge copywriting projects\u003c\/li\u003e\n      \u003cli\u003eAdvanced booking engine or PMS setup\u003c\/li\u003e\n      \u003cli\u003eComplex integrations\u003c\/li\u003e\n      \u003cli\u003eEmergency after-hours support unless approved separately\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"sl-desc-dashed\"\u003e\n    \u003ch3\u003eBest Fit By Business Stage\u003c\/h3\u003e\n    \u003cp\u003e\n      Essential Website Care is best if you want the site protected, tested, and lightly updated. Growth \u0026amp; Visibility is best if you want your site to keep improving through SEO, AEO, content, and visibility work. Destination Growth Partner is best if you want ongoing strategy, new landing pages, campaign support, reporting, and priority implementation.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"sl-desc-button-row\"\u003e\n      \u003ca href=\"\/pages\/customer-support\" class=\"sl-desc-button\"\u003e\n        Get Help Choosing A Tier\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"sl-desc-section\"\u003e\n    \u003ch3\u003eAfter You Subscribe\u003c\/h3\u003e\n    \u003col\u003e\n      \u003cli\u003eComplete checkout for your selected monthly website care package.\u003c\/li\u003e\n      \u003cli\u003eOur team reviews your current website, selected tier, and support needs.\u003c\/li\u003e\n      \u003cli\u003eWe confirm website access, collaboration details, and monthly communication flow.\u003c\/li\u003e\n      \u003cli\u003eWe review the highest-priority items for your site.\u003c\/li\u003e\n      \u003cli\u003eSupport begins based on the selected package level and approved scope.\u003c\/li\u003e\n      \u003cli\u003eOngoing requests, updates, and recommendations are handled according to your monthly tier.\u003c\/li\u003e\n    \u003c\/ol\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"sl-desc-section\"\u003e\n    \u003ch3\u003eWho This Is Best For\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003eShopify store owners who need ongoing support\u003c\/li\u003e\n      \u003cli\u003eBusinesses that recently launched a new website\u003c\/li\u003e\n      \u003cli\u003eResorts, lodging brands, venues, and hospitality businesses\u003c\/li\u003e\n      \u003cli\u003eLocal businesses that need website edits and monthly upkeep\u003c\/li\u003e\n      \u003cli\u003eBrands that want better SEO and AEO visibility\u003c\/li\u003e\n      \u003cli\u003eBusinesses with inquiry forms, booking links, or conversion paths to maintain\u003c\/li\u003e\n      \u003cli\u003eStores adding gift shop products, new pages, or seasonal campaigns\u003c\/li\u003e\n      \u003cli\u003eBusinesses that want a reliable monthly website support partner\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"sl-desc-terms\"\u003e\n    \u003ch3\u003eMembership Terms\u003c\/h3\u003e\n    \u003cp\u003e\n      Website Care Package subscriptions renew monthly until canceled. Monthly fees are not prorated once a billing period begins. Support is provided according to the selected package level, approved scope, website access, available assets, and active account status.\n    \u003c\/p\u003e\n    \u003cp\u003e\n      Turnaround times, monthly priorities, implementation timing, reporting, content updates, SEO\/AEO work, landing page creation, and strategy support depend on the selected tier, request complexity, client response time, website condition, app limitations, theme limitations, and available access.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"sl-desc-section\"\u003e\n    \u003ch3\u003eNeed Help Choosing A Tier?\u003c\/h3\u003e\n    \u003cp\u003e\n      Start with the tier that matches your current website goal. Choose Essential Website Care if you mainly need upkeep. Choose Growth \u0026amp; Visibility if you want ongoing improvement. Choose Destination Growth Partner if you want deeper strategy, new landing pages, reporting, and priority implementation.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"sl-desc-button-row\"\u003e\n      \u003ca href=\"\/pages\/customer-support\" class=\"sl-desc-button\"\u003e\n        Contact Support\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"sl-desc-small\"\u003e\n      Website care begins after your subscription is active, your website access is confirmed, and our team reviews the selected support tier and monthly scope.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Twisted Swag, Inc.","offers":[{"title":"Essential Website Care","offer_id":47766975381757,"sku":null,"price":350.0,"currency_code":"USD","in_stock":true},{"title":"Growth \u0026 Visibility","offer_id":47766975414525,"sku":null,"price":1000.0,"currency_code":"USD","in_stock":true},{"title":"Destination Growth Partner","offer_id":47766975447293,"sku":null,"price":3000.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0056\/1207\/7146\/files\/350.png?v=1782690834","url":"https:\/\/twistedswag.com\/products\/website-care-package","provider":"Twisted Swag, Inc.","version":"1.0","type":"link"}