Skip to content

Commit a529ac5

Browse files
committed
Cleanup
1 parent 8815e5f commit a529ac5

File tree

2 files changed

+12
-17
lines changed

2 files changed

+12
-17
lines changed

resources/views/components/ultra-plan.blade.php

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -20,29 +20,24 @@ class="mx-auto mt-10 max-w-2xl"
2020
})
2121
}
2222
"
23-
class="dark:bg-mirage space-y-3 rounded-2xl bg-gray-100 p-7 text-center"
23+
class="dark:bg-mirage space-y-3 rounded-2xl bg-gray-100 p-7"
2424
>
2525
{{-- Plan Name --}}
2626
<h3
2727
id="ultra-tier-heading"
28-
class="text-2xl font-semibold"
28+
class="text-3xl font-semibold flex gap-4 items-center"
2929
>
30-
Ultra
30+
<span class="rounded-full bg-zinc-300 dark:bg-zinc-600 px-4 py-1">
31+
Ultra
32+
</span>
33+
<span class="text-zinc-600 dark:text-zinc-300 text-xl font-normal">Partners get even more!</span>
3134
</h3>
3235

33-
{{-- Price --}}
34-
{{-- <div --}}
35-
{{-- class="flex items-start gap-1.5 pt-5" --}}
36-
{{-- aria-label="Price: $10,000+ per year" --}}
37-
{{-- > --}}
38-
{{-- <div class="text-5xl font-semibold">$20,000</div> --}}
39-
{{-- <div class="self-end pb-1.5 text-zinc-500">per year</div> --}}
40-
{{-- </div> --}}
41-
4236
<p class="dark:text-gray-400">
43-
Partners get even more! <b>Ultra</b> is our Partnership Program, offering dedicated support,
44-
feature development, training, license management, marketing opportunities, and other
45-
enterprise-oriented services for teams of any size.
37+
<span class="font-semibold">Ultra</span> is our Partnership Program, offering
38+
<span class="font-medium">dedicated support</span>, <span class="font-medium">feature development</span>,
39+
<span class="font-medium">training</span>, <span class="font-medium">marketing opportunities</span>
40+
and other enterprise-oriented services for teams of any size.
4641
</p>
4742
<div>
4843
<a

resources/views/livewire/wall-of-love-banner.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
</svg>
1010
</div>
1111
<div class="ml-4 flex-1">
12-
<h3 class="text-sm font-medium text-blue-800 dark:text-blue-200">
13-
Join our Wall of Love! 💙
12+
<h3 class="font-medium text-blue-800 dark:text-blue-200">
13+
Join our Wall of Love!
1414
</h3>
1515
<p class="mt-1 text-sm text-blue-700 dark:text-blue-300">
1616
As an early adopter who purchased a license before June 1st, 2025, we'd love to feature you on

0 commit comments

Comments
 (0)