December 17th, 2025 - V.15

This commit is contained in:
Flatlogic Bot 2025-12-17 21:45:00 +00:00
parent f8ecf22a43
commit f17287edac
2 changed files with 10 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 220 KiB

View File

@ -51,7 +51,7 @@
<!-- DASHBOARD -->
<section class="max-w-7xl mx-auto px-6">
<div class="rounded-2xl border shadow-sm overflow-hidden">
<img src="assets/pasted-20251217-045121-823e6258.png" alt="FinMox Dashboard" />
<img src="assets/pasted-20251217-010834-2413763b.png" alt="FinMox Dashboard" />
</div>
</section>
</section>
@ -103,6 +103,14 @@
</section>
</section>
<!-- DEMO PAGE -->
<section id="page-demo" class="page hidden fade">
<section class="max-w-xl mx-auto px-6 py-24">
<h2 class="text-3xl font-bold">Book a Demo</h2>
<p class="mt-2 text-gray-600">Schedule a demo with our team.</p>
</section>
</section>
<!-- APPLY PAGE -->
<section id="page-apply" class="page hidden fade">
<section class="max-w-xl mx-auto px-6 py-24">
@ -142,7 +150,7 @@
</noscript>
<script>
const pages = ['home','problem','why','how','roi','pricing','signin','apply'];
const pages = ['home','problem','why','how','roi','pricing','signin', 'demo', 'apply'];
function setActiveNav(hash) {
document.querySelectorAll('.navlink').forEach(a => a.classList.remove('font-semibold'));