This commit is contained in:
2025-11-20 02:32:32 +01:00
parent c11dc66e0e
commit f78a7c1aaf

View File

@@ -19,16 +19,7 @@ $navAnchors = [
[ 'href' => '#faq', 'key' => 'nav_faq' ], [ 'href' => '#faq', 'key' => 'nav_faq' ],
]; ];
tpl('layout_start'); // structure/header.php
?>
<?php tpl('hero', 'landing', 'main'); ?>
<?php tpl('how', 'landing', 'main'); ?>
<?php tpl('problem', 'landing', 'main'); ?>
<?php tpl('features', 'landing', 'main'); ?>
<?php tpl('security', 'landing', 'main'); ?>
<?php tpl('faq', 'landing', 'main');
tpl('layout_end'); // structure/footer.php
/* /*