Include AI texts
This commit is contained in:
1
static/css/main.min.css
vendored
Normal file
1
static/css/main.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
14
static/js/main.min.js
vendored
Normal file
14
static/js/main.min.js
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
function setTheme(theme){document.documentElement.setAttribute('data-theme',theme);localStorage.setItem('theme',theme);var icon=document.getElementById('theme-icon');var iconDesktop=document.getElementById('theme-icon-desktop');if(icon)icon.className=theme==='dark'?'fas fa-sun':'fas fa-moon';if(iconDesktop)iconDesktop.className=theme==='dark'?'fas fa-sun':'fas fa-moon';}
|
||||
function toggleTheme(){const current=document.documentElement.getAttribute('data-theme')||'light';setTheme(current==='light'?'dark':'light');}
|
||||
var themeToggle=document.getElementById('theme-toggle');if(themeToggle)themeToggle.addEventListener('click',toggleTheme);var themeToggleDesktop=document.getElementById('theme-toggle-desktop');if(themeToggleDesktop)themeToggleDesktop.addEventListener('click',toggleTheme);(function(){let theme=localStorage.getItem('theme');if(!theme){theme=window.matchMedia('(prefers-color-scheme: dark)').matches?'dark':'light';}
|
||||
setTheme(theme);})();window.addEventListener('DOMContentLoaded',function(){document.body.classList.add('page-loaded');var fadeEls=document.querySelectorAll('.fade-in-up');fadeEls.forEach(function(el,i){setTimeout(function(){el.classList.add('visible');},200+i*180);});const counters=document.querySelectorAll('.counter');const animateCounters=()=>{counters.forEach(counter=>{const target=parseInt(counter.getAttribute('data-target'));const count=parseInt(counter.innerText);const increment=target/100;if(count<target){counter.innerText=Math.ceil(count+increment)+'<span class="plus">+</span>';setTimeout(animateCounters,20);}else{counter.innerText=target;}});};const observerOptions={threshold:0.5,rootMargin:'0px 0px -100px 0px'};const observer=new IntersectionObserver((entries)=>{entries.forEach(entry=>{if(entry.isIntersecting){animateCounters();observer.unobserve(entry.target);}});},observerOptions);const aboutStats=document.querySelector('.about-stats');if(aboutStats){observer.observe(aboutStats);}});document.addEventListener('DOMContentLoaded',function(){var mapDiv=document.getElementById('map');if(mapDiv){var map=L.map('map',{center:[50.77989716345206,4.048368809494087],zoom:13,zoomControl:true,attributionControl:false});var maptilerKey='fyG4fxsIMwJnhJ9hQ1wj';var light=L.tileLayer('https://api.maptiler.com/maps/streets-v2-pastel/{z}/{x}/{y}.png?key='+maptilerKey,{attribution:'© <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors © <a href="https://www.maptiler.com/copyright/">MapTiler</a>',tileSize:512,zoomOffset:-1});var dark=L.tileLayer('https://api.maptiler.com/maps/streets-v2-dark/{z}/{x}/{y}.png?key='+maptilerKey,{attribution:'© <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors © <a href="https://www.maptiler.com/copyright/">MapTiler</a>',tileSize:512,zoomOffset:-1});var isDark=document.documentElement.getAttribute('data-theme')==='dark';var currentLayer=isDark?dark:light;currentLayer.addTo(map);L.marker([50.77989716345206,4.048368809494087]).addTo(map).bindPopup('Kobelly Web Solutions<br>1755 Oetingen, Pajottegem').openPopup();var observer=new MutationObserver(function(mutations){mutations.forEach(function(mutation){if(mutation.type==='attributes'&&mutation.attributeName==='data-theme'){var newTheme=document.documentElement.getAttribute('data-theme');if(newTheme==='dark'){map.removeLayer(light);dark.addTo(map);}else{map.removeLayer(dark);light.addTo(map);}}});});observer.observe(document.documentElement,{attributes:true});}});document.addEventListener('DOMContentLoaded',function(){var startDate=new Date('2014-01-01');var now=new Date();var years=now.getFullYear()-startDate.getFullYear();if(now.getMonth()<startDate.getMonth()||(now.getMonth()===startDate.getMonth()&&now.getDate()<startDate.getDate())){years--;}
|
||||
var hoursCoded=years*2000;var statItems=document.querySelectorAll('.stat-item h3');statItems.forEach(function(statEl){var statText=statEl.textContent;if(statText.includes('Years Experience')||statText.includes('8+')||statText.includes('5+')||statText.includes('10+')){statEl.textContent=years+'+';}
|
||||
if(statText.includes('Hours Coded')||statText.includes('15,000+')||statText.includes('1000+')){statEl.textContent=hoursCoded.toLocaleString()+'+';}});var yearsEl=document.getElementById('years-experience');var hoursEl=document.getElementById('hours-coded');if(yearsEl)yearsEl.textContent=years+'+';if(hoursEl)hoursEl.textContent=hoursCoded.toLocaleString()+'+';var textElements=document.querySelectorAll('p, h1, h2, h3, h4, h5, h6, span, div');textElements.forEach(function(element){if(element.textContent.includes('{years}')){element.textContent=element.textContent.replace(/{years}/g,years);}});});document.addEventListener('DOMContentLoaded',function(){const designCards=document.querySelectorAll('.design-card');const resetButton=document.getElementById('reset-theme');const previewContainer=document.getElementById('theme-preview');const previewContent=document.querySelector('.theme-preview-content');const themes={'modern-minimal':{name:'Modern Minimal',description:'Clean, spacious design with subtle animations and modern typography.',colors:{primary:'#6c757d',secondary:'#f8f9fa',accent:'#e9ecef'},features:['Clean Typography','Subtle Animations','Minimal Layout']},'bold-vibrant':{name:'Bold & Vibrant',description:'Eye-catching design with bold colors and dynamic elements.',colors:{primary:'#ff6b6b',secondary:'#4ecdc4',accent:'#45b7d1'},features:['Bold Colors','Dynamic Elements','High Contrast']},'elegant-professional':{name:'Elegant Professional',description:'Sophisticated design with premium styling and professional appeal.',colors:{primary:'#2c3e50',secondary:'#34495e',accent:'#95a5a6'},features:['Premium Styling','Professional Appeal','Sophisticated Layout']},'tech-startup':{name:'Tech Startup',description:'Modern tech-focused design with innovative layouts and animations.',colors:{primary:'#3498db',secondary:'#2ecc71',accent:'#f39c12'},features:['Innovative Layout','Tech-focused','Modern Animations']},'creative-agency':{name:'Creative Agency',description:'Artistic design with creative layouts and expressive visual elements.',colors:{primary:'#9b59b6',secondary:'#e74c3c',accent:'#f1c40f'},features:['Creative Layout','Artistic Elements','Expressive Design']},'ecommerce':{name:'E-commerce',description:'Optimized design for online stores with product-focused layouts.',colors:{primary:'#e67e22',secondary:'#27ae60',accent:'#8e44ad'},features:['Product-focused','Shopping Optimized','Conversion-driven']}};function applyTheme(themeName){const theme=themes[themeName];if(!theme)return;const miniWebsite=document.getElementById('mini-website');const previewContainer=document.querySelector('.theme-preview-container');if(!miniWebsite)return;miniWebsite.classList.remove('theme-modern-minimal','theme-bold-vibrant','theme-elegant-professional','theme-tech-startup','theme-creative-agency','theme-ecommerce');miniWebsite.classList.add(`theme-${themeName}`);miniWebsite.style.setProperty('--bs-primary',theme.colors.primary);miniWebsite.style.setProperty('--bs-primary-rgb',hexToRgb(theme.colors.primary));if(previewContainer){previewContainer.setAttribute('data-theme',themeName);}
|
||||
designCards.forEach(card=>card.classList.remove('active'));const activeCard=document.querySelector(`[data-theme="${themeName}"]`);if(activeCard)activeCard.classList.add('active');previewContainer.classList.add('active');if(previewContainer){const previewTop=previewContainer.offsetTop;window.scrollTo({top:previewTop-100,behavior:'smooth'});}}
|
||||
function resetTheme(){const miniWebsite=document.getElementById('mini-website');const previewContainer=document.querySelector('.theme-preview-container');if(miniWebsite){miniWebsite.classList.remove('theme-modern-minimal','theme-bold-vibrant','theme-elegant-professional','theme-tech-startup','theme-creative-agency','theme-ecommerce');miniWebsite.style.removeProperty('--bs-primary');miniWebsite.style.removeProperty('--bs-primary-rgb');}
|
||||
if(previewContainer){previewContainer.removeAttribute('data-theme');}
|
||||
designCards.forEach(card=>card.classList.remove('active'));previewContainer.classList.remove('active');}
|
||||
function hexToRgb(hex){const result=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(hex);return result?`${parseInt(result[1],16)},${parseInt(result[2],16)},${parseInt(result[3],16)}`:'0, 0, 0';}
|
||||
designCards.forEach(card=>{card.addEventListener('click',function(){const themeName=this.getAttribute('data-theme');applyTheme(themeName);});});if(resetButton){resetButton.addEventListener('click',resetTheme);}
|
||||
const style=document.createElement('style');style.textContent=`.color-swatch{width:30px;height:30px;border-radius:50%;border:2px solid#fff;box-shadow:0 2px 4px rgba(0,0,0,0.1);}.preview-mockup{width:200px;height:150px;border-radius:10px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,0.2);margin:0 auto;}.mockup-header{height:30px;}.mockup-content{padding:20px;height:120px;}.mockup-title{height:20px;border-radius:4px;margin-bottom:15px;width:80%;}.mockup-text{height:12px;background:rgba(255,255,255,0.3);border-radius:4px;margin-bottom:8px;width:100%;}.mockup-text:last-child{width:60%;}`;document.head.appendChild(style);});document.addEventListener('DOMContentLoaded',function(){const contactForm=document.querySelector('.contact-form');const submitBtn=document.querySelector('.contact-submit-btn');if(contactForm){contactForm.addEventListener('submit',function(e){e.preventDefault();const formData={firstName:document.getElementById('firstName').value,lastName:document.getElementById('lastName').value,email:document.getElementById('email').value,phone:document.getElementById('phone').value,company:document.getElementById('company').value,service:document.getElementById('service').value,budget:document.getElementById('budget').value,message:document.getElementById('message').value};if(submitBtn){submitBtn.disabled=true;submitBtn.innerHTML='<i class="fas fa-spinner fa-spin me-2"></i>Sending...';}
|
||||
fetch('/contact',{method:'POST',headers:{'Content-Type':'application/json',},body:JSON.stringify(formData)}).then(response=>response.json()).then(data=>{if(data.success){showNotification(data.message,'success');contactForm.reset();}else{showNotification(data.message,'error');}}).catch(error=>{console.error('Error:',error);showNotification('An error occurred. Please try again.','error');}).finally(()=>{if(submitBtn){submitBtn.disabled=false;submitBtn.innerHTML='<i class="fas fa-paper-plane me-2"></i>Send Message';}});});}});function showNotification(message,type='info'){const existingNotifications=document.querySelectorAll('.notification');existingNotifications.forEach(notification=>notification.remove());const notification=document.createElement('div');notification.className=`notification notification-${type}`;notification.innerHTML=`<div class="notification-content"><i class="fas ${type === 'success' ? 'fa-check-circle' : type === 'error' ? 'fa-exclamation-circle' : 'fa-info-circle'} me-2"></i><span>${message}</span><button class="notification-close"onclick="this.parentElement.parentElement.remove()"><i class="fas fa-times"></i></button></div>`;document.body.appendChild(notification);setTimeout(()=>{notification.classList.add('show');},100);if(type!=='error'){setTimeout(()=>{notification.classList.remove('show');setTimeout(()=>{if(notification.parentElement){notification.remove();}},300);},5000);}}
|
||||
@ -308,6 +308,22 @@
|
||||
<i class="fas fa-times-circle text-danger me-3 mt-1"></i>
|
||||
<span>{{ t('Your competitors get all the online customers') }}</span>
|
||||
</li>
|
||||
<li class="mb-3 d-flex align-items-start">
|
||||
<i class="fas fa-times-circle text-danger me-3 mt-1"></i>
|
||||
<span>{{ t('AI can\'t find or recommend your business') }}</span>
|
||||
</li>
|
||||
<li class="mb-3 d-flex align-items-start">
|
||||
<i class="fas fa-times-circle text-danger me-3 mt-1"></i>
|
||||
<span>{{ t('Miss out on 50% of web traffic from AI') }}</span>
|
||||
</li>
|
||||
<li class="mb-3 d-flex align-items-start">
|
||||
<i class="fas fa-times-circle text-danger me-3 mt-1"></i>
|
||||
<span>{{ t('No presence in AI-powered search results') }}</span>
|
||||
</li>
|
||||
<li class="mb-3 d-flex align-items-start">
|
||||
<i class="fas fa-times-circle text-danger me-3 mt-1"></i>
|
||||
<span>{{ t('AI assistants can\'t share your information') }}</span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@ -339,6 +355,22 @@
|
||||
<i class="fas fa-check-circle text-success me-3 mt-1"></i>
|
||||
<span>{{ t('Get customers that would have gone to competitors') }}</span>
|
||||
</li>
|
||||
<li class="mb-3 d-flex align-items-start">
|
||||
<i class="fas fa-check-circle text-success me-3 mt-1"></i>
|
||||
<span>{{ t('AI can find and recommend your business') }}</span>
|
||||
</li>
|
||||
<li class="mb-3 d-flex align-items-start">
|
||||
<i class="fas fa-check-circle text-success me-3 mt-1"></i>
|
||||
<span>{{ t('Capture 50% of web traffic from AI sources') }}</span>
|
||||
</li>
|
||||
<li class="mb-3 d-flex align-items-start">
|
||||
<i class="fas fa-check-circle text-success me-3 mt-1"></i>
|
||||
<span>{{ t('Appear in AI-powered search results') }}</span>
|
||||
</li>
|
||||
<li class="mb-3 d-flex align-items-start">
|
||||
<i class="fas fa-check-circle text-success me-3 mt-1"></i>
|
||||
<span>{{ t('AI assistants can share your information') }}</span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -78,6 +78,10 @@
|
||||
<i class="fas fa-check-circle text-success me-3"></i>
|
||||
<span>{{ t('Cross-browser compatibility') }}</span>
|
||||
</li>
|
||||
<li class="service-feature-item mb-3">
|
||||
<i class="fas fa-check-circle text-success me-3"></i>
|
||||
<span>{{ t('AI-optimized for search engines') }}</span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
@ -211,7 +211,7 @@
|
||||
"Get Your Website": "Holen Sie sich Ihre Website",
|
||||
"See Packages": "Pakete ansehen",
|
||||
"75% of customers research businesses online before visiting": "75% recherchieren online",
|
||||
"Your competitors are already online": "Ihre Konkurrenten sind online",
|
||||
"Your competitors are already online": "50% des Web-Traffics kommen jetzt von KI",
|
||||
"I make getting online simple and affordable for small businesses like yours.": "Ich mache das Online-Gehen einfach und erschwinglich für kleine Unternehmen wie das Ihre.",
|
||||
"Fast Delivery": "Schnelle Lieferung",
|
||||
"Your website ready in 48 hours. No waiting weeks or months - get online fast and start getting customers.": "Ihre Website in 48 Stunden fertig. Kein Warten von Wochen oder Monaten - gehen Sie schnell online und beginnen Sie, Kunden zu gewinnen.",
|
||||
@ -251,8 +251,17 @@
|
||||
"Show up in Google search results and Maps": "Erscheinen Sie in Google-Suchergebnissen und Maps",
|
||||
"Display your products, services, and prices 24/7": "Zeigen Sie Ihre Produkte, Dienstleistungen und Preise 24/7",
|
||||
"Customers can leave reviews and recommend you": "Kunden können Bewertungen hinterlassen und Sie empfehlen",
|
||||
"Get customers that would have gone to competitors": "Gewinnen Sie Kunden, die zu Konkurrenten gegangen wären",
|
||||
"Ready to Get Your Business Online?": "Bereit, Ihr Unternehmen online zu bringen?",
|
||||
"Get customers that would have gone to competitors": "Gewinnen Sie Kunden, die zu Konkurrenten gegangen wären",
|
||||
"AI can't find or recommend your business": "KI kann Ihr Unternehmen nicht finden oder empfehlen",
|
||||
"Miss out on 50% of web traffic from AI": "Verpassen Sie 50% des Web-Traffics von KI",
|
||||
"No presence in AI-powered search results": "Keine Präsenz in KI-gestützten Suchergebnissen",
|
||||
"AI assistants can't share your information": "KI-Assistenten können Ihre Informationen nicht teilen",
|
||||
"AI can find and recommend your business": "KI kann Ihr Unternehmen finden und empfehlen",
|
||||
"Capture 50% of web traffic from AI sources": "Erfassen Sie 50% des Web-Traffics von KI-Quellen",
|
||||
"Appear in AI-powered search results": "Erscheinen Sie in KI-gestützten Suchergebnissen",
|
||||
"AI assistants can share your information": "KI-Assistenten können Ihre Informationen teilen",
|
||||
"AI-optimized for search engines": "Optimiert für KI-Suchmaschinen",
|
||||
"Ready to Get Your Business Online?": "Bereit, Ihr Unternehmen online zu bringen?",
|
||||
"Let's talk about your website. Free consultation, no obligation.": "Lassen Sie uns über Ihre Website sprechen. Kostenlose Beratung, keine Verpflichtung.",
|
||||
"Get Started Today": "Starten Sie noch heute",
|
||||
"Delivery Time": "Lieferzeit",
|
||||
|
||||
@ -211,7 +211,7 @@
|
||||
"Get Your Website": "Get Your Website",
|
||||
"See Packages": "See Packages",
|
||||
"75% of customers research businesses online before visiting": "75% of customers research businesses online before visiting",
|
||||
"Your competitors are already online": "Your competitors are already online",
|
||||
"Your competitors are already online": "50% of web traffic now comes from AI",
|
||||
"I make getting online simple and affordable for small businesses like yours.": "I make getting online simple and affordable for small businesses like yours.",
|
||||
"Fast Delivery": "Fast Delivery",
|
||||
"Your website ready in 48 hours. No waiting weeks or months - get online fast and start getting customers.": "Your website ready in 48 hours. No waiting weeks or months - get online fast and start getting customers.",
|
||||
@ -251,8 +251,17 @@
|
||||
"Show up in Google search results and Maps": "Show up in Google search results and Maps",
|
||||
"Display your products, services, and prices 24/7": "Display your products, services, and prices 24/7",
|
||||
"Customers can leave reviews and recommend you": "Customers can leave reviews and recommend you",
|
||||
"Get customers that would have gone to competitors": "Get customers that would have gone to competitors",
|
||||
"Ready to Get Your Business Online?": "Ready to Get Your Business Online?",
|
||||
"Get customers that would have gone to competitors": "Get customers that would have gone to competitors",
|
||||
"AI can't find or recommend your business": "AI can't find or recommend your business",
|
||||
"Miss out on 50% of web traffic from AI": "Miss out on 50% of web traffic from AI",
|
||||
"No presence in AI-powered search results": "No presence in AI-powered search results",
|
||||
"AI assistants can't share your information": "AI assistants can't share your information",
|
||||
"AI can find and recommend your business": "AI can find and recommend your business",
|
||||
"Capture 50% of web traffic from AI sources": "Capture 50% of web traffic from AI sources",
|
||||
"Appear in AI-powered search results": "Appear in AI-powered search results",
|
||||
"AI assistants can share your information": "AI assistants can share your information",
|
||||
"AI-optimized for search engines": "Optimized for AI search engines",
|
||||
"Ready to Get Your Business Online?": "Ready to Get Your Business Online?",
|
||||
"Let's talk about your website. Free consultation, no obligation.": "Let's talk about your website. Free consultation, no obligation.",
|
||||
"Get Started Today": "Get Started Today",
|
||||
"Delivery Time": "Delivery Time",
|
||||
|
||||
@ -211,7 +211,7 @@
|
||||
"Get Your Website": "Obtenez votre site web",
|
||||
"See Packages": "Voir les forfaits",
|
||||
"75% of customers research businesses online before visiting": "75% recherchent en ligne",
|
||||
"Your competitors are already online": "Vos concurrents sont en ligne",
|
||||
"Your competitors are already online": "50% du trafic web provient maintenant de l'IA",
|
||||
"I make getting online simple and affordable for small businesses like yours.": "Je rends la mise en ligne simple et abordable pour les petites entreprises comme la vôtre.",
|
||||
"Fast Delivery": "Livraison rapide",
|
||||
"Your website ready in 48 hours. No waiting weeks or months - get online fast and start getting customers.": "Votre site web prêt en 48 heures. Pas d'attente de semaines ou de mois - mettez-vous en ligne rapidement et commencez à obtenir des clients.",
|
||||
@ -251,8 +251,17 @@
|
||||
"Show up in Google search results and Maps": "Apparaissez dans les résultats de recherche Google et Maps",
|
||||
"Display your products, services, and prices 24/7": "Affichez vos produits, services et prix 24h/24 et 7j/7",
|
||||
"Customers can leave reviews and recommend you": "Les clients peuvent laisser des avis et vous recommander",
|
||||
"Get customers that would have gone to competitors": "Obtenez des clients qui seraient allés chez les concurrents",
|
||||
"Ready to Get Your Business Online?": "Prêt à mettre votre entreprise en ligne ?",
|
||||
"Get customers that would have gone to competitors": "Obtenez des clients qui seraient allés chez les concurrents",
|
||||
"AI can't find or recommend your business": "L'IA ne peut pas trouver ou recommander votre entreprise",
|
||||
"Miss out on 50% of web traffic from AI": "Manquez 50% du trafic web provenant de l'IA",
|
||||
"No presence in AI-powered search results": "Aucune présence dans les résultats de recherche alimentés par l'IA",
|
||||
"AI assistants can't share your information": "Les assistants IA ne peuvent pas partager vos informations",
|
||||
"AI can find and recommend your business": "L'IA peut trouver et recommander votre entreprise",
|
||||
"Capture 50% of web traffic from AI sources": "Capturez 50% du trafic web provenant de sources IA",
|
||||
"Appear in AI-powered search results": "Apparaissez dans les résultats de recherche alimentés par l'IA",
|
||||
"AI assistants can share your information": "Les assistants IA peuvent partager vos informations",
|
||||
"AI-optimized for search engines": "Optimisé pour les moteurs de recherche IA",
|
||||
"Ready to Get Your Business Online?": "Prêt à mettre votre entreprise en ligne ?",
|
||||
"Let's talk about your website. Free consultation, no obligation.": "Parlons de votre site web. Consultation gratuite, sans obligation.",
|
||||
"Get Started Today": "Commencez aujourd'hui",
|
||||
"Delivery Time": "Délai de livraison",
|
||||
|
||||
@ -211,7 +211,7 @@
|
||||
"Get Your Website": "Krijg uw website",
|
||||
"See Packages": "Bekijk pakketten",
|
||||
"75% of customers research businesses online before visiting": "75% zoekt bedrijven online op",
|
||||
"Your competitors are already online": "Uw concurrenten zijn al online",
|
||||
"Your competitors are already online": "50% van het webverkeer komt nu van AI",
|
||||
"I make getting online simple and affordable for small businesses like yours.": "Ik maak online gaan eenvoudig en betaalbaar voor kleine bedrijven zoals het uwe.",
|
||||
"Fast Delivery": "Snelle levering",
|
||||
"Your website ready in 48 hours. No waiting weeks or months - get online fast and start getting customers.": "Uw website klaar in 48 uur. Geen wachten van weken of maanden - ga snel online en begin klanten te krijgen.",
|
||||
@ -251,8 +251,17 @@
|
||||
"Show up in Google search results and Maps": "Verschijn in Google zoekresultaten en Maps",
|
||||
"Display your products, services, and prices 24/7": "Toon uw producten, diensten en prijzen 24/7",
|
||||
"Customers can leave reviews and recommend you": "Klanten kunnen beoordelingen achterlaten en u aanbevelen",
|
||||
"Get customers that would have gone to competitors": "Krijg klanten die naar concurrenten zouden zijn gegaan",
|
||||
"Ready to Get Your Business Online?": "Klaar om uw bedrijf online te zetten?",
|
||||
"Get customers that would have gone to competitors": "Krijg klanten die naar concurrenten zouden zijn gegaan",
|
||||
"AI can't find or recommend your business": "AI kan uw bedrijf niet vinden of aanbevelen",
|
||||
"Miss out on 50% of web traffic from AI": "Mis 50% van het webverkeer van AI",
|
||||
"No presence in AI-powered search results": "Geen aanwezigheid in AI-aangedreven zoekresultaten",
|
||||
"AI assistants can't share your information": "AI-assistenten kunnen uw informatie niet delen",
|
||||
"AI can find and recommend your business": "AI kan uw bedrijf vinden en aanbevelen",
|
||||
"Capture 50% of web traffic from AI sources": "Vang 50% van het webverkeer van AI-bronnen op",
|
||||
"Appear in AI-powered search results": "Verschijn in AI-aangedreven zoekresultaten",
|
||||
"AI assistants can share your information": "AI-assistenten kunnen uw informatie delen",
|
||||
"AI-optimized for search engines": "Geoptimaliseerd voor AI-zoekmachines",
|
||||
"Ready to Get Your Business Online?": "Klaar om uw bedrijf online te zetten?",
|
||||
"Let's talk about your website. Free consultation, no obligation.": "Laten we praten over uw website. Gratis consultatie, geen verplichting.",
|
||||
"Get Started Today": "Begin vandaag nog",
|
||||
"Delivery Time": "Levertijd",
|
||||
|
||||
Reference in New Issue
Block a user