Skip to content

Commit 1d07864

Browse files
committed
Final Finish Touch
1 parent 25dc31b commit 1d07864

File tree

1 file changed

+1
-23
lines changed

1 file changed

+1
-23
lines changed

Pages/Home.razor

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -18,30 +18,8 @@
1818
</div>
1919
<h1 class="text-4xl md:text-5xl font-bold mb-4">Tom & Jerry</h1>
2020
<p class="text-xl text-red-100 mb-8 max-w-2xl mx-auto">
21-
The timeless adventures of the world's most famous cat and mouse duo
21+
The timeless adventures...
2222
</p>
23-
24-
<!-- Hero Search Bar -->
25-
<div class="max-w-md mx-auto mb-8">
26-
<div class="relative">
27-
<div class="flex items-center bg-white/10 backdrop-blur-sm border border-white/20 rounded-full shadow-lg">
28-
<input type="text"
29-
@bind="heroSearchTerm"
30-
@bind:event="oninput"
31-
@onkeydown="HandleHeroSearchKeyDown"
32-
class="flex-1 px-4 py-3 text-sm border-0 rounded-l-full focus:outline-none focus:ring-0 bg-transparent text-white placeholder-white/70"
33-
placeholder="Search episodes...">
34-
35-
<button class="px-4 py-3 text-white/80 hover:text-white hover:bg-white/10 rounded-r-full transition-colors"
36-
@onclick="PerformHeroSearch">
37-
<svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
38-
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path>
39-
</svg>
40-
</button>
41-
</div>
42-
</div>
43-
</div>
44-
4523
<!-- Stats -->
4624
<div class="grid grid-cols-1 sm:grid-cols-3 gap-6 max-w-md mx-auto">
4725
<div class="text-center">

0 commit comments

Comments
 (0)