File tree 1 file changed +5
-25
lines changed
1 file changed +5
-25
lines changed Original file line number Diff line number Diff line change @@ -66,46 +66,26 @@ onMounted(() => {
66
66
<NuxtLoadingIndicator />
67
67
68
68
<AppBanner
69
- id =" black-friday-2024-nuxt-ui "
70
- to =" https://ui.nuxt .com/pro/pricing?utm_source=nuxt_website&utm_medium=banner "
69
+ id =" state-of-js-2024 "
70
+ to =" https://survey.devographics .com/en-US/survey/state-of-js/2024?source=nuxt_homepage "
71
71
>
72
72
<div class =" flex items-center gap-1 text-black" >
73
73
<UIcon
74
74
name =" i-ri-discount-percent-fill"
75
75
class =" w-5 h-5 flex-shrink-0 pointer-events-none"
76
76
/>
77
77
<span >
78
- < span class = " font-bold pr-1 " >Black Friday Week</ span >
79
- < span class = " font-bold dark:bg-black dark:text-white bg-white text-black px-2 py-1 rounded text-xs " >20% OFF</ span > on < span class = " font-semibold " >Nuxt UI Pro</ span > until < span class = " font-semibold " >Dec 2nd</ span > </span >
78
+ Make your Nuxt experience count in The State of JavaScript 2024
79
+ </span >
80
80
<UButton
81
- label =" Shop now "
81
+ label =" Take the Survey "
82
82
color =" white"
83
83
trailing-icon =" i-ph-arrow-right"
84
84
size =" 2xs"
85
85
class =" rounded-full ml-1"
86
86
/>
87
87
</div >
88
88
</AppBanner >
89
- <!-- <AppBanner
90
- id="nuxt-certification-early-bird-launch"
91
- to="https://certification.nuxt.com"
92
- >
93
- <div class="flex items-center gap-2">
94
- <UIcon
95
- name="i-ph-medal"
96
- class="w-5 h-5 flex-shrink-0 pointer-events-none"
97
- />
98
- <span>The <span class="font-semibold">Nuxt Certification Program</span> by VueSchool is out!</span>
99
- <UButton
100
- color="white"
101
- trailing-icon="i-ph-arrow-right"
102
- size="2xs"
103
- class="rounded-full"
104
- >
105
- Register
106
- </UButton>
107
- </div>
108
- </AppBanner> -->
109
89
110
90
<AppHeader :links =" headerLinks" />
111
91
You can’t perform that action at this time.
0 commit comments