You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: contact form, SEO, analytics, bedankt page, GitHub Actions deploy
- Web3Forms integratie met hCaptcha en redirect naar /bedankt
- Interesse checkboxes (Home Automation, Netwerk), stad/gemeente veld
- Bedankt pagina na succesvolle form submission
- GitHub Actions workflow voor automatische deploy naar GitHub Pages
- SEO: canonical URL, Open Graph tags, keywords meta, LocalBusiness JSON-LD
- Sitemap generatie via @astrojs/sitemap
- Cloudflare Web Analytics
Copy file name to clipboardExpand all lines: src/layouts/BaseLayout.astro
+52-2Lines changed: 52 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,43 @@ interface Props {
5
5
}
6
6
7
7
const {
8
-
title ='leaf.be — Smart Home Automation',
9
-
description ='leaf.be maakt uw woning slimmer, comfortabeler en energiezuiniger met op maat gemaakte home automation oplossingen.',
8
+
title ='LEAF - Logic · Energy · Automation · Flow',
9
+
description ='LEAF is uw specialist in domotica, energiebeheer, professionele netwerken en videofonie in Vlaanderen. Twee zelfstandige experts, persoonlijke service, oplossingen op maat.',
0 commit comments