Skip to content

Commit 954c702

Browse files
Update app.vue
1 parent d1d4e25 commit 954c702

File tree

1 file changed

+5
-25
lines changed

1 file changed

+5
-25
lines changed

app/app.vue

+5-25
Original file line numberDiff line numberDiff line change
@@ -66,46 +66,26 @@ onMounted(() => {
6666
<NuxtLoadingIndicator />
6767

6868
<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"
7171
>
7272
<div class="flex items-center gap-1 text-black">
7373
<UIcon
7474
name="i-ri-discount-percent-fill"
7575
class="w-5 h-5 flex-shrink-0 pointer-events-none"
7676
/>
7777
<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>
8080
<UButton
81-
label="Shop now"
81+
label="Take the Survey"
8282
color="white"
8383
trailing-icon="i-ph-arrow-right"
8484
size="2xs"
8585
class="rounded-full ml-1"
8686
/>
8787
</div>
8888
</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> -->
10989

11090
<AppHeader :links="headerLinks" />
11191

0 commit comments

Comments
 (0)