Compare commits

...

2 Commits

Author SHA1 Message Date
c7ee6dfeda Fix address in map 2025-07-04 22:33:10 +02:00
f7d99e7c2c remove newsletter 2025-07-04 22:31:12 +02:00
2 changed files with 1 additions and 9 deletions

View File

@ -98,7 +98,7 @@ document.addEventListener('DOMContentLoaded', function() {
currentLayer.addTo(map);
// Marker
L.marker([50.77989716345206, 4.048368809494087]).addTo(map)
.bindPopup('Kobelly Web Solutions<br>Blijkheerstraat 92, 1755 Pajottegem')
.bindPopup('Kobelly Web Solutions<br>1755 Oetingen, Pajottegem')
.openPopup();
// Listen for theme changes
var observer = new MutationObserver(function(mutations) {

View File

@ -115,14 +115,6 @@
<label for="message">{{ t('Project Details') }} *</label>
</div>
</div>
<div class="col-12">
<div class="form-check">
<input class="form-check-input" type="checkbox" id="newsletter">
<label class="form-check-label" for="newsletter">
{{ t('Subscribe to my newsletter for web design tips and updates') }}
</label>
</div>
</div>
<div class="col-12 text-center">
<button type="submit" class="btn btn-primary btn-lg px-5 py-3 fw-bold contact-submit-btn">
<i class="fas fa-paper-plane me-2"></i>{{ t('Send Message') }}