diff --git a/components/AppHeader.vue b/components/AppHeader.vue
index e4800f7..8605294 100644
--- a/components/AppHeader.vue
+++ b/components/AppHeader.vue
@@ -56,15 +56,16 @@
Dashboard
Pricing
Sign In
-
+ Start for free
+
diff --git a/nuxt.config.ts b/nuxt.config.ts
index f60adc2..36b5301 100644
--- a/nuxt.config.ts
+++ b/nuxt.config.ts
@@ -11,6 +11,14 @@ export default defineNuxtConfig({
imports: {
dirs: ['./stores'],
},
+ app:{
+ head: {
+ htmlAttrs: {
+ lang: 'en',
+ },
+ title: 'Nuxt 3 SAAS Boilerplate',
+ },
+ },
runtimeConfig:{
stripeSecretKey: process.env.STRIPE_SECRET_KEY,
stripeEndpointSecret: process.env.STRIPE_ENDPOINT_SECRET,
diff --git a/pages/dashboard.vue b/pages/dashboard.vue
index fa75e18..dd5bdae 100644
--- a/pages/dashboard.vue
+++ b/pages/dashboard.vue
@@ -37,11 +37,11 @@
@@ -53,7 +53,7 @@
{{ note.note_text }}
diff --git a/pages/pricing.vue b/pages/pricing.vue
index 1f341a1..0e2663f 100644
--- a/pages/pricing.vue
+++ b/pages/pricing.vue
@@ -22,6 +22,12 @@
Free Plan
Single user, 10 notes
$0/mo
+
@@ -39,7 +45,7 @@
@@ -47,8 +53,8 @@
@@ -67,7 +73,7 @@
@@ -75,8 +81,8 @@