templates/page/services.html.twig line 1

Open in your IDE?
  1. {% extends 'page_header.html.twig' %}
  2. {% block page_header '' %}
  3. {% block page_container %}
  4.     <section class="section-box">
  5.     <div class="banner-hero banner-2 bg-about-1">
  6.         <div class="container">
  7.         <div class="row">
  8.             <div class="col-lg-7"><span class="tag-1 color-orange-900">What We Do, What You Get</span>
  9.             <h1 class="text-display-3 mt-30">A small creative team excited to create beautiful things</h1>
  10.             <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>
  11.             </div>
  12.             <div class="col-lg-5 d-none d-lg-block">
  13.             <div class="banner-imgs">
  14.                 <div class="block-1 shape-1">
  15.                 </div>
  16.                     <img class="img-responsive shape-2" alt="Agon" src="{{ asset('themes/castine/assets/imgs/page/about/1/banner1.png') }}">
  17.             </div>
  18.             </div>
  19.         </div>
  20.         </div>
  21.     </div>
  22.     </section>
  23.     <section class="section-box mt-60">
  24.     <div class="container">
  25.         <div class="text-center mb-20"><span class="tag-1 bg-6 color-green-900">What We Do, What You Get</span></div>
  26.         <div class="row">
  27.         <div class="col-lg-2 col-sm-1 col-12"></div>
  28.         <div class="col-lg-8 col-sm-10 col-12 text-center">
  29.             <h2 class="text-heading-1 color-gray-900">Bringing the world&apos;s<br class="d-lg-block d-none"> ideas to life</h2>
  30.             <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>
  31.         </div>
  32.         <div class="col-lg-2 col-sm-1 col-12"></div>
  33.         </div>
  34.     </div>
  35.     <div class="container mt-70">
  36.         <div class="row">
  37.         <div class="col-lg-4 col-sm-12">
  38.             <div class="card-grid-1 bg-5 bg-business hover-up">
  39.             <div class="grid-1-img"><img src="{{ asset('themes/castine/assets/imgs/page/homepage1/business-strategy.svg') }}" alt="Agon"></div>
  40.             <h3 class="text-heading-3 mt-20">Business Development</h3>
  41.             <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>
  42.             <div class="mt-30"><a class="btn btn-default btn-white icon-arrow-right" href="{{ path('route_218') }}">Learn more</a></div>
  43.             </div>
  44.         </div>
  45.         <div class="col-lg-4 col-sm-12">
  46.             <div class="card-grid-1 bg-9 bg-local hover-up">
  47.             <div class="grid-1-img"><img src="{{ asset('themes/castine/assets/imgs/page/homepage1/local.svg') }}" alt="Agon"></div>
  48.             <h3 class="text-heading-3 mt-20">Marketing</h3>
  49.             <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>
  50.             <div class="mt-30"><a class="btn btn-default btn-white icon-arrow-right" href="{{ path('route_219') }}">Learn more</a></div>
  51.             </div>
  52.         </div>
  53.         <div class="col-lg-4 col-sm-12">
  54.             <div class="card-grid-1 bg-2 bg-social hover-up">
  55.             <div class="grid-1-img"><img src="{{ asset('themes/castine/assets/imgs/page/homepage1/social.svg') }}" alt="Agon"></div>
  56.             <h3 class="text-heading-3 mt-20">Creative</h3>
  57.             <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>
  58.             <div class="mt-30"><a class="btn btn-default btn-white icon-arrow-right" href="{{ path('route_220') }}">Learn more</a></div>
  59.             </div>
  60.         </div>
  61.         </div>
  62.     </div>
  63.     </section>
  64. {% endblock %}