<html lang="hr">
<head>
{{ include('web/components/front/meta.html.twig') }}
<link rel="canonical" href="{{ app.request.schemeAndHttpHost ~ app.request.pathInfo }}">
{% block seo %}{% endblock %}
<title>{% block title %}2sweet – Slastičarnica Zagreb | Svadbene torte i kolači{% endblock %}</title>
{# JSON-LD: LocalBusiness schema – pomaže Google-u i Google AI da razumije poslovni kontekst #}
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": ["LocalBusiness", "Bakery"],
"name": "2sweet",
"description": "Slastičarnica u Zagrebu specijalizirana za svadbene torte, desert stolove i premium kolače po narudžbi. 15+ godina iskustva, 500+ svadbenih torti.",
"url": "https://2sweet.eu",
"telephone": "+38517079009",
"image": "https://2sweet.eu/img/sweet.png",
"logo": "https://2sweet.eu/img/sweet.png",
"priceRange": "€€",
"address": {
"@type": "PostalAddress",
"streetAddress": "Ksaver 195",
"postalCode": "10000",
"addressLocality": "Zagreb",
"addressRegion": "Grad Zagreb",
"addressCountry": "HR"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": 45.8337,
"longitude": 15.9981
},
"sameAs": [
"https://www.facebook.com/2sweet.torte/",
"https://www.instagram.com/2sweettorte/"
],
"hasOfferCatalog": {
"@type": "OfferCatalog",
"name": "Slastičarski proizvodi i usluge",
"itemListElement": [
{ "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Svadbene torte" } },
{ "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Desert stolovi" } },
{ "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Torte po narudžbi" } },
{ "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Kolači za proslave" } }
]
},
"areaServed": {
"@type": "City",
"name": "Zagreb"
},
"knowsAbout": ["svadbene torte", "desert stolovi", "kolači po narudžbi", "rođendanske torte", "slastičarnica Zagreb"]
}
</script>
{% block stylesheets %}
{{ include('web/components/front/stylesheets.html.twig') }}
{% endblock %}
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-BPMSQQJF8Y">
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-BPMSQQJF8Y');
</script>
<meta name="google-site-verification" content="F80EsGfprLFOZbOMAOYG3c4iE6dvqC8SQtCMZrxzNyE" />
</head>
<body>
{{ include('web/components/front/loader.html.twig') }}
<div id="content-block">
{{ include('web/components/front/header.html.twig') }}
{% block body %}{% endblock %}
{{ include('web/components/front/footer.html.twig') }}
</div>
<div id="sibi-chat">
<button id="sibi-toggle" aria-controls="sibi-panel" aria-expanded="false">Chat sa Slađanom</button>
<div id="sibi-panel" class="is-closed" role="dialog" aria-label="Slađana chat">
<div class="sibi-header">
<span>Slađana – slatka asistentica</span>
<button type="button" class="sibi-close" id="sibi-close" aria-label="Zatvori chat">×</button>
</div>
<div class="sibi-messages" id="sibi-messages" aria-live="polite"></div>
<div class="sibi-quick" id="sibi-quick"></div>
<form class="sibi-form" id="sibi-form">
<input class="sibi-input" id="sibi-input" type="text" placeholder="Upiši poruku..." autocomplete="off" />
<button class="sibi-send" type="submit">Pošalji</button>
</form>
</div>
</div>
{% block javascripts %}
{{ include('web/components/front/footer-js.html.twig') }}
{% endblock %}
</body>
</html>