Auto commit: 2025-12-02T14:46:23.406Z

This commit is contained in:
Flatlogic Bot 2025-12-02 14:46:23 +00:00
parent 1f5994e0b6
commit 3c98edbcb2
2 changed files with 9 additions and 8 deletions

View File

@ -1,3 +1,4 @@
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');
body {
@ -66,4 +67,4 @@ body {
.spinner-border {
color: #DB2777 !important;
}
}

View File

@ -14,23 +14,23 @@
<div class="hero">
<div class="container">
<h1>Find Your Next Adventure</h1>
<p class="lead">Let our AI guide you to the wonders of Poland.</p>
<h1>Your Next Adventure Awaits</h1>
<p class="lead">Discover Poland with AI.</p>
</div>
</div>
<div class="container mt-n5">
<div class="row justify-content-center">
<div class="col-md-8">
<div class="card p-4">
<div class="card p-4 shadow-lg">
<div class="card-body">
<form id="suggestion-form">
<div class="mb-3 text-center">
<label for="query" class="form-label fs-5 mb-3">What kind of trip are you dreaming of?</label>
<input type="text" class="form-control form-control-lg" id="query" placeholder="e.g., a relaxing weekend by the sea">
<div class="mb-4 text-center">
<label for="query" class="form-label fs-4 mb-3">What are you looking for?</label>
<input type="text" class="form-control form-control-lg" id="query" placeholder="e.g., a cozy cafe in Krakow">
</div>
<div class="text-center">
<button type="submit" class="btn btn-primary btn-lg">Get Suggestion</button>
<button type="submit" class="btn btn-primary btn-lg px-5">Get Suggestion</button>
</div>
</form>
</div>