Skip to content

Commit 1f8146b

Browse files
author
jean-philippe
committed
worked out
1 parent 604b14d commit 1f8146b

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

src/routes/(app)/home/hero-section.tsx

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,6 @@ export const HeroSection = component$(() => {
99
<h1 class="text-3xl font-bold text-[#5B3E29]">
1010
Discover Cozy Spaces
1111
</h1>
12-
<span class="inline-flex items-center justify-center rounded-full bg-gradient-to-r from-[#D98E73] to-[#C27B62] px-2.5 py-0.5 text-xs font-medium text-white">
13-
<svg
14-
xmlns="http://www.w3.org/2000/svg"
15-
width="16"
16-
height="16"
17-
viewBox="0 0 24 24"
18-
fill="none"
19-
stroke="currentColor"
20-
class="mr-1 h-3 w-3"
21-
>
22-
<path d="M12 2L2 7l10 5 10-5-10-5z" />
23-
<path d="M2 17l10 5 10-5" />
24-
<path d="M2 12l10 5 10-5" />
25-
</svg>
26-
BETA
27-
</span>
2812
</div>
2913
<p class="max-w-2xl text-[#6D5D4E]">
3014
Find the perfect cozy spot or event shared by our community

0 commit comments

Comments
 (0)