Update (welcome)
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
<div class="container-lg text-center py-5">
|
<div class="container-lg text-center py-5">
|
||||||
<h1 class="display-5 text-body-emphasis font-family-zilla-slab">
|
<h1 class="display-5 text-body-emphasis font-family-zilla-slab w-75 mx-auto" style="line-height:1.4em;">
|
||||||
Get the <span class="bg-highlighter-yellow fw-bold px-2">Right AI</span> for <span
|
Get the <span class="bg-highlighter-yellow fw-bold px-2">Right AI</span> for <span
|
||||||
class="bg-highlighter-pink fw-bold px-2">Any Task</span>
|
class="bg-highlighter-pink fw-bold px-2">Any Task</span>
|
||||||
</h1>
|
</h1>
|
||||||
|
|||||||
@@ -3,6 +3,6 @@ class="form-inline d-flex justify-content-center border rounded-pill p-2">
|
|||||||
@csrf
|
@csrf
|
||||||
<input class="form-control form-control-lg border-0 rounded-pill" type="search" placeholder="Search AI Tools"
|
<input class="form-control form-control-lg border-0 rounded-pill" type="search" placeholder="Search AI Tools"
|
||||||
name="query" value="{{ session()->get('query') }}" aria-label="Search">
|
name="query" value="{{ session()->get('query') }}" aria-label="Search">
|
||||||
<button class="btn btn-lg btn-primary bg-gradient text-white rounded-pill ms-2 text-nowrap px-4 fw-bold"
|
<button class="btn btn-lg btn-primary bg-gradient text-white rounded-pill ms-2 text-nowrap ps-3 pe-2 px-lg-4 fw-bold"
|
||||||
type="submit">Search with Buddy AI ✨</button>
|
type="submit">Search <span class="d-none d-md-inline"> with Buddy AI</span> ✨</button>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
Reference in New Issue
Block a user