small changes
This commit is contained in:
+23
-23
@@ -249,6 +249,29 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- DogWash -->
|
||||
<section class="dogwash-section" id="dogwash">
|
||||
<div class="container">
|
||||
<div class="dogwash-card">
|
||||
<div class="dogwash-content">
|
||||
<span class="dogwash-tag">{c['dogwash.tag']}</span>
|
||||
<h2>{c['dogwash.title']}</h2>
|
||||
<p>{c['dogwash.desc']}</p>
|
||||
<a href="#contatti" class="btn-white">
|
||||
{c['dogwash.cta']}
|
||||
<span class="material-symbols-outlined" aria-hidden="true">location_on</span>
|
||||
</a>
|
||||
<p class="dogwash-community">
|
||||
<span class="material-symbols-outlined" aria-hidden="true">group</span>{c['dogwash.community']}
|
||||
</p>
|
||||
</div>
|
||||
<div class="dogwash-visual">
|
||||
<img alt={img.dogwash.alt} src={img.dogwash.src} />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Testimonials -->
|
||||
<section class="testimonials-section" id="testimonianze">
|
||||
<div class="container">
|
||||
@@ -273,29 +296,6 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- DogWash -->
|
||||
<section class="dogwash-section" id="dogwash">
|
||||
<div class="container">
|
||||
<div class="dogwash-card">
|
||||
<div class="dogwash-content">
|
||||
<span class="dogwash-tag">{c['dogwash.tag']}</span>
|
||||
<h2>{c['dogwash.title']}</h2>
|
||||
<p>{c['dogwash.desc']}</p>
|
||||
<a href="#contatti" class="btn-white">
|
||||
{c['dogwash.cta']}
|
||||
<span class="material-symbols-outlined" aria-hidden="true">location_on</span>
|
||||
</a>
|
||||
<p class="dogwash-community">
|
||||
<span class="material-symbols-outlined" aria-hidden="true">group</span>{c['dogwash.community']}
|
||||
</p>
|
||||
</div>
|
||||
<div class="dogwash-visual">
|
||||
<img alt={img.dogwash.alt} src={img.dogwash.src} />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Contact -->
|
||||
<section class="contact-section" id="contatti">
|
||||
<div class="container">
|
||||
|
||||
Reference in New Issue
Block a user