mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-23 14:59:36 +02:00
Update home page content
This commit is contained in:
parent
879b182e56
commit
844dd0c797
2 changed files with 30 additions and 18 deletions
|
@ -179,6 +179,11 @@
|
||||||
class="dropdown-content bg-neutral text-neutral-content z-[1] menu p-2 shadow rounded-box w-52"
|
class="dropdown-content bg-neutral text-neutral-content z-[1] menu p-2 shadow rounded-box w-52"
|
||||||
>
|
>
|
||||||
<button class="btn" on:click={() => (isAboutModalOpen = true)}>About AdventureLog</button>
|
<button class="btn" on:click={() => (isAboutModalOpen = true)}>About AdventureLog</button>
|
||||||
|
<button
|
||||||
|
class="btn btn-sm mt-2"
|
||||||
|
on:click={() => (window.location.href = 'https://docs.adventurelog.app/')}
|
||||||
|
>Documentation</button
|
||||||
|
>
|
||||||
<p class="font-bold m-4 text-lg">Theme Selection</p>
|
<p class="font-bold m-4 text-lg">Theme Selection</p>
|
||||||
<form method="POST" use:enhance={submitUpdateTheme}>
|
<form method="POST" use:enhance={submitUpdateTheme}>
|
||||||
<li>
|
<li>
|
||||||
|
|
|
@ -35,14 +35,19 @@
|
||||||
</h1>
|
</h1>
|
||||||
{/if}
|
{/if}
|
||||||
<p class="max-w-[600px] text-gray-500 md:text-xl dark:text-gray-400">
|
<p class="max-w-[600px] text-gray-500 md:text-xl dark:text-gray-400">
|
||||||
Discover and plan your next epic adventure with our cutting-edge travel app. Explore
|
Discover and plan your next adventure with AdventureLog. Explore breathtaking
|
||||||
breathtaking destinations, create custom itineraries, and stay connected on the go.
|
destinations, create custom itineraries, and stay connected on the go.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex flex-col gap-2 min-[400px]:flex-row">
|
<div class="flex flex-col gap-2 min-[400px]:flex-row">
|
||||||
|
{#if data.user}
|
||||||
<button on:click={() => goto('/adventures')} class="btn btn-primary">
|
<button on:click={() => goto('/adventures')} class="btn btn-primary">
|
||||||
Go To AdventureLog
|
Go To AdventureLog
|
||||||
</button>
|
</button>
|
||||||
|
{:else}
|
||||||
|
<button on:click={() => goto('/login')} class="btn btn-primary"> Log In </button>
|
||||||
|
<button on:click={() => goto('/signup')} class="btn btn-neutral"> Sign Up </button>
|
||||||
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<img
|
<img
|
||||||
|
@ -74,8 +79,8 @@
|
||||||
<p
|
<p
|
||||||
class="max-w-[900px] text-gray-500 md:text-xl/relaxed lg:text-base/relaxed xl:text-xl/relaxed dark:text-gray-400"
|
class="max-w-[900px] text-gray-500 md:text-xl/relaxed lg:text-base/relaxed xl:text-xl/relaxed dark:text-gray-400"
|
||||||
>
|
>
|
||||||
Our adventure travel app is designed to simplify your journey, providing you with the
|
AdventureLog is designed to simplify your journey, providing you with the tools and
|
||||||
tools and resources to plan, pack, and navigate your next epic adventure.
|
resources to plan, pack, and navigate your next unforgettable adventure.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -90,27 +95,29 @@
|
||||||
/>
|
/>
|
||||||
<div class="flex flex-col justify-center space-y-4">
|
<div class="flex flex-col justify-center space-y-4">
|
||||||
<ul class="grid gap-6">
|
<ul class="grid gap-6">
|
||||||
|
<li>
|
||||||
|
<div class="grid gap-1">
|
||||||
|
<h3 class="text-xl font-bold dark:text-gray-400">Travel Log</h3>
|
||||||
|
<p class="text-gray-500 dark:text-gray-400">
|
||||||
|
Keep track of your adventures with a personalized travel log and share your
|
||||||
|
experiences with friends and family.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<div class="grid gap-1">
|
<div class="grid gap-1">
|
||||||
<h3 class="text-xl font-bold dark:text-gray-400">Trip Planning</h3>
|
<h3 class="text-xl font-bold dark:text-gray-400">Trip Planning</h3>
|
||||||
<p class="text-gray-500 dark:text-gray-400">
|
<p class="text-gray-500 dark:text-gray-400">
|
||||||
Easily create custom itineraries and get real-time updates on your trip.
|
Easily create custom itineraries and get a day-by-day breakdown of your trip.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<div class="grid gap-1">
|
<div class="grid gap-1">
|
||||||
<h3 class="text-xl font-bold dark:text-gray-400">Packing Lists</h3>
|
<h3 class="text-xl font-bold dark:text-gray-400">Travel Map</h3>
|
||||||
<p class="text-gray-500 dark:text-gray-400">
|
<p class="text-gray-500 dark:text-gray-400">
|
||||||
Never forget a thing with our comprehensive packing lists.
|
View your travels throughout the world with an interactive map and explore new
|
||||||
</p>
|
destinations.
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<div class="grid gap-1">
|
|
||||||
<h3 class="text-xl font-bold dark:text-gray-400">Destination Guides</h3>
|
|
||||||
<p class="text-gray-500 dark:text-gray-400">
|
|
||||||
Discover the best attractions, activities, and hidden gems in your destination.
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue