diff --git a/assets/css/hero.css b/assets/css/hero.css index 13858dd..40de960 100644 --- a/assets/css/hero.css +++ b/assets/css/hero.css @@ -13,7 +13,18 @@ background: linear-gradient(to bottom right, #F9B208, #E72E77); } -.hero-inner { +.hero-first { + display: flex; + flex-direction: column; /* Stack elements vertically by default */ + align-items: center; + text-align: center; + width: 100%; + max-width: 1200px; + gap: 4rem; /* Space between items */ + margin-bottom: 4rem; +} + +.hero-second { display: flex; flex-direction: column; /* Stack elements vertically by default */ align-items: center; @@ -78,6 +89,45 @@ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); } + +/* How It Works Section */ +#how-it-works { + background-color: #f8f9fa; + padding: 60px 0; +} + +.steps { + display: flex; + flex-direction: column; + gap: 40px; + text-align: center; +} + +.step h3 { + font-size: 1.6rem; + margin-bottom: 10px; +} + +/* Features Section */ +#features { + padding: 60px 0; +} + +.features-list { + display: flex; + flex-direction: column; + gap: 30px; +} + +.feature { + text-align: center; +} + +.feature h3 { + font-size: 1.6rem; + margin-bottom: 10px; +} + /* Responsive layout for larger screens */ @media screen and (min-width: 768px) { .hero-inner { @@ -131,4 +181,18 @@ height: 100%; object-fit: cover; } + + .steps { + flex-direction: row; + justify-content: space-around; + } + + .features-list { + flex-direction: row; + justify-content: space-between; + } + + .feature { + flex-basis: 45%; + } } \ No newline at end of file diff --git a/partials/components/hero.hbs b/partials/components/hero.hbs index a64bbd6..791697a 100644 --- a/partials/components/hero.hbs +++ b/partials/components/hero.hbs @@ -1,7 +1,7 @@
-
+
@@ -22,4 +22,55 @@
+
+ +
+
+

How It Works

+
+
+

1. Set Your Preferences

+

Choose the experiences that matter to you – whether it's history, nature, or shopping, your preferences guide the trip.

+ +
+
+

2. Generate an Optimized Trip

+

Our app uses intelligent algorithms to find the best route, balancing popular landmarks and hidden gems to create a personalized experience.

+ +
+
+

3. Explore at Your Own Pace

+

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.

+ +
+
+
+
+ + +
+
+

Why Choose Trip Optimizer?

+
+
+

Personalized Itineraries

+

Custom-tailored trips based on your unique interests, ensuring every stop is something you'll love.

+
+
+

Smart Optimization

+

Our intelligent algorithms combine both well-known landmarks and local hidden gems for the perfect balance.

+
+
+

Real-time Flexibility

+

Change your itinerary anytime, and our system will instantly recalculate to ensure you still see all the best spots.

+
+
+

Discover Hidden Gems

+

Explore lesser-known spots that regular travel guides miss, giving you a truly unique adventure.

+
+
+
+
+ +