This commit is contained in:
2025-11-25 22:34:36 +01:00
parent d7182c3583
commit 61654fb966

View File

@@ -20,7 +20,7 @@ $navAnchors = [
[ 'href' => '#security', 'key' => 'nav_security' ], [ 'href' => '#security', 'key' => 'nav_security' ],
[ 'href' => '#faq', 'key' => 'nav_faq' ], [ 'href' => '#faq', 'key' => 'nav_faq' ],
]; ];
/*
tpl('layout_start'); // structure/header.php tpl('layout_start'); // structure/header.php
tpl('hero', 'landing', 'main'); tpl('hero', 'landing', 'main');
@@ -30,5 +30,4 @@ tpl('features', 'landing', 'main');
tpl('security', 'landing', 'main'); tpl('security', 'landing', 'main');
tpl('faq', 'landing', 'main'); tpl('faq', 'landing', 'main');
tpl('layout_end'); // structure/footer.php tpl('layout_end'); // structure/footer.php
*/