top of page
IMG_7876_edited_edited.jpg
copywriting cove logo

Writing that transforms a browser into a loyal customer 

So you can breathe easy knowing the marketing side is thriving, and without the worry of marketing hiccups holding you back.

 

So you got wind that copywriting drives sales, but still, you question.. 

can a copywriter really make a difference in my sales.  

 

The answer: Absolutely, good copy can make or break a businesses marketing and can make a night & day difference in the amount of money you bring in.

Here's problem though, you dont have the time or desire to learn (or write)
good copy. 

Perhaps you've invested in a course that's been gathering dust in your folder.

 

Or you've bookmarked some videos for a vague 'later.'

 

The reality is, you can spend your valuable time trying to figure it all out, or you can put an end to the 'I'll do it later' cycle. Take a glimpse at what I offer, and let's get things moving.

My Services

 
In the realm of marketing, my expertise lies in three pivotal areas: website copywriting, email marketing, and social media posts. Through skillful writing, I optimize these channels to skyrocket business conversion rates. Whether it's crafting compelling website content, devising engaging email campaigns, or creating impactful social media messaging, I'm here to drive your business towards unparalleled success.

What-is-Your-Website-Design-Process-Blog-Post-Feature-Image-36119-01-1024x537.png

Website 

For countless businesses, websites serve as the beating heart of revenue generation. I specialize in crafting compelling website copy that almost forces every visitor to take action and make a purchase. I  also assort a collection of SEO words, securing your businesses spot on page one.

Emails

Did you know that an average of 30% of all revenue comes from email marketing? If your numbers are below that, its time to scale your email campaigns. And as your go-to copywriter, I'm all about turning those emails into money-making machines.

email-background-t0cbknt4ahfsy4rc.jpg
c539d195aa09d463ec863511f31ad6a3.jpg

Social Media 

Social media is the cornerstone of modern brand communication. And it is the best way to build a monetizable audience. I'll create social media posts that actively build and nurture a community, providing your company with a distinct and memorable voice that makes people want to buy. I can also create video scripts for long form and short form content. 

So Here's the plan

  • Brand research and questionnaire

  • 90 minute planning session on zoom

  • Assortment of social media posts (5-10 a week)

  • Email sequences ( 3 emails per week)

  • Website copy and 5-10 SEO keywords (2-3 weeks to deliver in full)

  • A 30 -60 minute checkup call every 2 weeks

  • All files delivered via google drive

 

No One-Size-Fits-All Plans. 

This is plan is only a roadmap so you can get an idea of what you're getting. Get in contact with me so we can determine the best plan & price tailored for you

 

Sound fair enough?

email copywriting

Looking to add that "pop" to your writing?

Subscribe to receive the emails that'll guide you in transforming your current writing into captivating, can't-put-it-down copy. 

Welcome aboard! My email might be playing hide-and-seek in your inbox, so check all folders – it's not your average newsletter!

bottom of page
import React, { useState } from 'react'; const difficulties = ['Easy', 'Medium', 'Hard', 'Expert', 'Master']; const styles = ['Friendly', 'Neutral', 'Challenging', 'Aggressive', 'Passive']; const App = () => { const [difficulty, setDifficulty] = useState(difficulties[0]); const [style, setStyle] = useState(styles[0]); const [scenario, setScenario] = useState(''); const [conversation, setConversation] = useState([]); const [progress, setProgress] = useState(0); const handleStartCall = () => { setConversation([]); setProgress(0); const greeting = `Hello, I'm your ${style} client. How can you help me today?`; setConversation((prevConversation) => [...prevConversation, { text: greeting, isAI: true }]); }; const handleUserInput = (event) => { event.preventDefault(); const userInput = event.target.elements.userInput.value; setConversation((prevConversation) => [...prevConversation, { text: userInput, isAI: false }]); event.target.elements.userInput.value = ''; setProgress((prevProgress) => Math.min(prevProgress + 10, 100)); const response = `This is a sample response from the AI. Difficulty: ${difficulty}, Style: ${style}`; setConversation((prevConversation) => [...prevConversation, { text: response, isAI: true }]); }; return (

Sales Training AI