{% extends "layout.html" %}
{% set pageTitle = "We’re a digital innovation studio — AUX Studio" %} {% set
studio_banner = [ { banner: "banner_studio--12" } ] %}
{% set og = [ { img:"default.jpg", ogtitle: "AUX Studio – Strategic brand +
product design studio", description: "Hello, we're AUX. We're a strategic design
partner that is interested in solving real-world problems for people and
businesses globally. Plug us in. " } ] %}
{% set tc = [ { tc_title:"AUX Studio – Strategic brand + product design studio",
tc_description: "Hello, we're AUX. We're a strategic design partner that is
interested in solving real-world problems for people and businesses globally.
Plug us in. ", tc_image: "default.jpg" } ] %}
{% set activePage = 'home' %}
{% set work_title = [ { title: "Recent work" } ] %}
{% set wrapper = [ { class:"contract" } ] %}
{% set services_title = [ { title:"Featured services" } ] %}
{% set sub_services = [
{
service_icon:"/assets/img/services/icons/software_as_a_service_consultancy.png",
service_title: "Want to design and test an idea in one week?",
service_description: "We got you – we will help you validate that idea super quickly.",
service_btn: "Learn More",
service_link:"digital-product-design/rapid-prototyping-and-app-design/"
},
{
service_icon: "/assets/img/services/icons/digital_design_systems.png",
service_title: "Need to fix or rebuild your legacy application?",
service_description: "We will help you navigate the complexity of rebuilding or modernising your web application.",
service_btn: "Learn More",
service_link:"design-consultancy/enterprise-design-systems/"
},
{
service_icon: "/assets/img/services/icons/user_research.png",
service_title: "Ship way faster with a custom design system",
service_description: "Enterprise software does not need to be mediocre and slow to rollout.",
service_btn: "Learn More",
service_link:"design-consultancy/react-bootstrap-design-systems/"
} ] %}
{% set work_projects = [
{
work_image: "projects/nook/nook-thumb.jpg",
work_type: "project-tag",
work_category: "Digital product design",
work_title: "From concept to prototype validation in a four day design sprint.",
work_link: "projects/nook-concept-to-protoype-in-four-day-sprint.html"
},
{
work_image: "case-studies/livingston/livingston-thumb.jpg",
work_type: "case-tag",
work_category: "Design Consultancy",
work_title: "Building an Enterprise Design System for Livingston International",
work_link: "cases/building-an-enterprise-design-system-for-livingston-international.html"
},
{ work_image:
"projects/savvy/savvy-thumb.jpg", work_type: "project-tag", work_category:
"Digital product design", work_title: "Strategic product design and engineering
for SaaS company", work_link:
"projects/savvy-strategic-brand-creation-and-product-design.html" } ] %}
{% set cta = [ { cta_link: "/work", cta_btn_title: "See all recent projects" } ]
%}
{% set clients_title = [ { title: "Clients we work with" } ] %}
{% set clients = [
{
client_logo: "/assets/img/clients/livingston.png",
client_link:"https://www.livingstonintl.com/",
client_link_text:"Livingston International logo"
}, {
client_logo: "/assets/img/clients/client_mediclinic.png",
client_link:"https://www.mediclinic.com/en/home.html",
client_link_text:"Mediclinic logo" }, { client_logo:
"/assets/img/clients/client_yellowpages.png",
client_link:"https://www.yellowpages.co.za/", client_link_text:"Yellowpages
logo" }, { client_logo: "/assets/img/clients/client_experien.png",
client_link:"https://www.experian.com/", client_link_text:"Experian logo" }, {
client_logo: "/assets/img/clients/client_merj.png",
client_link:"https://merj.exchange/", client_link_text:"Merj logo" } ] %} {% set
cta_footer = [ { cta_title: "Creators and makers", cta_description: "Meet our
experienced team of designers and developers who loves to make ideas happen.",
cta_button_text: "Meet the team", cta_link: "/team" }, { cta_title: "Plug in a
specialist", cta_description: "Looking to start, refine or reinvent your
business? We have the expertise to support you.", cta_button_text: "See our
services", cta_link: "/services" } ] %}
{% block content %}
{% include "partials/intro-header.html" %}
{% include "partials/sub-services.html" %}
{% include "partials/featured-project.html" %}
{% include "partials/banner-studio.html" %}
{% include "partials/our-work.html" %}
{# {% include "partials/cta-btn.html" %} #}
{% include "partials/clients.html" %}
{# {% include "partials/banner-studio.html" %} #}
{# {% include "partials/cta-footer.html" %} #}
{% endblock %}