{# # Homepage template # --------------- # # When this template gets loaded, it will be because someone has accessed # http://yoursite.com/ (without any URI). Craft checks to see if you have # a Single section set to be the Homepage (as you do, by default), and # loads the section’s Template (this file). A special ‘entry’ variable # will already be set for you, assigned to the Homepage entry. # # It's worth noting that even if you didn't have a Homepage Single section, # as long as this template remains at craft/templates/index.html, it # would still be the one to get loaded when accessing http://yoursite.com/, # albeit without an ‘entry’ variable already set for you. # # See this page for more details on how Craft routes requests: # http://craftcms.com/docs/routing #} {% extends "_layout_home" %} {% block content %}

What makes us great


SEEITALIA & CONTACT is a renowned provider of event, conference and incentive services throughout all of Italy and its islands for international MICE agencies and corporate clients. Our offices are in Milan and Rome.
Experienced & enthusiastic multilingual staff trained to design customer-tailored solutions and to manage all aspects of events from initial venue research and proposals, to full on-site support and budget control. We aim at becoming the extension of your own project management and for this reason we have a very close relationship with local suppliers and authorities which ensure your event objectives are achieved.

great group

Selecting the right DMC company is an important choice. At SeeItalia & Contact, we first listen and then focus on the needs of our clients. If you are planning an event in Italy, we are in a position to assist you with prompt and accurate solutions. More than that we work with our suppliers to develop new programs and fresh perspectives that are ideally suited and phrased for your specific request.Our ethos is to provide the most creative, reliable, understanding and flexible relationship.

{{"great country"|t}}

"The first thing to say about Italy is that it is still, for most of its inhabitants and visitors, one of the most delightful countries in the world. Its confection of man-made and natural beauty, cultural heritage and clement climate issecond to none."
The Economist

{{"great experience"|t}}

Our team members are passionate local experts with contacts and connections to access the most exclusive experiences, locations and events available. From your first contact through the end of the event, our only goal is to impress our guests with the most memorable experience.

Our services

{% set entryCount = craft.entries.section('prodotti').offset(1).total() %} {% for entry in craft.entries.section('prodotti').offset(1).find() %} {% if loop.index0 % 4 == 0 or loop.index0 % 4 == 1 %}

{{ entry.titoloDelProdotto }}

Read more...

{{ entry.titoloDelProdotto}}

{{ entry.titoloDelProdotto}}

{% set asset = entry.anteprimaImmagineProdotto.first()%}
{% endif %} {% if loop.index0 % 4 == 2 or loop.index0 % 4 == 3 %}

{{ entry.titoloDelProdotto}}

{{ entry.titoloDelProdotto}}

{% set asset = entry.anteprimaImmagineProdotto.first()%}

{{ entry.titoloDelProdotto }}

Read more...
{% endif %} {% if loop.last and entryCount % 2 == 1 %}
{% endif %} {% endfor %}





OUR PARTNERS

OUR PARTNERS

    {% for entry in craft.entries.section('partners').find() %} {% set assets = entry.immaginePartner %} {% for asset in assets %}
  • {% endfor %} {% endfor %}
{% endblock %}