feat(copy): wrote some basic copy for the statis pages, landing, prices, products
This commit is contained in:
@@ -8,6 +8,7 @@ import en from '@/locales/en.json';
|
||||
import fr from '@/locales/fr.json';
|
||||
import Landing from '@/features/landing/views/Landing.vue';
|
||||
import ProductPage from '@/features/landing/views/ProductPage.vue';
|
||||
import ProductFeaturePage from '@/features/landing/views/ProductFeaturePage.vue';
|
||||
import PricingPage from '@/features/landing/views/PricingPage.vue';
|
||||
import BlogsPage from '@/features/landing/views/BlogsPage.vue';
|
||||
import GuidesPage from '@/features/landing/views/GuidesPage.vue';
|
||||
@@ -16,6 +17,7 @@ import './assets/main.css';
|
||||
const publicRoutes = [
|
||||
{ path: '/', component: Landing },
|
||||
{ path: '/product', component: ProductPage },
|
||||
{ path: '/product/:featureSlug', component: ProductFeaturePage },
|
||||
{ path: '/pricing', component: PricingPage },
|
||||
{ path: '/blogs', component: BlogsPage },
|
||||
{ path: '/guides', component: GuidesPage },
|
||||
|
||||
Reference in New Issue
Block a user