This commit is contained in:
2025-11-20 02:34:06 +01:00
parent e9068c4256
commit ff26253bdd

View File

@@ -18,8 +18,17 @@ $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('hero', 'landing', 'main');
tpl('how', 'landing', 'main');
tpl('problem', 'landing', 'main');
tpl('features', 'landing', 'main');
tpl('security', 'landing', 'main');
tpl('faq', 'landing', 'main');
tpl('layout_end'); // structure/footer.php
/* /*