Revert to version f8ecf22
This commit is contained in:
parent
f17287edac
commit
0ccfedce2d
Binary file not shown.
|
Before Width: | Height: | Size: 220 KiB |
12
index.php
12
index.php
@ -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-010834-2413763b.png" alt="FinMox Dashboard" />
|
||||
<img src="assets/pasted-20251217-045121-823e6258.png" alt="FinMox Dashboard" />
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
@ -103,14 +103,6 @@
|
||||
</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">
|
||||
@ -150,7 +142,7 @@
|
||||
</noscript>
|
||||
|
||||
<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) {
|
||||
document.querySelectorAll('.navlink').forEach(a => a.classList.remove('font-semibold'));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user