What are you seeking?

Graphic design

We offer graphic design services with pricing that adapts to your specific requirements. Get in touch for a quote, and you'll see we're focused on affordability.

Maga Plan

Don't need a full website? just want your menu or your service (barber, salon, etc.) price online. or even just to promte an event we got you. For a fixed price of $7 per month. This is a one-page site with simple designs and details.

Website Services

We believe getting your business online should be simple. That's why we offer free website design. You pay only for hosting and ongoing maintenance, and we handle the rest. Check out our plans and pricies


Select Your Plan Below

Choose the plan that's right for you, witht the fexibility to swtich plan anytime.All our web plans include free website design. *some conditions apply

Pricing Table

Choose Your Plan

AnnuallyMonthly

Standard

$11 BZE

per month (billed annually)

  • ✓ Free Custom domain
  • ✓ Free website design
  • ✓ Basic SEO optimization
  • ✓ One-page design
  • ✓ Responsive layout (mobile-friendly)
  • ✓ Contact form

Premium

$15 BZE

per month (billed annually)

  • ✓ Everything in standard plan
  • ✓ Landing page
  • ✓ Multiple-page
  • ✓ Advance Contact form
  • ✓ Google Map
  • ✓ Custom designs
const toggleSwitch = document.getElementById('toggleSwitch'); const standardPrice = document.getElementById('standardPrice'); const standardBilling = document.getElementById('standardBilling'); const premiumPrice = document.getElementById('premiumPrice'); const premiumBilling = document.getElementById('premiumBilling'); function setAnnually() { standardPrice.textContent = "$11 BZE"; standardBilling.textContent = "per month (billed annually)"; premiumPrice.textContent = "$15 BZE"; premiumBilling.textContent = "per month (billed annually)"; } function setMonthly() { standardPrice.textContent = "$15 BZE"; standardBilling.textContent = "per month"; premiumPrice.textContent = "$20 BZE"; premiumBilling.textContent = "per month"; } toggleSwitch.addEventListener('change', () => { if (toggleSwitch.checked) { setMonthly(); } else { setAnnually(); } }); setAnnually(); // Set default to annual pricing

Ready to start

Fill out the form below and we will get back to you with more details.

Get a Quote

Tell us what design you are looking for?( logo, flyer, business card, etc.)
Give us details or the idea of how you want it.

Thank You

Your message has be sent. we review your message and will get back to you as soon as possible.