This commit is contained in:
parent
41deb33c2a
commit
45c25a42f5
@ -103,7 +103,7 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 40px;
|
||||
text-align: center;
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
.step h3 {
|
||||
|
@ -30,12 +30,12 @@
|
||||
<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.</p>
|
||||
<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 intelligent algorithms to find the best route, balancing popular landmarks and hidden gems to create a personalized experience.</p>
|
||||
<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">
|
||||
@ -50,7 +50,7 @@
|
||||
<!-- Features Section -->
|
||||
<section id="features">
|
||||
<div class="container">
|
||||
<h2>Why Choose Trip Optimizer?</h2>
|
||||
<h2>Why Choose AnyWay?</h2>
|
||||
<div class="features-list">
|
||||
<div class="feature">
|
||||
<h3>Personalized Itineraries</h3>
|
||||
@ -58,11 +58,11 @@
|
||||
</div>
|
||||
<div class="feature">
|
||||
<h3>Smart Optimization</h3>
|
||||
<p>Our intelligent algorithms combine both well-known landmarks and local hidden gems for the perfect balance.</p>
|
||||
<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 our system will instantly recalculate to ensure you still see all the best spots.</p>
|
||||
<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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user