Web & Design Services

Monthly billing
Annual billing
Custom Website Design
$
$500-$2k
Per Website
A custom website designed for your business or personal needs at an affordable price.
Service Description:
  • This service includes tailored layouts, graphics, and usability to ensure your online presence reflects your brand and engages your audience effectively.
Social Media Graphics
$
$50-$200
Per Graphic
Elevate your social media presence with our custom graphics service. Starting at just $50.
Service Description:
  • We offer eye-catching designs tailored to your brand, including engaging posts, cover images, and profile pictures that will make your social media profile stand out.
Custom Blog Imagery
$
$45-$180
Per Image
Enhance your blog with our custom imagery service. We provide unique and engaging visuals.
Service Description:
  • Tailored to your content, including featured images, infographics, and illustrations that will captivate your readers and strengthen your brand's identity.
Email Design
$
$100-$300
Per Email
Transform your email marketing with our custom design service.
Service Description:
  • We offer professionally crafted email templates and graphics tailored to your brand, ensuring that every message you send stands out and engages your audience effectively.
Digital Ads Design
$
$100-$500
Per Ad
we deliver compelling ad graphics personalized to your brand.
Service Description:
  • Our service includes tailored visuals optimized for various ad formats across digital platforms, ensuring your brand stands out and captivates your target audience.
Social Media Ad Graphics
$
$100-$450
Per Ad
Level up your social media advertising with our bespoke graphic design service.
Service Description:
  • We craft captivating visuals tailored to your brand, ensuring your ad campaigns stand out and drive engagement across all major platforms.
Website UX/UI Optimization
$
$500-$2k
Per Website
Upgrade your website's performance with our UX/UI optimization service.
Service Description:
  • we fine-tune the user experience and interface design to ensure your site is sleek, intuitive, and conversion-focused. Let's elevate your digital presence to impress and convert visitors.
Monthly Design Assessment and Reporting
$
$200-$500
Per Brand
Stay ahead of the design game with our Monthly Design Assessment and Reporting service.
Service Description:
  • We conduct in-depth evaluations of your design assets and provide comprehensive reports to help you track progress and make informed decisions. Let's keep your brand looking sharp and performing at its best.
Full Content Digital Strategy
$
$500-$2k
Per Brand
Unleash the power of your digital presence with our Full Content Digital Strategy service.
Service Description:
  • We'll craft a comprehensive plan tailored to your brand, including content creation, distribution, and performance tracking. Let's elevate your online impact and drive meaningful connections with your audience.
Collaboration with Influencers
$
$200-$1k
Per Influencer
Amplify your brand's reach through our Collaboration with Influencers service.
Service Description:
  • We'll connect you with the right influencers, manage partnerships, and track performance to ensure maximum impact. Let's spark authentic connections and take your brand to the next level.
Retargeting Ad Design
$
$100-$500
Per Design
Maximize your ad impact with our Retargeting Ad Design service.
Service Description:
  • We craft personalized visuals that re-engage your audience and drive conversions. Let's keep your brand top of mind and boost your ROI with compelling retargeting ads.
Design Automation
$
$200-$800
Per Setup
Streamline your design process with our Design Automation service.
Service Description:
  • We'll implement cutting-edge tools and workflows to enhance efficiency and consistency in your design projects. Let's empower your team to create with agility and precision, so you can focus on what matters most - your creative vision.

Watch how to Setup

Set up

1. Add this Code before closing /body tag

	
   <script>
   
   $(document).ready(function () {
	var clicknum = 0;
   $('#packageSwitch').click(()=>{
  	clicknum++;
  	if(clicknum % 2 ===0){
    	$('.number').each(function () {
        var $this = $(this),
            countTo = $this.attr('data-month');

        $({ countNum: $this.attr('data-year') }).animate({
            countNum: countTo
        },
            {
                duration: 500,
                easing: 'linear',
                step: function (now) {
                    $this.text(Math.round(now.toFixed(2)));
                },
                complete: function () {
                    $this.text(this.countNum);
                }
            });
    });
    }
    else{
    	$('.number').each(function () {
        var $this = $(this),
            countTo = $this.attr('data-year');

        $({ countNum: $this.attr('data-month') }).animate({
            countNum: countTo
        },
            {
                duration: 500,
                easing: 'linear',
                step: function (now) {
                    $this.text(Math.round(now.toFixed(2)));
                },
                complete: function () {
                    $this.text(this.countNum);
                }
             });
         });}
      });
    });
    
   </script>
  

2. Set up the toggle switch

Go ahead and add an ID = "packageSwitch" to the Toggle switch.

This code is a JavaScript script that uses the jQuery library. It sets up an event listener for a click on an element with the ID "packageSwitch" and defines what should happen when that element is clicked.

3. Set up Attributes to the pricing number

Add these attributes to the Pricing number of the build
(you have to add both attributes )

Name=data-month
Value= (your monthly pricing here)

Name=data-year
Value= (your yearly pricing here)

In this code, the "data-month" and "data-year" attributes are used to store numeric values that are used in the jQuery animation. When the user clicks on the "packageSwitch" element, the script reads the values of these attributes for all elements with the "number" class, and then animates the displayed value of those elements from "data-year" to "data-month" or from "data-month" to "data-year", depending on the value of the "clicknum" variable.

4. Add the webflow animaiton to the switch

Add the toggle switch animation from the interaction pannel in the designer.

This is a simple and basic webflow interection which targets the circle to move and make the animation happen. Also it effects the changing of the buttons too, so that you can put different links to the buttons while changing from monthly to yearly plane.

Ready to start working on your next big idea?

Get in touch
Preferences

Privacy is important to us, so you have the option of disabling certain types of storage that may not be necessary for the basic functioning of the website. Blocking categories may impact your experience on the website. More information

These items are required to enable basic website functionality.

Always active

These items are used to deliver advertising that is more relevant to you and your interests.

These items allow the website to remember choices you make (such as your user name, language, or the region you are in) and provide enhanced, more personal features.

These items help the website operator understand how its website performs, how visitors interact with the site, and whether there may be technical issues.

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.