Revert to version f8ecf22

This commit is contained in:
Flatlogic Bot 2025-12-17 22:36:00 +00:00
parent f17287edac
commit 0ccfedce2d
2 changed files with 2 additions and 10 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 220 KiB

View File

@ -51,7 +51,7 @@
<!-- DASHBOARD --> <!-- DASHBOARD -->
<section class="max-w-7xl mx-auto px-6"> <section class="max-w-7xl mx-auto px-6">
<div class="rounded-2xl border shadow-sm overflow-hidden"> <div class="rounded-2xl border shadow-sm overflow-hidden">
<img src="assets/pasted-20251217-010834-2413763b.png" alt="FinMox Dashboard" /> <img src="assets/pasted-20251217-045121-823e6258.png" alt="FinMox Dashboard" />
</div> </div>
</section> </section>
</section> </section>
@ -102,14 +102,6 @@
</form> </form>
</section> </section>
</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 --> <!-- APPLY PAGE -->
<section id="page-apply" class="page hidden fade"> <section id="page-apply" class="page hidden fade">
@ -150,7 +142,7 @@
</noscript> </noscript>
<script> <script>
const pages = ['home','problem','why','how','roi','pricing','signin', 'demo', 'apply']; const pages = ['home','problem','why','how','roi','pricing','signin','apply'];
function setActiveNav(hash) { function setActiveNav(hash) {
document.querySelectorAll('.navlink').forEach(a => a.classList.remove('font-semibold')); document.querySelectorAll('.navlink').forEach(a => a.classList.remove('font-semibold'));