We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 604b14d commit 1f8146bCopy full SHA for 1f8146b
1 file changed
src/routes/(app)/home/hero-section.tsx
@@ -9,22 +9,6 @@ export const HeroSection = component$(() => {
9
<h1 class="text-3xl font-bold text-[#5B3E29]">
10
Discover Cozy Spaces
11
</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>
28
</div>
29
<p class="max-w-2xl text-[#6D5D4E]">
30
Find the perfect cozy spot or event shared by our community
0 commit comments