{"id":23,"date":"2026-03-24T07:36:12","date_gmt":"2026-03-24T07:36:12","guid":{"rendered":"https:\/\/babaconnect.online\/?page_id=23"},"modified":"2026-03-24T07:36:12","modified_gmt":"2026-03-24T07:36:12","slug":"about","status":"publish","type":"page","link":"https:\/\/babaconnect.online\/index.php\/about\/","title":{"rendered":"About"},"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>About \u2013 BabaConnect Digital Marketing Agency<\/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  .bc-nav { display: flex; justify-content: space-between; align-items: center; padding: 20px 60px; background: rgba(7,8,13,0.9); backdrop-filter: blur(20px); border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 100; }\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.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  @keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }\n\n  \/* INTRO *\/\n  .bc-about-hero {\n    padding: 120px 60px 100px;\n    display: grid; grid-template-columns: 1.2fr 1fr; gap: 80px; align-items: center;\n    border-bottom: 1px solid var(--border); position: relative; overflow: hidden;\n  }\n  .bc-about-hero::before {\n    content: ''; position: absolute; bottom: 0; right: 0;\n    width: 500px; height: 500px;\n    background: radial-gradient(circle, rgba(255,77,0,0.1) 0%, transparent 65%);\n    pointer-events: none;\n  }\n  .bc-tag { display: inline-block; background: rgba(255,77,0,0.1); border: 1px solid rgba(255,77,0,0.3); color: var(--accent); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 6px 14px; border-radius: 100px; margin-bottom: 28px; }\n  .bc-about-hero h1 { font-family: var(--syne); font-size: clamp(2.8rem, 5.5vw, 5rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.0; animation: fadeUp 0.6s ease both; }\n  .bc-about-hero h1 em { font-style: normal; color: var(--accent); }\n  .bc-about-hero-right { display: flex; flex-direction: column; gap: 28px; }\n  .bc-about-hero-text { font-size: 1.05rem; color: var(--muted); line-height: 1.8; }\n  .bc-about-hero-text strong { color: var(--text); font-weight: 600; }\n  .bc-about-year { font-family: var(--syne); font-size: 7rem; font-weight: 800; color: rgba(255,77,0,0.07); line-height: 1; letter-spacing: -0.04em; margin: -20px 0; }\n\n  \/* VALUES *\/\n  .bc-values { padding: 100px 60px; }\n  .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-section-title { font-family: var(--syne); font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 800; letter-spacing: -0.02em; line-height: 1.1; max-width: 540px; margin-bottom: 60px; }\n  .bc-values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }\n  .bc-value-card { background: var(--bg2); border: 1px solid var(--border); border-radius: 10px; padding: 36px 28px; transition: border-color 0.3s; }\n  .bc-value-card:hover { border-color: rgba(255,77,0,0.3); }\n  .bc-value-icon { font-size: 2rem; margin-bottom: 20px; }\n  .bc-value-card h3 { font-family: var(--syne); font-size: 1.05rem; font-weight: 700; margin-bottom: 12px; }\n  .bc-value-card p { font-size: 0.875rem; color: var(--muted); line-height: 1.7; }\n\n  \/* STORY *\/\n  .bc-story { background: var(--bg2); padding: 100px 60px; }\n  .bc-story-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }\n  .bc-story-timeline { display: flex; flex-direction: column; gap: 0; }\n  .bc-timeline-item { display: flex; gap: 24px; padding-bottom: 40px; position: relative; }\n  .bc-timeline-item:last-child { padding-bottom: 0; }\n  .bc-timeline-item::before { content: ''; position: absolute; left: 19px; top: 40px; bottom: 0; width: 1px; background: var(--border); }\n  .bc-timeline-item:last-child::before { display: none; }\n  .bc-timeline-dot { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,77,0,0.1); border: 2px solid rgba(255,77,0,0.3); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }\n  .bc-timeline-dot.active { background: var(--accent); border-color: var(--accent); }\n  .bc-timeline-year { font-family: var(--syne); font-size: 0.75rem; font-weight: 800; color: var(--accent); }\n  .bc-timeline-content { flex: 1; }\n  .bc-timeline-title { font-family: var(--syne); font-size: 1rem; font-weight: 700; margin-bottom: 8px; }\n  .bc-timeline-desc { font-size: 0.875rem; color: var(--muted); line-height: 1.7; }\n  .bc-story-right h2 { font-family: var(--syne); font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 800; letter-spacing: -0.02em; line-height: 1.15; margin-bottom: 28px; }\n  .bc-story-right p { font-size: 0.95rem; color: var(--muted); line-height: 1.8; margin-bottom: 20px; }\n  .bc-story-right p strong { color: var(--text); }\n  .bc-story-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 40px; }\n  .bc-story-stat { background: var(--bg); border: 1px solid var(--border); border-radius: 8px; padding: 24px; }\n  .bc-story-stat-num { font-family: var(--syne); font-size: 2.2rem; font-weight: 800; letter-spacing: -0.02em; }\n  .bc-story-stat-num span { color: var(--accent); }\n  .bc-story-stat-label { font-size: 0.8rem; color: var(--muted); margin-top: 4px; }\n\n  \/* TEAM *\/\n  .bc-team { padding: 100px 60px; }\n  .bc-team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 60px; }\n  .bc-team-card { background: var(--bg2); border: 1px solid var(--border); border-radius: 10px; overflow: hidden; transition: transform 0.3s, border-color 0.3s; }\n  .bc-team-card:hover { transform: translateY(-4px); border-color: rgba(255,77,0,0.3); }\n  .bc-team-photo { height: 200px; display: flex; align-items: center; justify-content: center; font-size: 4rem; position: relative; overflow: hidden; }\n  .bc-team-photo-bg1 { background: linear-gradient(135deg, #1a0a00, #3d1500); }\n  .bc-team-photo-bg2 { background: linear-gradient(135deg, #0a1a0a, #0d3d1a); }\n  .bc-team-photo-bg3 { background: linear-gradient(135deg, #0a0a1a, #0d1540); }\n  .bc-team-photo-bg4 { background: linear-gradient(135deg, #1a0a1a, #3d1540); }\n  .bc-team-initials { font-family: var(--syne); font-size: 2.8rem; font-weight: 800; color: rgba(255,255,255,0.12); position: absolute; bottom: 10px; right: 14px; line-height: 1; }\n  .bc-team-avatar { width: 80px; height: 80px; border-radius: 50%; background: linear-gradient(135deg, var(--accent), var(--accent2)); display: flex; align-items: center; justify-content: center; font-family: var(--syne); font-size: 1.8rem; font-weight: 800; color: #fff; }\n  .bc-team-info { padding: 24px; }\n  .bc-team-name { font-family: var(--syne); font-weight: 700; font-size: 1rem; margin-bottom: 4px; }\n  .bc-team-role { font-size: 0.8rem; color: var(--accent); font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 12px; }\n  .bc-team-bio { font-size: 0.8rem; color: var(--muted); line-height: 1.6; }\n\n  \/* CTA *\/\n  .bc-about-cta { background: var(--accent); padding: 80px 60px; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }\n  .bc-about-cta h2 { font-family: var(--syne); font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 800; letter-spacing: -0.02em; color: #fff; line-height: 1.15; }\n  .bc-about-cta-actions { display: flex; gap: 16px; flex-shrink: 0; align-items: center; }\n  .bc-btn-white { background: #fff; color: var(--accent); padding: 16px 32px; border-radius: 4px; font-weight: 700; font-size: 0.9rem; text-decoration: none; transition: all 0.2s; white-space: nowrap; }\n  .bc-btn-white:hover { background: rgba(255,255,255,0.9); }\n  .bc-btn-outline-white { border: 2px solid rgba(255,255,255,0.5); color: #fff; padding: 16px 32px; border-radius: 4px; font-weight: 600; font-size: 0.9rem; text-decoration: none; white-space: nowrap; transition: all 0.2s; }\n  .bc-btn-outline-white:hover { border-color: #fff; }\n\n  @media (max-width: 900px) {\n    .bc-nav { padding: 16px 24px; }\n    .bc-nav-links { display: none; }\n    .bc-about-hero, .bc-values, .bc-story, .bc-team { padding-left: 24px; padding-right: 24px; }\n    .bc-about-hero { grid-template-columns: 1fr; padding-top: 80px; }\n    .bc-values-grid { grid-template-columns: 1fr 1fr; }\n    .bc-story-inner { grid-template-columns: 1fr; }\n    .bc-team-grid { grid-template-columns: 1fr 1fr; }\n    .bc-about-cta { grid-template-columns: 1fr; padding: 60px 24px; }\n    .bc-about-cta-actions { flex-direction: column; align-items: flex-start; }\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=\"#\">Services<\/a><\/li>\n    <li><a href=\"#\">Work<\/a><\/li>\n    <li><a href=\"#\" class=\"active\">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<!-- HERO -->\n<section class=\"bc-about-hero\">\n  <div>\n    <div class=\"bc-tag\">About BabaConnect<\/div>\n    <h1>We&#8217;re the team<br>that makes <em>brands<\/em><br>impossible<br>to ignore.<\/h1>\n  <\/div>\n  <div class=\"bc-about-hero-right\">\n    <p class=\"bc-about-hero-text\">BabaConnect was built on a simple belief: <strong>great marketing should be accessible to every ambitious business<\/strong>, not just the ones with billion-rupee budgets.<\/p>\n    <p class=\"bc-about-hero-text\">We&#8217;re a team of strategists, creatives, data nerds and storytellers who are obsessed with one thing \u2014 <strong>growing your business online<\/strong>. No vanity metrics. No smoke and mirrors. Just real, measurable results.<\/p>\n    <div class=\"bc-about-year\">2020<\/div>\n  <\/div>\n<\/section>\n\n<!-- VALUES -->\n<section class=\"bc-values\">\n  <div class=\"bc-section-label\">What Drives Us<\/div>\n  <h2 class=\"bc-section-title\">Four principles. Every decision.<\/h2>\n  <div class=\"bc-values-grid\">\n    <div class=\"bc-value-card\">\n      <div class=\"bc-value-icon\">\ud83d\udcc8<\/div>\n      <h3>Results Over Optics<\/h3>\n      <p>We don&#8217;t care about looking busy. We care about your revenue growing. Every strategy we build is tied to a number that matters to you.<\/p>\n    <\/div>\n    <div class=\"bc-value-card\">\n      <div class=\"bc-value-icon\">\ud83d\udd2c<\/div>\n      <h3>Data Before Instinct<\/h3>\n      <p>We test, measure, learn and iterate. Our decisions come from dashboards and A\/B tests \u2014 not gut feelings or industry fads.<\/p>\n    <\/div>\n    <div class=\"bc-value-card\">\n      <div class=\"bc-value-icon\">\ud83e\udd1d<\/div>\n      <h3>Partnership, Not Vendor<\/h3>\n      <p>We sit on the same side of the table as you. Your goals are our goals. We communicate transparently, even when the news is tough.<\/p>\n    <\/div>\n    <div class=\"bc-value-card\">\n      <div class=\"bc-value-icon\">\ud83d\ude80<\/div>\n      <h3>Move Fast, Fix Faster<\/h3>\n      <p>Markets move quickly. We adapt our strategies in real time \u2014 cutting what&#8217;s not working and doubling down on what is before the month is over.<\/p>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- STORY -->\n<section class=\"bc-story\">\n  <div class=\"bc-story-inner\">\n    <div>\n      <div class=\"bc-section-label\">Our Journey<\/div>\n      <div class=\"bc-story-timeline\">\n        <div class=\"bc-timeline-item\">\n          <div class=\"bc-timeline-dot\"><div class=\"bc-timeline-year\">20<\/div><\/div>\n          <div class=\"bc-timeline-content\">\n            <div class=\"bc-timeline-title\">BabaConnect is Born<\/div>\n            <div class=\"bc-timeline-desc\">Founded with 3 clients and a laptop. Our founder Arjun Baba started offering SEO and social media services to local businesses in Delhi.<\/div>\n          <\/div>\n        <\/div>\n        <div class=\"bc-timeline-item\">\n          <div class=\"bc-timeline-dot\"><div class=\"bc-timeline-year\">21<\/div><\/div>\n          <div class=\"bc-timeline-content\">\n            <div class=\"bc-timeline-title\">First \u20b91 Crore in Ad Spend Managed<\/div>\n            <div class=\"bc-timeline-desc\">Expanded into paid advertising. Hit our first major milestone managing over \u20b91 Crore in Google and Facebook ad budgets for our growing client roster.<\/div>\n          <\/div>\n        <\/div>\n        <div class=\"bc-timeline-item\">\n          <div class=\"bc-timeline-dot\"><div class=\"bc-timeline-year\">22<\/div><\/div>\n          <div class=\"bc-timeline-content\">\n            <div class=\"bc-timeline-title\">Team of 12 &#038; 60 Clients<\/div>\n            <div class=\"bc-timeline-desc\">Grew our team, added content marketing and email automation services. Started working with e-commerce brands across India.<\/div>\n          <\/div>\n        <\/div>\n        <div class=\"bc-timeline-item\">\n          <div class=\"bc-timeline-dot active\"><div class=\"bc-timeline-year\">25<\/div><\/div>\n          <div class=\"bc-timeline-content\">\n            <div class=\"bc-timeline-title\">200+ Brands. \u20b950Cr+ Ad Spend.<\/div>\n            <div class=\"bc-timeline-desc\">Today we&#8217;re a full-service digital marketing agency serving 200+ brands across India \u2014 from D2C startups to listed companies.<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n    <div class=\"bc-story-right\">\n      <h2>Built for businesses that refuse to play small.<\/h2>\n      <p>When we started BabaConnect, most marketing agencies were either too expensive for small businesses or too inexperienced for serious ones. <strong>We set out to change that.<\/strong><\/p>\n      <p>We embedded ourselves in our clients&#8217; businesses, understood their customers deeply, and built marketing engines that ran on data \u2014 not guesswork. <strong>That approach hasn&#8217;t changed. It&#8217;s just gotten sharper.<\/strong><\/p>\n      <p>Today, our team of 28 specialists serves clients from startups to enterprises across 14 industries. We manage their SEO, ads, social media, content and analytics \u2014 all under one roof, with one point of accountability.<\/p>\n      <div class=\"bc-story-stats\">\n        <div class=\"bc-story-stat\">\n          <div class=\"bc-story-stat-num\">28<span>+<\/span><\/div>\n          <div class=\"bc-story-stat-label\">Team members<\/div>\n        <\/div>\n        <div class=\"bc-story-stat\">\n          <div class=\"bc-story-stat-num\">14<span>+<\/span><\/div>\n          <div class=\"bc-story-stat-label\">Industries served<\/div>\n        <\/div>\n        <div class=\"bc-story-stat\">\n          <div class=\"bc-story-stat-num\">200<span>+<\/span><\/div>\n          <div class=\"bc-story-stat-label\">Brands scaled<\/div>\n        <\/div>\n        <div class=\"bc-story-stat\">\n          <div class=\"bc-story-stat-num\">5<span>yrs<\/span><\/div>\n          <div class=\"bc-story-stat-label\">In the game<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- TEAM -->\n<section class=\"bc-team\">\n  <div class=\"bc-section-label\">The People<\/div>\n  <h2 class=\"bc-section-title\">Meet the minds<br>behind the results<\/h2>\n  <div class=\"bc-team-grid\">\n    <div class=\"bc-team-card\">\n      <div class=\"bc-team-photo bc-team-photo-bg1\">\n        <div class=\"bc-team-avatar\">AB<\/div>\n        <div class=\"bc-team-initials\">AB<\/div>\n      <\/div>\n      <div class=\"bc-team-info\">\n        <div class=\"bc-team-name\">Arjun Baba<\/div>\n        <div class=\"bc-team-role\">Founder &#038; CEO<\/div>\n        <div class=\"bc-team-bio\">10+ years in digital marketing. Ex-Ogilvy. Obsessed with performance marketing and sustainable brand growth.<\/div>\n      <\/div>\n    <\/div>\n    <div class=\"bc-team-card\">\n      <div class=\"bc-team-photo bc-team-photo-bg2\">\n        <div class=\"bc-team-avatar\" style=\"background:linear-gradient(135deg,#00c851,#00a844);\">PS<\/div>\n        <div class=\"bc-team-initials\">PS<\/div>\n      <\/div>\n      <div class=\"bc-team-info\">\n        <div class=\"bc-team-name\">Priya Sharma<\/div>\n        <div class=\"bc-team-role\">Head of SEO<\/div>\n        <div class=\"bc-team-bio\">Google-certified SEO specialist. Has driven organic growth for 80+ brands across e-commerce, SaaS, and services.<\/div>\n      <\/div>\n    <\/div>\n    <div class=\"bc-team-card\">\n      <div class=\"bc-team-photo bc-team-photo-bg3\">\n        <div class=\"bc-team-avatar\" style=\"background:linear-gradient(135deg,#0080ff,#0055cc);\">RK<\/div>\n        <div class=\"bc-team-initials\">RK<\/div>\n      <\/div>\n      <div class=\"bc-team-info\">\n        <div class=\"bc-team-name\">Rohit Kumar<\/div>\n        <div class=\"bc-team-role\">Head of Paid Media<\/div>\n        <div class=\"bc-team-bio\">Managed \u20b930Cr+ in ad spend. Specialist in scaling D2C brands on Meta and Google with 4\u00d7+ ROAS.<\/div>\n      <\/div>\n    <\/div>\n    <div class=\"bc-team-card\">\n      <div class=\"bc-team-photo bc-team-photo-bg4\">\n        <div class=\"bc-team-avatar\" style=\"background:linear-gradient(135deg,#cc00cc,#8800aa);\">NM<\/div>\n        <div class=\"bc-team-initials\">NM<\/div>\n      <\/div>\n      <div class=\"bc-team-info\">\n        <div class=\"bc-team-name\">Neha Malhotra<\/div>\n        <div class=\"bc-team-role\">Creative Director<\/div>\n        <div class=\"bc-team-bio\">Brand storyteller with an eye for viral content. Leads our social media creative team with a focus on engagement and brand love.<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- CTA -->\n<div class=\"bc-about-cta\">\n  <h2>Join 200+ brands that<br>chose to grow smarter.<\/h2>\n  <div class=\"bc-about-cta-actions\">\n    <a href=\"#\" class=\"bc-btn-white\">Get a Free Audit<\/a>\n    <a href=\"#\" class=\"bc-btn-outline-white\">See Our Work<\/a>\n  <\/div>\n<\/div>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>About \u2013 BabaConnect Digital Marketing Agency BabaConnect Services Work About Blog Contact Get a Free Audit \u2192 About BabaConnect We&#8217;re the teamthat makes brandsimpossibleto ignore. BabaConnect was built on a simple belief: great marketing should be accessible to every ambitious business, not just the ones with billion-rupee budgets. We&#8217;re a team of strategists, creatives, data &#8230; <a title=\"About\" class=\"read-more\" href=\"https:\/\/babaconnect.online\/index.php\/about\/\" aria-label=\"Read more about About\">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-23","page","type-page","status-publish"],"_links":{"self":[{"href":"https:\/\/babaconnect.online\/index.php\/wp-json\/wp\/v2\/pages\/23","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=23"}],"version-history":[{"count":1,"href":"https:\/\/babaconnect.online\/index.php\/wp-json\/wp\/v2\/pages\/23\/revisions"}],"predecessor-version":[{"id":24,"href":"https:\/\/babaconnect.online\/index.php\/wp-json\/wp\/v2\/pages\/23\/revisions\/24"}],"wp:attachment":[{"href":"https:\/\/babaconnect.online\/index.php\/wp-json\/wp\/v2\/media?parent=23"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}