{"id":27,"date":"2026-03-24T07:38:57","date_gmt":"2026-03-24T07:38:57","guid":{"rendered":"https:\/\/babaconnect.online\/?page_id=27"},"modified":"2026-03-24T07:38:58","modified_gmt":"2026-03-24T07:38:58","slug":"services","status":"publish","type":"page","link":"https:\/\/babaconnect.online\/index.php\/services\/","title":{"rendered":"Services"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Services \u2013 BabaConnect Digital Marketing<\/title>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Syne:wght@400;600;700;800&#038;family=Plus+Jakarta+Sans:wght@300;400;500;600&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n  :root {\n    --bg: #07080d; --bg2: #0e1018; --bg3: #12141f;\n    --accent: #ff4d00; --accent2: #ff8c42;\n    --text: #f0ede8; --muted: #7a7a8c; --border: rgba(255,255,255,0.07);\n    --syne: 'Syne', sans-serif; --jakarta: 'Plus Jakarta Sans', sans-serif;\n  }\n  body { background: var(--bg); color: var(--text); font-family: var(--jakarta); overflow-x: hidden; }\n\n  \/* NAV *\/\n  .bc-nav {\n    display: flex; justify-content: space-between; align-items: center;\n    padding: 20px 60px; background: rgba(7,8,13,0.9);\n    backdrop-filter: blur(20px); border-bottom: 1px solid var(--border);\n    position: sticky; top: 0; z-index: 100;\n  }\n  .bc-logo { font-family: var(--syne); font-weight: 800; font-size: 1.4rem; letter-spacing: -0.02em; text-decoration: none; color: var(--text); }\n  .bc-logo span { color: var(--accent); }\n  .bc-nav-links { display: flex; gap: 36px; list-style: none; }\n  .bc-nav-links a { color: var(--muted); text-decoration: none; font-size: 0.875rem; font-weight: 500; transition: color 0.2s; }\n  .bc-nav-links a:hover, .bc-nav-links a.active { color: var(--text); }\n  .bc-nav-cta { background: var(--accent); color: #fff; padding: 10px 24px; border-radius: 4px; font-weight: 600; font-size: 0.875rem; text-decoration: none; transition: background 0.2s; }\n  .bc-nav-cta:hover { background: var(--accent2); }\n\n  \/* PAGE HERO *\/\n  .bc-page-hero {\n    padding: 100px 60px 80px; position: relative; overflow: hidden;\n    border-bottom: 1px solid var(--border);\n  }\n  .bc-page-hero::before {\n    content: ''; position: absolute; top: -150px; right: 0;\n    width: 500px; height: 500px;\n    background: radial-gradient(circle, rgba(255,77,0,0.15) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .bc-breadcrumb { font-size: 0.8rem; color: var(--muted); margin-bottom: 24px; letter-spacing: 0.05em; }\n  .bc-breadcrumb a { color: var(--accent); text-decoration: none; }\n  .bc-page-hero h1 {\n    font-family: var(--syne); font-size: clamp(2.8rem, 6vw, 5.5rem);\n    font-weight: 800; letter-spacing: -0.03em; line-height: 1.0;\n    max-width: 800px; animation: fadeUp 0.6s ease both;\n  }\n  .bc-page-hero h1 em {\n    font-style: normal; color: var(--accent);\n    border-bottom: 3px solid var(--accent);\n  }\n  .bc-page-hero-sub {\n    margin-top: 24px; font-size: 1.1rem; color: var(--muted);\n    max-width: 560px; line-height: 1.7; animation: fadeUp 0.6s 0.1s ease both;\n  }\n  @keyframes fadeUp {\n    from { opacity: 0; transform: translateY(24px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\n  \/* SERVICE NAV TABS *\/\n  .bc-service-tabs {\n    display: flex; gap: 0; padding: 0 60px;\n    border-bottom: 1px solid var(--border); overflow-x: auto;\n  }\n  .bc-service-tab {\n    padding: 20px 28px; font-size: 0.875rem; font-weight: 500;\n    color: var(--muted); cursor: pointer; white-space: nowrap;\n    border-bottom: 2px solid transparent; transition: all 0.2s;\n    background: none; border-top: none; border-left: none; border-right: none;\n    font-family: var(--jakarta); letter-spacing: 0.02em;\n  }\n  .bc-service-tab:hover, .bc-service-tab.active { color: var(--text); border-bottom-color: var(--accent); }\n\n  \/* SERVICE DETAILS *\/\n  .bc-services-container { padding: 80px 60px; }\n\n  .bc-service-block {\n    display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;\n    padding: 80px 0; border-bottom: 1px solid var(--border);\n  }\n  .bc-service-block:last-child { border-bottom: none; }\n  .bc-service-block.reverse { direction: rtl; }\n  .bc-service-block.reverse > * { direction: ltr; }\n  .bc-service-number {\n    font-family: var(--syne); font-size: 6rem; font-weight: 800;\n    color: rgba(255,77,0,0.08); line-height: 1; margin-bottom: -20px;\n    letter-spacing: -0.04em;\n  }\n  .bc-service-label {\n    font-size: 0.7rem; font-weight: 700; letter-spacing: 0.15em;\n    text-transform: uppercase; color: var(--accent); margin-bottom: 16px;\n  }\n  .bc-service-title {\n    font-family: var(--syne); font-size: clamp(1.6rem, 3vw, 2.4rem);\n    font-weight: 800; letter-spacing: -0.02em; line-height: 1.15;\n    margin-bottom: 20px;\n  }\n  .bc-service-desc { font-size: 0.95rem; color: var(--muted); line-height: 1.8; margin-bottom: 32px; }\n  .bc-service-features { list-style: none; display: flex; flex-direction: column; gap: 12px; }\n  .bc-service-features li {\n    display: flex; align-items: flex-start; gap: 12px;\n    font-size: 0.875rem; color: var(--text);\n  }\n  .bc-service-features li::before {\n    content: '\u2726'; color: var(--accent); font-size: 0.6rem;\n    margin-top: 4px; flex-shrink: 0;\n  }\n  .bc-service-visual {\n    background: var(--bg2); border: 1px solid var(--border);\n    border-radius: 12px; padding: 40px; min-height: 360px;\n    display: flex; flex-direction: column; justify-content: space-between;\n    position: relative; overflow: hidden;\n  }\n  .bc-service-visual::before {\n    content: ''; position: absolute; top: -80px; right: -80px;\n    width: 200px; height: 200px;\n    background: radial-gradient(circle, rgba(255,77,0,0.12) 0%, transparent 70%);\n  }\n  .bc-visual-metric {\n    display: flex; flex-direction: column; gap: 4px;\n  }\n  .bc-visual-metric-val {\n    font-family: var(--syne); font-size: 3rem; font-weight: 800;\n    letter-spacing: -0.03em; color: var(--text);\n  }\n  .bc-visual-metric-val span { color: var(--accent); }\n  .bc-visual-metric-label { font-size: 0.8rem; color: var(--muted); }\n  .bc-visual-bars { display: flex; gap: 8px; align-items: flex-end; height: 80px; }\n  .bc-bar {\n    flex: 1; border-radius: 3px 3px 0 0;\n    background: rgba(255,77,0,0.2);\n    animation: growBar 1s ease both;\n  }\n  .bc-bar:nth-child(1) { height: 40%; animation-delay: 0.1s; }\n  .bc-bar:nth-child(2) { height: 60%; animation-delay: 0.2s; }\n  .bc-bar:nth-child(3) { height: 45%; animation-delay: 0.3s; }\n  .bc-bar:nth-child(4) { height: 80%; animation-delay: 0.4s; background: var(--accent); }\n  .bc-bar:nth-child(5) { height: 70%; animation-delay: 0.5s; background: rgba(255,77,0,0.5); }\n  .bc-bar:nth-child(6) { height: 90%; animation-delay: 0.6s; background: var(--accent); }\n  @keyframes growBar { from { transform: scaleY(0); transform-origin: bottom; } to { transform: scaleY(1); } }\n  .bc-visual-chips { display: flex; flex-wrap: wrap; gap: 8px; }\n  .bc-chip {\n    background: rgba(255,77,0,0.1); border: 1px solid rgba(255,77,0,0.25);\n    color: var(--accent2); font-size: 0.75rem; font-weight: 600;\n    padding: 6px 12px; border-radius: 100px;\n  }\n  .bc-visual-icon { font-size: 3rem; margin-bottom: 12px; }\n\n  \/* PRICING TEASER *\/\n  .bc-pricing { background: var(--bg2); padding: 100px 60px; }\n  .bc-pricing-header { text-align: center; margin-bottom: 60px; }\n  .bc-pricing-header .bc-section-label { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--accent); margin-bottom: 12px; }\n  .bc-pricing-header h2 { font-family: var(--syne); font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; letter-spacing: -0.02em; }\n  .bc-pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }\n  .bc-pricing-card {\n    background: var(--bg); border: 1px solid var(--border);\n    border-radius: 10px; padding: 40px 36px;\n    transition: border-color 0.3s; position: relative;\n  }\n  .bc-pricing-card.featured { border-color: var(--accent); }\n  .bc-pricing-card.featured::before {\n    content: 'Most Popular'; position: absolute; top: -12px; left: 50%; transform: translateX(-50%);\n    background: var(--accent); color: #fff; font-size: 0.7rem; font-weight: 700;\n    letter-spacing: 0.08em; padding: 4px 14px; border-radius: 100px;\n  }\n  .bc-pricing-tier { font-family: var(--syne); font-weight: 700; font-size: 1rem; letter-spacing: 0.05em; text-transform: uppercase; color: var(--muted); margin-bottom: 16px; }\n  .bc-pricing-price { font-family: var(--syne); font-size: 2.8rem; font-weight: 800; letter-spacing: -0.03em; }\n  .bc-pricing-price span { font-size: 1rem; font-weight: 500; color: var(--muted); }\n  .bc-pricing-desc { margin: 16px 0 28px; font-size: 0.875rem; color: var(--muted); line-height: 1.6; }\n  .bc-pricing-list { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 32px; }\n  .bc-pricing-list li { font-size: 0.875rem; display: flex; align-items: center; gap: 10px; }\n  .bc-pricing-list li::before { content: '\u2713'; color: var(--accent); font-weight: 700; }\n  .bc-pricing-btn { width: 100%; padding: 14px; border-radius: 4px; font-family: var(--jakarta); font-weight: 700; font-size: 0.875rem; cursor: pointer; transition: all 0.2s; text-decoration: none; display: block; text-align: center; }\n  .bc-pricing-btn-outline { background: transparent; border: 1px solid var(--border); color: var(--text); }\n  .bc-pricing-btn-outline:hover { border-color: var(--accent); color: var(--accent); }\n  .bc-pricing-btn-filled { background: var(--accent); border: 1px solid var(--accent); color: #fff; }\n  .bc-pricing-btn-filled:hover { background: var(--accent2); }\n\n  @media (max-width: 900px) {\n    .bc-nav { padding: 16px 24px; }\n    .bc-nav-links { display: none; }\n    .bc-page-hero, .bc-services-container, .bc-pricing { padding-left: 24px; padding-right: 24px; }\n    .bc-service-tabs { padding: 0 24px; }\n    .bc-service-block { grid-template-columns: 1fr; gap: 40px; }\n    .bc-service-block.reverse { direction: ltr; }\n    .bc-pricing-grid { grid-template-columns: 1fr; }\n  }\n<\/style>\n<\/head>\n<body>\n\n<nav class=\"bc-nav\">\n  <a href=\"\/\" class=\"bc-logo\">Baba<span>Connect<\/span><\/a>\n  <ul class=\"bc-nav-links\">\n    <li><a href=\"#\" class=\"active\">Services<\/a><\/li>\n    <li><a href=\"#\">Work<\/a><\/li>\n    <li><a href=\"#\">About<\/a><\/li>\n    <li><a href=\"#\">Blog<\/a><\/li>\n    <li><a href=\"#\">Contact<\/a><\/li>\n  <\/ul>\n  <a href=\"#\" class=\"bc-nav-cta\">Get a Free Audit \u2192<\/a>\n<\/nav>\n\n<section class=\"bc-page-hero\">\n  <div class=\"bc-breadcrumb\"><a href=\"#\">Home<\/a> \/ Services<\/div>\n  <h1>Marketing services<br>that actually <em>convert<\/em><\/h1>\n  <p class=\"bc-page-hero-sub\">We don&#8217;t just run campaigns. We architect growth systems \u2014 from awareness to acquisition to retention \u2014 using the right channels for your brand.<\/p>\n<\/section>\n\n<div class=\"bc-service-tabs\">\n  <button class=\"bc-service-tab active\">All Services<\/button>\n  <button class=\"bc-service-tab\">SEO<\/button>\n  <button class=\"bc-service-tab\">Paid Ads<\/button>\n  <button class=\"bc-service-tab\">Social Media<\/button>\n  <button class=\"bc-service-tab\">Content<\/button>\n  <button class=\"bc-service-tab\">Email &#038; WhatsApp<\/button>\n  <button class=\"bc-service-tab\">Analytics<\/button>\n<\/div>\n\n<div class=\"bc-services-container\">\n\n  <!-- SEO -->\n  <div class=\"bc-service-block\">\n    <div>\n      <div class=\"bc-service-number\">01<\/div>\n      <div class=\"bc-service-label\">Organic Growth<\/div>\n      <h2 class=\"bc-service-title\">Search Engine Optimisation That Compounds<\/h2>\n      <p class=\"bc-service-desc\">We engineer your website to rank for the searches that matter. Our SEO isn&#8217;t a monthly report \u2014 it&#8217;s a systematic assault on Page 1, backed by technical audits, content clusters and authoritative link building.<\/p>\n      <ul class=\"bc-service-features\">\n        <li>Full technical SEO audit &#038; on-page optimisation<\/li>\n        <li>Keyword research &#038; competitor gap analysis<\/li>\n        <li>Content silo architecture &#038; blog strategy<\/li>\n        <li>High-authority backlink building (White-hat)<\/li>\n        <li>Core Web Vitals &#038; site speed optimisation<\/li>\n        <li>Monthly ranking &#038; traffic reports<\/li>\n      <\/ul>\n    <\/div>\n    <div class=\"bc-service-visual\">\n      <div class=\"bc-visual-metric\">\n        <div class=\"bc-visual-metric-val\">3.2<span>\u00d7<\/span><\/div>\n        <div class=\"bc-visual-metric-label\">Average organic traffic growth in 6 months<\/div>\n      <\/div>\n      <div class=\"bc-visual-bars\">\n        <div class=\"bc-bar\"><\/div>\n        <div class=\"bc-bar\"><\/div>\n        <div class=\"bc-bar\"><\/div>\n        <div class=\"bc-bar\"><\/div>\n        <div class=\"bc-bar\"><\/div>\n        <div class=\"bc-bar\"><\/div>\n      <\/div>\n      <div class=\"bc-visual-chips\">\n        <span class=\"bc-chip\">On-Page SEO<\/span>\n        <span class=\"bc-chip\">Technical SEO<\/span>\n        <span class=\"bc-chip\">Link Building<\/span>\n        <span class=\"bc-chip\">Local SEO<\/span>\n        <span class=\"bc-chip\">E-commerce SEO<\/span>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- PAID ADS -->\n  <div class=\"bc-service-block reverse\">\n    <div>\n      <div class=\"bc-service-number\">02<\/div>\n      <div class=\"bc-service-label\">Paid Performance<\/div>\n      <h2 class=\"bc-service-title\">Google &#038; Meta Ads That Pay For Themselves<\/h2>\n      <p class=\"bc-service-desc\">Every rupee should work harder. We design, launch and optimise paid campaigns across Google Search, Display, YouTube and Meta \u2014 with rigorous A\/B testing and conversion-focused creatives.<\/p>\n      <ul class=\"bc-service-features\">\n        <li>Google Search, Shopping &#038; Display campaigns<\/li>\n        <li>Meta (Facebook &#038; Instagram) ad management<\/li>\n        <li>Audience research &#038; custom\/lookalike targeting<\/li>\n        <li>Ad creative design &#038; copywriting<\/li>\n        <li>Conversion tracking &#038; pixel setup<\/li>\n        <li>Weekly optimisation &#038; spend rebalancing<\/li>\n      <\/ul>\n    <\/div>\n    <div class=\"bc-service-visual\">\n      <div class=\"bc-visual-metric\">\n        <div class=\"bc-visual-metric-val\">4.8<span>\u00d7 ROAS<\/span><\/div>\n        <div class=\"bc-visual-metric-label\">Average return on ad spend across clients<\/div>\n      <\/div>\n      <div style=\"margin: 24px 0;\">\n        <div style=\"display:flex; justify-content:space-between; margin-bottom:8px; font-size:0.8rem; color:var(--muted);\">\n          <span>Conversion Rate<\/span><span style=\"color:var(--accent); font-weight:700;\">+127%<\/span>\n        <\/div>\n        <div style=\"height:6px; background:rgba(255,255,255,0.06); border-radius:3px; overflow:hidden;\">\n          <div style=\"width:77%; height:100%; background:linear-gradient(90deg,var(--accent),var(--accent2)); border-radius:3px;\"><\/div>\n        <\/div>\n        <div style=\"display:flex; justify-content:space-between; margin:12px 0 8px; font-size:0.8rem; color:var(--muted);\">\n          <span>Cost Per Lead<\/span><span style=\"color:var(--accent); font-weight:700;\">\u221243%<\/span>\n        <\/div>\n        <div style=\"height:6px; background:rgba(255,255,255,0.06); border-radius:3px; overflow:hidden;\">\n          <div style=\"width:43%; height:100%; background:var(--accent); border-radius:3px;\"><\/div>\n        <\/div>\n      <\/div>\n      <div class=\"bc-visual-chips\">\n        <span class=\"bc-chip\">Google Ads<\/span>\n        <span class=\"bc-chip\">Meta Ads<\/span>\n        <span class=\"bc-chip\">YouTube Ads<\/span>\n        <span class=\"bc-chip\">Retargeting<\/span>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- SOCIAL MEDIA -->\n  <div class=\"bc-service-block\">\n    <div>\n      <div class=\"bc-service-number\">03<\/div>\n      <div class=\"bc-service-label\">Social Media<\/div>\n      <h2 class=\"bc-service-title\">A Social Presence People Actually Follow<\/h2>\n      <p class=\"bc-service-desc\">We don&#8217;t just post content \u2014 we build communities. From Reels to LinkedIn articles, our social team creates platform-native content that earns engagement and builds brand love.<\/p>\n      <ul class=\"bc-service-features\">\n        <li>Monthly content calendar &#038; strategy<\/li>\n        <li>Platform-optimised content creation (Reels, Carousels, Stories)<\/li>\n        <li>Community management &#038; DM responses<\/li>\n        <li>Influencer identification &#038; outreach<\/li>\n        <li>Instagram, LinkedIn, YouTube &#038; Twitter\/X<\/li>\n        <li>Hashtag strategy &#038; algorithm optimisation<\/li>\n      <\/ul>\n    <\/div>\n    <div class=\"bc-service-visual\">\n      <div class=\"bc-visual-icon\">\ud83d\udcf1<\/div>\n      <div style=\"display:flex; flex-direction:column; gap:12px;\">\n        <div style=\"background:rgba(255,255,255,0.04); border:1px solid var(--border); border-radius:8px; padding:16px; display:flex; justify-content:space-between; align-items:center;\">\n          <span style=\"font-size:0.875rem; font-weight:600;\">Instagram<\/span>\n          <span style=\"color:var(--accent); font-family:var(--syne); font-weight:800;\">+18.4K<\/span>\n        <\/div>\n        <div style=\"background:rgba(255,255,255,0.04); border:1px solid var(--border); border-radius:8px; padding:16px; display:flex; justify-content:space-between; align-items:center;\">\n          <span style=\"font-size:0.875rem; font-weight:600;\">LinkedIn<\/span>\n          <span style=\"color:var(--accent); font-family:var(--syne); font-weight:800;\">+6.2K<\/span>\n        <\/div>\n        <div style=\"background:rgba(255,255,255,0.04); border:1px solid var(--border); border-radius:8px; padding:16px; display:flex; justify-content:space-between; align-items:center;\">\n          <span style=\"font-size:0.875rem; font-weight:600;\">YouTube<\/span>\n          <span style=\"color:var(--accent); font-family:var(--syne); font-weight:800;\">+32K<\/span>\n        <\/div>\n      <\/div>\n      <div style=\"font-size:0.75rem; color:var(--muted); margin-top:8px;\">Avg. follower growth across client accounts \u2014 last 90 days<\/div>\n    <\/div>\n  <\/div>\n\n  <!-- CONTENT -->\n  <div class=\"bc-service-block reverse\">\n    <div>\n      <div class=\"bc-service-number\">04<\/div>\n      <div class=\"bc-service-label\">Content &#038; Copywriting<\/div>\n      <h2 class=\"bc-service-title\">Words That Rank. Content That Converts.<\/h2>\n      <p class=\"bc-service-desc\">Great marketing begins with great writing. Our content team produces SEO-optimised blogs, landing page copy, video scripts and brand storytelling that positions you as the authority in your category.<\/p>\n      <ul class=\"bc-service-features\">\n        <li>Long-form SEO blog content (1500\u20134000 words)<\/li>\n        <li>Landing page &#038; website copywriting<\/li>\n        <li>Video scripts &#038; podcast show notes<\/li>\n        <li>Case studies &#038; whitepapers<\/li>\n        <li>Brand voice development &#038; tone guidelines<\/li>\n        <li>Multilingual content (English + Hindi)<\/li>\n      <\/ul>\n    <\/div>\n    <div class=\"bc-service-visual\">\n      <div class=\"bc-visual-icon\">\u270d\ufe0f<\/div>\n      <div style=\"background:rgba(255,77,0,0.06); border:1px solid rgba(255,77,0,0.2); border-radius:8px; padding:20px;\">\n        <p style=\"font-family:var(--syne); font-size:1.1rem; font-weight:700; line-height:1.4; color:var(--text);\">&#8220;How BabaConnect Helped UrbanKart Go From 800 to 24,000 Monthly Organic Visitors&#8221;<\/p>\n        <p style=\"font-size:0.8rem; color:var(--muted); margin-top:12px;\">Sample case study \u2014 12\u00d7 organic growth in 8 months<\/p>\n      <\/div>\n      <div class=\"bc-visual-chips\" style=\"margin-top:20px;\">\n        <span class=\"bc-chip\">Blog Writing<\/span>\n        <span class=\"bc-chip\">Landing Pages<\/span>\n        <span class=\"bc-chip\">Video Scripts<\/span>\n        <span class=\"bc-chip\">Email Copy<\/span>\n      <\/div>\n    <\/div>\n  <\/div>\n\n<\/div>\n\n<!-- PRICING -->\n<section class=\"bc-pricing\">\n  <div class=\"bc-pricing-header\">\n    <div class=\"bc-section-label\">Transparent Pricing<\/div>\n    <h2>Simple Plans. Serious Results.<\/h2>\n  <\/div>\n  <div class=\"bc-pricing-grid\">\n    <div class=\"bc-pricing-card\">\n      <div class=\"bc-pricing-tier\">Starter<\/div>\n      <div class=\"bc-pricing-price\">\u20b925,000 <span>\/mo<\/span><\/div>\n      <div class=\"bc-pricing-desc\">Perfect for early-stage startups and small businesses getting started with digital marketing.<\/div>\n      <ul class=\"bc-pricing-list\">\n        <li>SEO Audit + On-page Optimisation<\/li>\n        <li>Social Media (2 platforms, 12 posts\/mo)<\/li>\n        <li>Google Ads Management (up to \u20b91L spend)<\/li>\n        <li>Monthly Performance Report<\/li>\n        <li>Dedicated Account Manager<\/li>\n      <\/ul>\n      <a href=\"#\" class=\"bc-pricing-btn bc-pricing-btn-outline\">Get Started<\/a>\n    <\/div>\n    <div class=\"bc-pricing-card featured\">\n      <div class=\"bc-pricing-tier\">Growth<\/div>\n      <div class=\"bc-pricing-price\">\u20b955,000 <span>\/mo<\/span><\/div>\n      <div class=\"bc-pricing-desc\">Our most popular plan for scaling businesses ready to dominate their market online.<\/div>\n      <ul class=\"bc-pricing-list\">\n        <li>Full SEO + Content (8 blogs\/mo)<\/li>\n        <li>Social Media (3 platforms, 20 posts\/mo)<\/li>\n        <li>Google + Meta Ads (up to \u20b95L spend)<\/li>\n        <li>Email \/ WhatsApp Campaign Setup<\/li>\n        <li>Bi-weekly Strategy Calls<\/li>\n        <li>Competitor Monitoring Dashboard<\/li>\n      <\/ul>\n      <a href=\"#\" class=\"bc-pricing-btn bc-pricing-btn-filled\">Get Started<\/a>\n    <\/div>\n    <div class=\"bc-pricing-card\">\n      <div class=\"bc-pricing-tier\">Enterprise<\/div>\n      <div class=\"bc-pricing-price\">Custom<\/div>\n      <div class=\"bc-pricing-desc\">Full-stack marketing partnership for established brands with aggressive growth targets.<\/div>\n      <ul class=\"bc-pricing-list\">\n        <li>Everything in Growth, plus:<\/li>\n        <li>Dedicated Creative Team<\/li>\n        <li>Influencer Marketing Campaigns<\/li>\n        <li>Custom Analytics Dashboard<\/li>\n        <li>Weekly Executive Reporting<\/li>\n        <li>Priority Support (12hr response)<\/li>\n      <\/ul>\n      <a href=\"#\" class=\"bc-pricing-btn bc-pricing-btn-outline\">Contact Sales<\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Services \u2013 BabaConnect Digital Marketing BabaConnect Services Work About Blog Contact Get a Free Audit \u2192 Home \/ Services Marketing servicesthat actually convert We don&#8217;t just run campaigns. We architect growth systems \u2014 from awareness to acquisition to retention \u2014 using the right channels for your brand. All Services SEO Paid Ads Social Media Content &#8230; <a title=\"Services\" class=\"read-more\" href=\"https:\/\/babaconnect.online\/index.php\/services\/\" aria-label=\"Read more about Services\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-27","page","type-page","status-publish"],"_links":{"self":[{"href":"https:\/\/babaconnect.online\/index.php\/wp-json\/wp\/v2\/pages\/27","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/babaconnect.online\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/babaconnect.online\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/babaconnect.online\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/babaconnect.online\/index.php\/wp-json\/wp\/v2\/comments?post=27"}],"version-history":[{"count":1,"href":"https:\/\/babaconnect.online\/index.php\/wp-json\/wp\/v2\/pages\/27\/revisions"}],"predecessor-version":[{"id":28,"href":"https:\/\/babaconnect.online\/index.php\/wp-json\/wp\/v2\/pages\/27\/revisions\/28"}],"wp:attachment":[{"href":"https:\/\/babaconnect.online\/index.php\/wp-json\/wp\/v2\/media?parent=27"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}