Auto commit: 2025-12-02T14:46:23.406Z
This commit is contained in:
parent
1f5994e0b6
commit
3c98edbcb2
@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');
|
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@ -66,4 +67,4 @@ body {
|
|||||||
|
|
||||||
.spinner-border {
|
.spinner-border {
|
||||||
color: #DB2777 !important;
|
color: #DB2777 !important;
|
||||||
}
|
}
|
||||||
|
|||||||
14
index.php
14
index.php
@ -14,23 +14,23 @@
|
|||||||
|
|
||||||
<div class="hero">
|
<div class="hero">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1>Find Your Next Adventure</h1>
|
<h1>Your Next Adventure Awaits</h1>
|
||||||
<p class="lead">Let our AI guide you to the wonders of Poland.</p>
|
<p class="lead">Discover Poland with AI.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="container mt-n5">
|
<div class="container mt-n5">
|
||||||
<div class="row justify-content-center">
|
<div class="row justify-content-center">
|
||||||
<div class="col-md-8">
|
<div class="col-md-8">
|
||||||
<div class="card p-4">
|
<div class="card p-4 shadow-lg">
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<form id="suggestion-form">
|
<form id="suggestion-form">
|
||||||
<div class="mb-3 text-center">
|
<div class="mb-4 text-center">
|
||||||
<label for="query" class="form-label fs-5 mb-3">What kind of trip are you dreaming of?</label>
|
<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 relaxing weekend by the sea">
|
<input type="text" class="form-control form-control-lg" id="query" placeholder="e.g., a cozy cafe in Krakow">
|
||||||
</div>
|
</div>
|
||||||
<div class="text-center">
|
<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>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user