Hey lovely,
So glad you're here.
I'm Emma - Business Strategist, Systems Queen, and Tea-Loving Brit in Brisbane.
Helping you turn your expertise into a simple, scalable business... ...so you can have more profit, more freedom, and more time for what matters most.
Fun facts about me
I’m a tea drinker through and through (coffee just isn’t my thing)
My happy place is a sunny afternoon on the deck overlooking the ocean with a notebook and a fresh idea
I’m low-key obsessed with ClickUp, Kajabi, and anything that saves time
Metallica is one of my all time favourite bands!
I only like the UK version of Cadbury chocolate.
All The Tools You Need To Build A Successful Online Business
This is a feature block - ensure that you have added this custom code to the CSS on the page you use it in,
div.feature {
position: relative;
z-index: 2;
}
All The Tools You Need To Build A Successful Online Business
Lorem ipsum dolor sit amet, metus at rhoncus dapibus, habitasse vitae cubilia odio sed. Mauris pellentesque eget lorem malesuada wisi nec, nullam mus. Mauris vel mauris. Orci fusce ipsum faucibus scelerisque.
All The Tools You Need To Build A Successful Online Business
Check the block ID for this section and add replace in the code below, then add this code to the custom CSS
#block-1746254705956_1 {
position: relative;
z-index: 2;
margin-right: -50px;
}
All The Tools You Need To Build A Successful Online Business
Lorem ipsum dolor sit amet, metus at rhoncus dapibus, habitasse vitae cubilia odio sed. Mauris pellentesque eget lorem malesuada wisi nec, nullam mus. Mauris vel mauris. Orci fusce ipsum faucibus scelerisque.
All The Tools You Need To Build A Successful Online Business
Lorem ipsum dolor sit amet, metus at rhoncus dapibus, habitasse vitae cubilia odio sed. Mauris pellentesque eget lorem malesuada wisi nec, nullam mus. Mauris vel mauris. Orci fusce ipsum faucibus scelerisque.
Access my Mindset Resources
to [insert outcome] your business.
Download
Awesome Resource #1
Lorem ipsum dolor sit amet, metus at rhoncus dapibus, habitasse vitae cubilia odio sed. Lorem ipsum dolor sit amet, metus at rhoncus dapibus, habitasse vitae cubilia odio sed.
Schedule
a 20 Minute Call
Lorem ipsum dolor sit amet, metus at rhoncus dapibus, habitasse vitae cubilia odio sed. Lorem ipsum dolor sit amet, metus at rhoncus dapibus, habitasse vitae cubilia odio sed.
Find
The Perfect Mini Training
Lorem ipsum dolor sit amet, metus at rhoncus dapibus, habitasse vitae cubilia odio sed. Lorem ipsum dolor sit amet, metus at rhoncus dapibus, habitasse vitae cubilia odio sed.

The Top 10 Things Successful Entrepreneurs Have In Common
Foam, breve extra , aromatic black barista, robust, cultivar, aftertaste affogato sweet milk steamed. Redeye, kopi-luwak, extra , caramelization cup sugar, caramelization cinnamon coffee irish et aromatic sit arabica et cultivar aroma dark body.
On Socials
All The Tools You Need To Build A Successful Online Business

Lorem ipsum dolor sit amet, metus at rhoncus dapibus, habitasse vitae cubilia odio sed. Mauris pellentesque eget lorem malesuada wisi nec, nullam mus. Mauris vel mauris. Orci fusce ipsum faucibus scelerisque.
[TITLE OF OFFER]
SUBTITLE OF OFFER
This creates the SOLID pink border around this section, you just need to replace the section ID for all the sections you want it to work for. Add in more section codes if relevant and separate with a comma.
- Bullet 1
- Bullet 2
- Bullet 3
/* SECTION BORDER - solid pink border*/
#section-1747025726172 {
border: 1px solid #DABCCC;
padding: 30px; /* space inside the border */
margin: 20px auto; /* top/bottom margin + auto center */
max-width: calc(100% - 40px); /* ensures 20px space left + right */
border-radius: 8px;
background-color: #ffffff; /* optional: adds contrast */
box-sizing: border-box; /* ensures padding doesn't break layout */
}
[TITLE OF OFFER]
SUBTITLE OF OFFER
Brief details of offer, with enough info to encourage people to click through for the full sales page.
This creates the dashed pink border around this section, you just need to replace the section ID for all the sections you want it to work for. Add in more section codes if relevant and separate with a comma.
/* SECTION BORDER - DASHED pink border*/
include @media (min-width: 768px) { and } at the end if you only want this to display on larger screen sizes
#section-1747027314667 {
border: 1px dashed #DABCCC;
padding: 30px; /* space inside the border */
margin: 20px auto; /* top/bottom margin + auto center */
max-width: calc(100% - 40px); /* ensures 20px space left + right */
border-radius: 8px;
background-color: #ffffff; /* optional: adds contrast */
box-sizing: border-box; /* ensures padding doesn't break layout */
}
LINK TO ADDITIONAL DETAILS/WAITLIST/APPLICATION
Subtitle for this section
Title for this section
A quick-start training and prompts to help you create a detailed plan for your offer using AI. Perfect for idea-stage creators who want to get clear on their offer topic, positioning, and content.
TELL ME MORE
Jon Doe
Lorem ipsum dolor sit amet, metus at rhoncus dapibus, habitasse vitae cubilia odio sed. Lorem ipsum dolor sit amet, metus at rhoncus dapibus, habitasse vitae cubilia odio sed.
Join Our Free Trial
Get started today before this once in a lifetime opportunity expires.
TICKER EFFECT SCROLL
Add this code to the custom code on the page that you want to use this section on, then delete this text block.
/*TICKER EFFECT SCROLL*/
<style>
.custom-ticker {
overflow: hidden;
width: 100%;
background: #ffffff;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
padding: 10px 0;
}
.ticker-track {
display: flex;
animation: ticker-scroll 30s linear infinite;
width: max-content;
}
.ticker-item {
flex: 0 0 auto;
margin-right: 50px;
font-size: 16px;
white-space: nowrap;
color: #333;
}
@keyframes ticker-scroll {
0% {
transform: translateX(0%);
}
100% {
transform: translateX(-50%);
}
}
</style>
