Skip to content

Commit 03eaeba

Browse files
committed
feat: update layout text and links for improved user engagement
1 parent f490d52 commit 03eaeba

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/routes/+layout.svelte

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
<!-- Logo section -->
2727
<div class="border-b p-4">
2828
<div class="flex flex-col space-y-1">
29-
<h1 class="text-xl font-semibold text-primary">SvelteDnD</h1>
30-
<a href="https://thisux.com" target="_blank" class="text-xs hover:text-primary"
29+
<h1 class="text-primary text-xl font-semibold">SvelteDnD</h1>
30+
<a href="https://thisux.com" target="_blank" class="hover:text-primary text-xs"
3131
>by ThisUX</a
3232
>
3333
</div>
@@ -118,7 +118,7 @@
118118
target="_blank"
119119
rel="noopener noreferrer"
120120
>
121-
Get in Touch
121+
Book a call →
122122
<svg
123123
class="h-4 w-4 transition-transform group-hover:translate-x-1"
124124
fill="none"
@@ -144,12 +144,12 @@
144144
<span class="text-xs font-medium text-green-600">Available for Projects</span>
145145
</div>
146146
<a
147-
href="https://thisux.com"
148-
class="text-xs font-medium text-gray-900 hover:text-primary"
147+
href="https://cal.com/imsanju/15min"
148+
class="hover:text-primary text-xs font-medium text-gray-900"
149149
target="_blank"
150150
rel="noopener noreferrer"
151151
>
152-
Get in Touch
152+
Book a call
153153
</a>
154154
</div>
155155

0 commit comments

Comments
 (0)