diff --git a/nuxt.config.ts b/nuxt.config.ts index c6142a1..06453f5 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -11,6 +11,12 @@ export default defineNuxtConfig({ enabled: true, }, + scripts: { + registry: { + stripe: true, + } + }, + modules: [ "@nuxt/image", "@nuxtjs/tailwindcss", @@ -18,8 +24,10 @@ export default defineNuxtConfig({ "@sidebase/nuxt-auth", "nuxt-posthog", "@vueuse/nuxt", + "@nuxt/scripts", ], + // https://tailwind.primevue.org/nuxt/ // https://github.com/primefaces/primevue-examples/blob/main/nuxt-styled-tailwind/nuxt.config.ts primevue: { diff --git a/package.json b/package.json index 8c2ba5b..26f1151 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ }, "dependencies": { "@nuxt/image": "^1.7.0", + "@nuxt/scripts": "^0.9.4", "@primevue/themes": "^4.0.4", "@supabase/supabase-js": "^2.45.4", "@vueuse/core": "^11.0.3", diff --git a/pages/index.vue b/pages/index.vue index 9a37c59..859dd9b 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -153,25 +153,15 @@ Choose Your Plan - - - - - - {{ plan.name }} - ${{ pricingPeriod === 'monthly' ? plan.monthlyPrice : plan.yearlyPrice }}/{{ pricingPeriod === 'monthly' ? 'mo' : 'yr' }} - - - - {{ feature }} - - - - - + + + Create Your AI Model and Photos Now
${{ pricingPeriod === 'monthly' ? plan.monthlyPrice : plan.yearlyPrice }}/{{ pricingPeriod === 'monthly' ? 'mo' : 'yr' }}