From bd5f1441798801eba9accb1ea069cca322b95ac1 Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Tue, 25 Nov 2025 21:31:46 +0100 Subject: [PATCH] adasd --- public/index.php | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/public/index.php b/public/index.php index b91b7cf..eaa537f 100644 --- a/public/index.php +++ b/public/index.php @@ -1,2 +1,34 @@ '#how', 'key' => 'nav_how' ], + [ 'href' => '#problem', 'key' => 'nav_problem' ], + [ 'href' => '#features', 'key' => 'nav_features' ], + [ 'href' => '#security', 'key' => 'nav_security' ], + [ '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.phpW +*/ \ No newline at end of file