|
|
|
@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
|
|
|
import DownloadNow from "./download-now.svelte";
|
|
|
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
|
|
<section class="relative overflow-hidden bg-gradient-to-br from-white to-violet-50">
|
|
|
|
<section class="relative overflow-hidden bg-gradient-to-br from-white to-violet-50">
|
|
|
|
<!-- Bokeh background circles -->
|
|
|
|
<!-- Bokeh background circles -->
|
|
|
|
<div class="absolute inset-0 pointer-events-none z-0">
|
|
|
|
<div class="absolute inset-0 pointer-events-none z-0">
|
|
|
|
@ -17,10 +21,8 @@
|
|
|
|
Its unique tree structure, rich editing tools, and powerful search features make managing your information intuitive and flexible.
|
|
|
|
Its unique tree structure, rich editing tools, and powerful search features make managing your information intuitive and flexible.
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
<div class="flex items-center gap-6">
|
|
|
|
<div class="flex items-center gap-6">
|
|
|
|
<a href="#" class="py-2 px-5 bg-violet-600 text-white font-semibold rounded-full shadow-md hover:bg-violet-700 focus:outline-none focus:ring focus:ring-violet-400 focus:ring-opacity-75">
|
|
|
|
<DownloadNow />
|
|
|
|
Download
|
|
|
|
<a href="/download" class="font-medium text-violet-700 hover:underline">
|
|
|
|
</a>
|
|
|
|
|
|
|
|
<a href="#" class="font-medium text-violet-700 hover:underline">
|
|
|
|
|
|
|
|
More platforms
|
|
|
|
More platforms
|
|
|
|
</a>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
@ -30,7 +32,6 @@
|
|
|
|
<div class="md:w-1/2">
|
|
|
|
<div class="md:w-1/2">
|
|
|
|
<img src="screenshots/desktop-win.png" alt="Screenshot of the app on desktop Windows" class="w-full rounded-xl shadow-lg">
|
|
|
|
<img src="screenshots/desktop-win.png" alt="Screenshot of the app on desktop Windows" class="w-full rounded-xl shadow-lg">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
</section>
|
|
|
|
|