Skip to content

Commit

Permalink
feat: update layout text and links for improved user engagement
Browse files Browse the repository at this point in the history
  • Loading branch information
Spikeysanju committed Dec 12, 2024
1 parent f490d52 commit 03eaeba
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
<!-- Logo section -->
<div class="border-b p-4">
<div class="flex flex-col space-y-1">
<h1 class="text-xl font-semibold text-primary">SvelteDnD</h1>
<a href="https://thisux.com" target="_blank" class="text-xs hover:text-primary"
<h1 class="text-primary text-xl font-semibold">SvelteDnD</h1>
<a href="https://thisux.com" target="_blank" class="hover:text-primary text-xs"
>by ThisUX</a
>
</div>
Expand Down Expand Up @@ -118,7 +118,7 @@
target="_blank"
rel="noopener noreferrer"
>
Get in Touch
Book a call →
<svg
class="h-4 w-4 transition-transform group-hover:translate-x-1"
fill="none"
Expand All @@ -144,12 +144,12 @@
<span class="text-xs font-medium text-green-600">Available for Projects</span>
</div>
<a
href="https://thisux.com"
class="text-xs font-medium text-gray-900 hover:text-primary"
href="https://cal.com/imsanju/15min"
class="hover:text-primary text-xs font-medium text-gray-900"
target="_blank"
rel="noopener noreferrer"
>
Get in Touch
Book a call
</a>
</div>

Expand Down

0 comments on commit 03eaeba

Please sign in to comment.