AI Landing Page (#125)

* AI Landing Page

* Fix primary

* fix ai feature page

* set create form link on ai pages

* WIP

* replace video intro

---------

Co-authored-by: Julien Nahum <julien@nahum.net>
This commit is contained in:
Chirag Chhatrala
2023-07-11 20:57:05 +05:30
committed by GitHub
parent 918c9a5a61
commit 617862a018
22 changed files with 2001 additions and 3 deletions

View File

@@ -61,6 +61,7 @@ export default [
// Guest Routes
{ path: '/', name: 'welcome', component: page('welcome.vue') },
{ path: '/ai-form-builder', name: 'aiformbuilder', component: page('ai-form-builder.vue') },
{ path: '/integrations', name: 'integrations', component: page('integrations.vue') },
{ path: '/forms/:slug', name: 'forms.show_public', component: page('forms/show-public.vue') },