padding
All checks were successful
Deploy Theme / deploy (push) Successful in 9s

This commit is contained in:
kscheidecker 2025-03-07 07:52:39 +01:00
parent 769e9bdb94
commit 3e1c648603
2 changed files with 33 additions and 37 deletions

View File

@ -96,7 +96,7 @@
}
#how-it-works h2 {
margin-bottom: 25px;
margin-bottom: 35px;
}
.steps {
@ -117,7 +117,7 @@
}
#features h2 {
margin-bottom: 25px;
margin-bottom: 35px;
}
.features-list {

View File

@ -26,49 +26,45 @@
<!-- How It Works Section -->
<section id="how-it-works">
<div class="container">
<h2>How It Works</h2>
<div class="steps">
<div class="step">
<h3>1. Set Your Preferences</h3>
<p>Choose the experiences that matter to you, whether it's history, nature, or shopping, your preferences guide the trip. Choose the length of your trip as well, be it an hour or the whole day.</p>
<!-- Add a screenshot of the preference selection screen -->
<h2>How It Works</h2>
<div class="steps">
<div class="step">
<h3>1. Set Your Preferences</h3>
<p>Choose the experiences that matter to you, whether it's history, nature, or shopping, your preferences guide the trip. Choose the length of your trip as well, be it an hour or the whole day.</p>
<!-- Add a screenshot of the preference selection screen -->
</div>
<div class="step">
<h3>2. Generate an Optimized Trip</h3>
<p>Our app uses an internally-developed algorithm to find the best route, balancing popular landmarks and hidden gems to create a personalized experience.</p>
<!-- Add a screenshot of a generated trip route -->
</div>
<div class="step">
<h3>3. Explore at Your Own Pace</h3>
<p>Follow the plan or make changes on the go : our flexible trip design allows you to explore freely while ensuring you never miss anything important.</p>
<!-- Add a screenshot of an itinerary view -->
</div>
</div>
<div class="step">
<h3>2. Generate an Optimized Trip</h3>
<p>Our app uses an internally-developed algorithm to find the best route, balancing popular landmarks and hidden gems to create a personalized experience.</p>
<!-- Add a screenshot of a generated trip route -->
</div>
<div class="step">
<h3>3. Explore at Your Own Pace</h3>
<p>Follow the plan or make changes on the go : our flexible trip design allows you to explore freely while ensuring you never miss anything important.</p>
<!-- Add a screenshot of an itinerary view -->
</div>
</div>
</div>
</section>
<!-- Features Section -->
<section id="features">
<div class="container">
<h2>Why Choose AnyWay?</h2>
<div class="features-list">
<div class="feature">
<h3>Personalized Itineraries</h3>
<p>Custom-tailored trips based on your unique interests, ensuring every stop is something you'll love.</p>
<h2>Why Choose AnyWay?</h2>
<div class="features-list">
<div class="feature">
<h3>Personalized Itineraries</h3>
<p>Custom-tailored trips based on your unique interests, ensuring every stop is something you'll love.</p>
</div>
<div class="feature">
<h3>Smart Optimization</h3>
<p>Our advanced algorithm combines both well-known landmarks and local hidden gems for the perfect balance.</p>
</div>
<div class="feature">
<h3>Real-time Flexibility</h3>
<p>Change your itinerary anytime, and the app will instantly recalculate to ensure you still see all the best spots.</p>
</div>
</div>
<div class="feature">
<h3>Smart Optimization</h3>
<p>Our advanced algorithm combines both well-known landmarks and local hidden gems for the perfect balance.</p>
</div>
<div class="feature">
<h3>Real-time Flexibility</h3>
<p>Change your itinerary anytime, and the app will instantly recalculate to ensure you still see all the best spots.</p>
</div>
<div class="feature">
<h3>Discover Hidden Gems</h3>
<p>Explore lesser-known spots that regular travel guides miss, giving you a truly unique adventure.</p>
</div>
</div>
</div>
</section>