Hangry Joe’s Westminster — Case Study
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
:root{
--bg:#f0f2f5;
--white:#ffffff;
--pink:#e8175d;
--text:#2d2d2d;
--muted:#6b7280;
--border:#e5e7eb;
}
body{
font-family:'DM Sans',sans-serif;
background:var(--bg);
color:var(--text);
line-height:1.6;
font-size:15px;
}
/* ── HERO ── */
.hero{
background:var(--white);
padding:60px 60px 52px;
border-bottom:1px solid var(--border);
}
.hero-inner{max-width:1080px;margin:0 auto;}
.hero-eyebrow{
display:flex;align-items:center;gap:12px;margin-bottom:24px;
}
.hero-badge{
background:rgba(232,23,93,.1);
border:1px solid rgba(232,23,93,.25);
color:var(--pink);
font-size:11px;font-weight:700;
letter-spacing:2px;text-transform:uppercase;
padding:5px 13px;border-radius:2px;
}
.hero-cat{color:var(--muted);font-size:13px;}
.hero-title{
font-family:'Syne',sans-serif;
font-size:clamp(28px,4.5vw,52px);
font-weight:800;
color:var(--text);
line-height:1.08;
margin-bottom:8px;
}
.hero-title .pink{color:var(--pink);}
.hero-sub{
color:var(--muted);
font-size:16px;
font-weight:400;
margin-bottom:32px;
}
.hero-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:48px;}
.htag{
background:var(--bg);
border:1px solid var(--border);
color:var(--text);
font-size:12px;font-weight:500;
padding:5px 13px;border-radius:2px;
}
.hero-kpis{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:1px;
background:var(--border);
border:1px solid var(--border);
border-radius:4px;
overflow:hidden;
}
.kpi{
padding:24px 20px;
text-align:center;
background:var(--bg);
}
.kpi-num{
font-family:'Syne',sans-serif;
font-size:32px;font-weight:800;
color:var(--text);
line-height:1;margin-bottom:5px;
}
.kpi-num.p{color:var(--pink);}
.kpi-lbl{
font-size:11px;font-weight:600;
color:var(--muted);
letter-spacing:1.5px;text-transform:uppercase;
}
/* ── SHARED ── */
.sec-wrap{max-width:1080px;margin:0 auto;padding:0 60px;}
.sec{padding:64px 0;}
.sec-label{
font-size:11px;font-weight:700;
color:var(--pink);
letter-spacing:2.5px;text-transform:uppercase;
margin-bottom:8px;
}
.sec-title{
font-family:'Syne',sans-serif;
font-size:clamp(22px,2.8vw,32px);
font-weight:800;color:var(--text);
margin-bottom:36px;line-height:1.15;
}
/* ── CHALLENGE ── */
.challenge-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
.ccard{
background:var(--white);
border:1px solid var(--border);
border-radius:4px;
padding:26px;
}
.ccard h3{
font-family:'Syne',sans-serif;
font-size:15px;font-weight:700;
color:var(--text);
margin-bottom:8px;
display:flex;align-items:center;gap:10px;
}
.ccard h3::before{
content:'';width:7px;height:7px;
border-radius:50%;background:var(--pink);flex-shrink:0;
}
.ccard p{font-size:14px;color:var(--muted);line-height:1.75;}
/* ── PHASES ── */
.phases{display:flex;flex-direction:column;gap:16px;}
.phase{
background:var(--white);
border:1px solid var(--border);
border-radius:4px;
padding:32px;
display:grid;
grid-template-columns:160px 1fr;
gap:36px;align-items:start;
}
.ph-num{
font-family:'Syne',sans-serif;
font-size:48px;font-weight:800;
color:var(--bg);line-height:1;margin-bottom:6px;
}
.ph-badge{
font-size:11px;font-weight:700;
color:var(--pink);
letter-spacing:1.5px;text-transform:uppercase;
margin-bottom:5px;
}
.ph-title{
font-family:'Syne',sans-serif;
font-size:17px;font-weight:800;color:var(--text);
}
.ph-items{display:flex;flex-direction:column;gap:10px;}
.ph-item{
font-size:14px;color:var(--text);
line-height:1.65;
display:flex;align-items:flex-start;gap:10px;
}
.ph-item::before{
content:'';width:6px;height:6px;
border-radius:50%;background:var(--pink);
flex-shrink:0;margin-top:7px;
}
/* ── SCREENSHOTS ── */
.shots-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;}
.shot{
background:var(--white);
border:1px solid var(--border);
border-radius:4px;overflow:hidden;
}
.shot.full{grid-column:1/-1;}
.shot img{
width:100%;display:block;
height:250px;
object-fit:cover;object-position:top;
background:var(--bg);
}
.shot.tall img{height:310px;}
.shot.wide img{height:200px;}
.shot-lbl{
padding:11px 15px;
font-size:11px;font-weight:600;
color:var(--muted);
letter-spacing:1px;text-transform:uppercase;
border-top:1px solid var(--border);
}
/* ── RESULTS GRID ── */
.res-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:16px;}
.rcard{
background:var(--white);
border:1px solid var(--border);
border-radius:4px;padding:24px 20px;
}
.rcard-lbl{
font-size:11px;font-weight:700;
color:var(--muted);
letter-spacing:2px;text-transform:uppercase;margin-bottom:10px;
}
.rcard-num{
font-family:'Syne',sans-serif;
font-size:32px;font-weight:800;
color:var(--text);line-height:1;margin-bottom:5px;
}
.rcard-num.p{color:var(--pink);}
.rcard-desc{font-size:13px;color:var(--muted);line-height:1.55;}
/* ── ADS CARDS ── */
.ads-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;}
.acard{
background:var(--white);
border:1px solid var(--border);
border-left:3px solid var(--pink);
border-radius:4px;padding:24px 22px;
}
.acard-title{
font-size:11px;font-weight:700;
color:var(--pink);letter-spacing:1.5px;
text-transform:uppercase;margin-bottom:16px;
}
.amet{
display:flex;justify-content:space-between;align-items:center;
padding:8px 0;
border-bottom:1px solid var(--border);
}
.amet:last-child{border-bottom:none;}
.amet-lbl{font-size:13px;color:var(--muted);}
.amet-val{font-size:15px;font-weight:700;color:var(--text);}
.amet-val.p{color:var(--pink);}
.amet-val.sm{font-size:13px;}
/* ── OUTCOME ── */
.outcome{
background:var(--white);
border:1px solid var(--border);
border-radius:4px;
padding:52px 48px;
text-align:center;
margin-top:16px;
}
.out-label{
font-size:11px;font-weight:700;
color:var(--pink);letter-spacing:2.5px;
text-transform:uppercase;margin-bottom:14px;
}
.out-title{
font-family:'Syne',sans-serif;
font-size:clamp(24px,3.5vw,42px);
font-weight:800;color:var(--text);
margin-bottom:16px;line-height:1.1;
}
.out-title .pink{color:var(--pink);}
.out-desc{
font-size:15px;color:var(--muted);
max-width:560px;margin:0 auto 36px;line-height:1.8;
}
.out-pills{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;}
.opill{
background:var(--bg);
border:1px solid var(--border);
color:var(--text);
font-size:13px;font-weight:600;
padding:8px 16px;border-radius:2px;
}
/* ── SECTION BG ALTERNATING ── */
.bg-white{background:var(--white);}
.bg-grey{background:var(--bg);}
/* ── RESPONSIVE ── */
@media(max-width:900px){
.hero{padding:40px 24px 36px;}
.sec-wrap{padding:0 24px;}
.hero-kpis{grid-template-columns:repeat(2,1fr);}
.challenge-grid{grid-template-columns:1fr;}
.phase{grid-template-columns:1fr;gap:14px;}
.ph-num{font-size:36px;}
.shots-grid{grid-template-columns:1fr;}
.shot.full{grid-column:auto;}
.res-grid{grid-template-columns:1fr 1fr;}
.ads-row{grid-template-columns:1fr;}
.outcome{padding:36px 24px;}
}
@media(max-width:600px){
.hero-kpis{grid-template-columns:1fr 1fr;}
.res-grid{grid-template-columns:1fr;}
.hero-title{font-size:26px;}
.sec-title{font-size:20px;}
.kpi-num{font-size:26px;}
}
Case Study
Fast Food · Westminster, MD
Hangry Joe’s Hot Chicken & Wings Westminster
From zero online presence to a successful Grand Opening — built completely from scratch.
Marketing Strategy
Website (Go High Level)
Social Media Management
Meta Ads
GHL Automation
Email & SMS Marketing
Google Business Profile
Apple Business Connect
53,264
Google Profile Views
The Challenge
Starting From Absolute Zero
No Online Presence
Brand new location with no website, no social media, no Google listing, no Apple Maps — completely invisible online before we started.
No Audience
Zero followers, zero email list, zero community. Needed to build excitement and collect leads before the doors even opened.
Grand Opening Pressure
A successful Grand Opening required real foot traffic on day one — meaning awareness, lead capture, and nurturing all had to happen before launch.
No Marketing System
No CRM, no automation, no follow-up system. Everything needed to be built and connected from scratch before the first customer walked in.
Strategy & Execution
A 3-Phase Full Digital Build
01
Phase One
Pre-Launch Foundation
Developed a full digital marketing strategy tailored to the Westminster location and its local market.
Built the complete website from scratch on Go High Level — menu, online ordering, franchising, careers, and waiver pages.
Created and set up all social media accounts from zero — Facebook, Instagram, and TikTok.
Created, verified, and fully optimized the Google Business Profile for local search visibility.
Created and verified the Apple Business Connect listing for Apple Maps visibility.
Built the “Join the Flock” GHL automation — auto-sending SMS and email confirmation to every Grand Opening sign-up instantly.
02
Phase Two
Pre-Marketing Campaign
Launched the “Join the Flock” Grand Opening campaign across paid and organic channels to build a warm audience before opening day.
Ran Meta Ads using instant lead forms — generating 665 leads at just $0.39 per lead with only $261.45 in ad spend.
Ran a second website form campaign — generating 146 additional leads at $2.62 per lead.
Combined paid and organic to collect 1,347 total Grand Opening registrations.
Every sign-up automatically received a personalised SMS and email through GHL — keeping the audience warm until opening day.
03
Phase Three
Grand Opening & Ongoing
Used the collected audience to drive real foot traffic on Grand Opening day — turning digital sign-ups into in-store customers.
Ran post-opening promotions through email and SMS to re-engage the list and bring customers back.
Ongoing social media management — creating posts and reels for Facebook, Instagram, and TikTok.
Continued optimizing Google Business Profile and Apple Maps for ongoing local discovery.
Work Delivered
Screenshots & Proof
Website — Built on Go High Level
GHL Automation — Join the Flock Workflow
Meta Ads — 665 Leads at $0.39 (Instant Form)
Meta Ads — 146 Leads via Website Form
Google Business Profile — 53,264 Views · 4,206 Interactions
Apple Business Connect — 200 Monthly Taps
Apple Business Connect — Search Insights
Facebook Page — 1,300 Followers
Instagram — 425 Followers · 276 Posts
TikTok — 833 Followers · 5,294 Likes
The Results
Real Numbers. Real Impact.
Pre-launch Sign-ups
1,347
Total “Join the Flock” registrations from paid and organic before Grand Opening
Google Profile Views
53,264
People viewed the Google Business Profile — Jan to Jun 2026
Search Appearances
33,048
Times the business appeared in Google search results
Profile Interactions
4,206
Total interactions on the Google Business Profile
Apple Maps Taps
200
Monthly taps — 62 directions, 64 website clicks, 96 photo views
Total Social Followers
2,558
Facebook (1.3K) · Instagram (425) · TikTok (833) — all built from zero
Meta Ads — Instant Form Campaign
Total Leads665
Cost Per Lead$0.39
Total Ad Spend$261.45
PeriodMar 29 – May 29
Meta Ads — Website Form Campaign
Total Leads146
Cost Per Lead$2.62
Total Ad Spend$381.86
PeriodSep – Dec
The Outcome
Successful Grand Opening ✓
Starting from zero — no website, no social media, no audience — we built a complete digital presence, collected 1,347 pre-launch sign-ups, and delivered a successful Grand Opening with real foot traffic on day one.
Website Built from Scratch
1,347 Pre-launch Sign-ups
$0.39 Cost Per Lead
53K+ Google Profile Views
Full GHL Automation
2,558 Social Followers
Successful Grand Opening
Hangry Joe’s Westminster — Case Study
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
:root{
--black:#111111;
--dark:#1a1a1a;
--bg:#f0f2f5;
--white:#ffffff;
--pink:#e8175d;
--text:#2d2d2d;
--muted:#6b7280;
--border:#e5e7eb;
--card:#ffffff;
}
body{
font-family:'DM Sans',sans-serif;
background:var(--bg);
color:var(--text);
line-height:1.6;
}
/* ── HERO ── */
.hero{
background:var(--black);
padding:72px 60px 64px;
position:relative;
overflow:hidden;
}
.hero::after{
content:'';
position:absolute;
inset:0;
background:radial-gradient(ellipse at 80% 40%,rgba(232,23,93,.13) 0%,transparent 55%);
pointer-events:none;
}
.hero-inner{max-width:1080px;margin:0 auto;position:relative;z-index:1;}
.hero-eyebrow{
display:flex;align-items:center;gap:12px;margin-bottom:28px;
}
.hero-badge{
background:rgba(232,23,93,.15);
border:1px solid rgba(232,23,93,.3);
color:var(--pink);
font-family:'DM Sans',sans-serif;
font-size:11px;font-weight:600;
letter-spacing:2px;text-transform:uppercase;
padding:5px 14px;border-radius:2px;
}
.hero-cat{color:rgba(255,255,255,.35);font-size:13px;}
.hero-title{
font-family:'Syne',sans-serif;
font-size:clamp(32px,5.5vw,60px);
font-weight:800;
color:var(--white);
line-height:1.07;
margin-bottom:6px;
}
.hero-title .pink{color:var(--pink);}
.hero-sub{
color:rgba(255,255,255,.45);
font-size:17px;
font-weight:300;
margin-bottom:36px;
}
.hero-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:56px;}
.htag{
background:rgba(255,255,255,.06);
border:1px solid rgba(255,255,255,.1);
color:rgba(255,255,255,.65);
font-size:12px;font-weight:500;
padding:5px 13px;border-radius:2px;
}
.hero-kpis{
display:grid;
grid-template-columns:repeat(4,1fr);
border:1px solid rgba(255,255,255,.08);
border-radius:4px;
overflow:hidden;
}
.kpi{
padding:26px 20px;
text-align:center;
background:rgba(255,255,255,.03);
border-right:1px solid rgba(255,255,255,.06);
}
.kpi:last-child{border-right:none;}
.kpi-num{
font-family:'Syne',sans-serif;
font-size:34px;font-weight:800;
color:var(--white);line-height:1;
margin-bottom:5px;
}
.kpi-num.p{color:var(--pink);}
.kpi-lbl{font-size:11px;font-weight:600;color:rgba(255,255,255,.35);letter-spacing:1.5px;text-transform:uppercase;}
/* ── SECTION WRAPPER ── */
.wrap{max-width:1080px;margin:0 auto;padding:0 60px;}
.sec{padding:72px 0;}
.sec-label{font-size:11px;font-weight:700;color:var(--pink);letter-spacing:2.5px;text-transform:uppercase;margin-bottom:8px;}
.sec-title{font-family:'Syne',sans-serif;font-size:clamp(24px,3vw,34px);font-weight:800;color:var(--text);margin-bottom:40px;line-height:1.15;}
/* ── CHALLENGE ── */
.challenge-bg{background:var(--white);}
.challenge-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.ccard{
background:var(--bg);
border-radius:4px;
padding:28px;
}
.ccard h3{
font-family:'Syne',sans-serif;
font-size:15px;font-weight:700;
color:var(--text);
margin-bottom:10px;
display:flex;align-items:center;gap:10px;
}
.ccard h3::before{
content:'';
width:7px;height:7px;
border-radius:50%;
background:var(--pink);
flex-shrink:0;
}
.ccard p{font-size:14px;color:var(--muted);line-height:1.75;}
/* ── DIVIDER ── */
.divider{background:var(--white);}
.divider hr{max-width:1080px;margin:0 auto;padding:0 60px;border:none;border-top:1px solid var(--border);}
/* ── PHASES ── */
.phases-bg{background:var(--bg);}
.phases{display:flex;flex-direction:column;gap:20px;}
.phase{
background:var(--white);
border-radius:4px;
padding:36px;
display:grid;
grid-template-columns:180px 1fr;
gap:40px;
align-items:start;
}
.ph-num{
font-family:'Syne',sans-serif;
font-size:52px;font-weight:800;
color:var(--bg);
line-height:1;margin-bottom:6px;
}
.ph-badge{
font-size:11px;font-weight:700;
color:var(--pink);
letter-spacing:1.5px;text-transform:uppercase;
margin-bottom:6px;
}
.ph-title{
font-family:'Syne',sans-serif;
font-size:18px;font-weight:800;
color:var(--text);
}
.ph-items{display:flex;flex-direction:column;gap:12px;}
.ph-item{
font-size:14px;color:var(--text);
line-height:1.65;
display:flex;align-items:flex-start;gap:12px;
}
.ph-item::before{
content:'';
width:6px;height:6px;
border-radius:50%;
background:var(--pink);
flex-shrink:0;margin-top:7px;
}
/* ── SCREENSHOTS ── */
.shots-bg{background:var(--white);}
.shots-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
.shot{
background:var(--bg);
border-radius:4px;
overflow:hidden;
border:1px solid var(--border);
}
.shot.full{grid-column:1/-1;}
.shot img{
width:100%;
display:block;
height:260px;
object-fit:cover;
object-position:top;
background:var(--border);
}
.shot.tall img{height:320px;}
.shot.wide img{height:220px;}
.shot-lbl{
padding:12px 16px;
font-size:11px;font-weight:600;
color:var(--muted);
letter-spacing:1px;text-transform:uppercase;
background:var(--white);
border-top:1px solid var(--border);
}
/* ── RESULTS ── */
.results-bg{background:var(--black);}
.results-bg .sec-label{color:var(--pink);}
.results-bg .sec-title{color:var(--white);}
.res-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:20px;}
.rcard{
background:rgba(255,255,255,.05);
border:1px solid rgba(255,255,255,.08);
border-radius:4px;
padding:26px 22px;
}
.rcard-lbl{font-size:11px;font-weight:700;color:rgba(255,255,255,.3);letter-spacing:2px;text-transform:uppercase;margin-bottom:10px;}
.rcard-num{font-family:'Syne',sans-serif;font-size:34px;font-weight:800;color:var(--white);line-height:1;margin-bottom:5px;}
.rcard-num.p{color:var(--pink);}
.rcard-desc{font-size:13px;color:rgba(255,255,255,.4);line-height:1.55;}
.ads-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;}
.acard{
background:rgba(232,23,93,.08);
border:1px solid rgba(232,23,93,.2);
border-radius:4px;
padding:26px 22px;
}
.acard-title{font-size:11px;font-weight:700;color:var(--pink);letter-spacing:1.5px;text-transform:uppercase;margin-bottom:18px;}
.amet{
display:flex;justify-content:space-between;align-items:center;
padding:9px 0;
border-bottom:1px solid rgba(255,255,255,.06);
}
.amet:last-child{border-bottom:none;}
.amet-lbl{font-size:13px;color:rgba(255,255,255,.45);}
.amet-val{font-size:16px;font-weight:700;color:var(--white);}
.amet-val.p{color:var(--pink);}
.amet-val.sm{font-size:13px;}
/* ── OUTCOME ── */
.outcome-bg{background:var(--pink);}
.outcome-inner{max-width:1080px;margin:0 auto;padding:72px 60px;text-align:center;}
.out-label{font-size:11px;font-weight:700;color:rgba(255,255,255,.6);letter-spacing:2.5px;text-transform:uppercase;margin-bottom:14px;}
.out-title{
font-family:'Syne',sans-serif;
font-size:clamp(28px,4vw,48px);
font-weight:800;color:var(--white);
margin-bottom:18px;line-height:1.1;
}
.out-desc{
font-size:16px;color:rgba(255,255,255,.8);
max-width:580px;margin:0 auto 44px;
line-height:1.75;
}
.out-pills{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;}
.opill{
background:rgba(255,255,255,.15);
border:1px solid rgba(255,255,255,.25);
color:var(--white);
font-size:13px;font-weight:600;
padding:8px 18px;border-radius:2px;
}
/* ── RESPONSIVE ── */
@media(max-width:900px){
.hero{padding:52px 24px 48px;}
.wrap{padding:0 24px;}
.hero-kpis{grid-template-columns:repeat(2,1fr);}
.kpi{border-right:none;border-bottom:1px solid rgba(255,255,255,.06);}
.challenge-grid{grid-template-columns:1fr;}
.phase{grid-template-columns:1fr;gap:16px;}
.ph-num{font-size:36px;}
.shots-grid{grid-template-columns:1fr;}
.shot.full{grid-column:auto;}
.res-grid{grid-template-columns:1fr 1fr;}
.ads-row{grid-template-columns:1fr;}
.outcome-inner{padding:52px 24px;}
}
@media(max-width:600px){
.hero-kpis{grid-template-columns:1fr 1fr;}
.res-grid{grid-template-columns:1fr;}
.hero-title{font-size:28px;}
.sec-title{font-size:22px;}
}
Case Study
Fast Food · Westminster, MD
Hangry Joe’s
Hot Chicken & Wings
Westminster
From zero online presence to a successful Grand Opening — built from scratch.
Marketing Strategy
Website (Go High Level)
Social Media Management
Meta Ads
GHL Automation
Email & SMS Marketing
Google Business Profile
Apple Business Connect
53,264
Google Profile Views
The Challenge
Starting From Absolute Zero
No Online Presence
Brand new location with no website, no social media, no Google listing, no Apple Maps — completely invisible online before we started.
No Audience
Zero followers, zero email list, zero community. Needed to build excitement and collect leads before the doors even opened.
Grand Opening Pressure
A successful Grand Opening required real foot traffic on day one — meaning we had to build awareness, capture leads, and nurture them all before launch.
No Marketing System
No CRM, no automation, no follow-up system. Everything needed to be built and connected from scratch before the first customer walked in.
Strategy & Execution
A 3-Phase Full Digital Build
01
Phase One
Pre-Launch Foundation
Developed a full digital marketing strategy tailored to the Westminster location and its local market.
Built the complete website from scratch on Go High Level — menu, online ordering, franchising, careers, and waiver pages.
Created and set up all social media accounts from zero — Facebook, Instagram, and TikTok.
Created, verified, and fully optimized the Google Business Profile for local search visibility.
Created and verified the Apple Business Connect listing for Apple Maps visibility.
Built the “Join the Flock” GHL automation workflow — auto-sending SMS and email confirmation to every Grand Opening sign-up instantly.
02
Phase Two
Pre-Marketing Campaign
Launched the “Join the Flock” Grand Opening campaign across paid and organic channels to build a warm audience before opening day.
Ran Meta Ads using instant lead forms — generating 665 leads at just $0.39 per lead with only $261.45 in ad spend.
Ran a second website form campaign — generating 146 additional leads at $2.62 per lead.
Combined paid and organic sign-ups to collect 1,347 total Grand Opening registrations.
Every sign-up automatically received a personalised SMS and email through the GHL workflow — keeping the audience warm until opening day.
03
Phase Three
Grand Opening & Ongoing
Used the collected audience to drive real foot traffic on Grand Opening day — turning digital sign-ups into in-store customers.
Ran post-opening promotions through email and SMS to re-engage the “Join the Flock” list and bring customers back repeatedly.
Ongoing social media management — creating posts and reels for Facebook, Instagram, and TikTok to grow the brand consistently.
Continued optimizing Google Business Profile and Apple Maps listings for ongoing local discovery.
Work Delivered
Screenshots & Proof
Website — Built on Go High Level
GHL Automation — Join the Flock Workflow
Meta Ads — 665 Leads at $0.39 (Instant Form)
Meta Ads — 146 Leads via Website Form
Google Business Profile — 53,264 Views · 4,206 Interactions
Apple Business Connect — 200 Monthly Taps
Facebook Page — 1,300 Followers
Instagram — 425 Followers · 276 Posts
TikTok — 833 Followers · 5,294 Likes
Apple Business Connect — Search Insights
The Results
Real Numbers. Real Impact.
Pre-launch Sign-ups
1,347
Total “Join the Flock” registrations from paid and organic before Grand Opening
Google Profile Views
53,264
People viewed the Google Business Profile — Jan to Jun 2026
Search Appearances
33,048
Times the business appeared in Google search results
Profile Interactions
4,206
Total interactions on the Google Business Profile
Apple Maps Taps
200
Monthly taps — 62 direction requests, 64 website clicks, 96 photo views
Total Social Followers
2,558
Across Facebook (1.3K), Instagram (425), TikTok (833) — all built from zero
Meta Ads — Instant Form Campaign
Total Leads665
Cost Per Lead$0.39
Total Ad Spend$261.45
PeriodMar 29 – May 29
Meta Ads — Website Form Campaign
Total Leads146
Cost Per Lead$2.62
Total Ad Spend$381.86
PeriodSep – Dec
The Outcome
Successful Grand Opening. ✓
Starting from zero — no website, no social media, no audience — we built a complete digital presence, collected 1,347 pre-launch sign-ups, and delivered a successful Grand Opening with real foot traffic on day one.
Website Built from Scratch
1,347 Pre-launch Sign-ups
$0.39 Cost Per Lead
53K+ Google Profile Views
Full GHL Automation
2,558 Social Followers
Successful Grand Opening