{% extends 'page_header.html.twig' %}
{% block page_header '' %}
{% block page_container %}
<section class="section-box">
<div class="banner-hero banner-2 bg-about-1">
<div class="container">
<div class="row">
<div class="col-lg-7"><span class="tag-1 color-orange-900">What We Do, What You Get</span>
<h1 class="text-display-3 mt-30">A small creative team excited to create beautiful things</h1>
<p class="text-body-lead-large color-gray-500 mt-40 pr-40">Integrated workflow designed for product teams. We create world-class development and branding</p>
</div>
<div class="col-lg-5 d-none d-lg-block">
<div class="banner-imgs">
<div class="block-1 shape-1">
</div>
<img class="img-responsive shape-2" alt="Agon" src="{{ asset('themes/castine/assets/imgs/page/about/1/banner1.png') }}">
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section-box mt-60">
<div class="container">
<div class="text-center mb-20"><span class="tag-1 bg-6 color-green-900">What We Do, What You Get</span></div>
<div class="row">
<div class="col-lg-2 col-sm-1 col-12"></div>
<div class="col-lg-8 col-sm-10 col-12 text-center">
<h2 class="text-heading-1 color-gray-900">Bringing the world's<br class="d-lg-block d-none"> ideas to life</h2>
<p class="text-body-lead-large color-gray-600 mt-20">We offer a comprehensive suite of services to help you achieve success in your venture.</p>
</div>
<div class="col-lg-2 col-sm-1 col-12"></div>
</div>
</div>
<div class="container mt-70">
<div class="row">
<div class="col-lg-4 col-sm-12">
<div class="card-grid-1 bg-5 bg-business hover-up">
<div class="grid-1-img"><img src="{{ asset('themes/castine/assets/imgs/page/homepage1/business-strategy.svg') }}" alt="Agon"></div>
<h3 class="text-heading-3 mt-20">Business Development</h3>
<p class="text-body-excerpt mt-20">Our business development services are designed to help you build a strong foundation for your company. We offer services such as concept and visioning, concept validation, and competitor analysis to help you develop a winning strategy.</p>
<div class="mt-30"><a class="btn btn-default btn-white icon-arrow-right" href="{{ path('route_218') }}">Learn more</a></div>
</div>
</div>
<div class="col-lg-4 col-sm-12">
<div class="card-grid-1 bg-9 bg-local hover-up">
<div class="grid-1-img"><img src="{{ asset('themes/castine/assets/imgs/page/homepage1/local.svg') }}" alt="Agon"></div>
<h3 class="text-heading-3 mt-20">Marketing</h3>
<p class="text-body-excerpt mt-20">Our marketing services are designed to help you reach your target audience and grow your business. We offer a variety of services, including Facebook, Instagram, and Snapchat advertising, programmatic/display advertising, lifecycle and email marketing, and SMS marketing.</p>
<div class="mt-30"><a class="btn btn-default btn-white icon-arrow-right" href="{{ path('route_219') }}">Learn more</a></div>
</div>
</div>
<div class="col-lg-4 col-sm-12">
<div class="card-grid-1 bg-2 bg-social hover-up">
<div class="grid-1-img"><img src="{{ asset('themes/castine/assets/imgs/page/homepage1/social.svg') }}" alt="Agon"></div>
<h3 class="text-heading-3 mt-20">Creative</h3>
<p class="text-body-excerpt mt-20">Our creative services include brand identity, UI/UX design, visual design, website development, and product development. Our team of experts can help you design a beautiful and user-friendly website, develop products that will delight your customers.</p>
<div class="mt-30"><a class="btn btn-default btn-white icon-arrow-right" href="{{ path('route_220') }}">Learn more</a></div>
</div>
</div>
</div>
</div>
</section>
{% endblock %}