diff --git a/apps/website/components/Accordion.vue b/apps/website/components/Accordion.vue new file mode 100644 index 0000000..8d10532 --- /dev/null +++ b/apps/website/components/Accordion.vue @@ -0,0 +1,108 @@ + + + + + diff --git a/apps/website/components/FaqSection.vue b/apps/website/components/FaqSection.vue new file mode 100644 index 0000000..41037fc --- /dev/null +++ b/apps/website/components/FaqSection.vue @@ -0,0 +1,142 @@ + + + + + diff --git a/apps/website/components/InlineCodeBlock.vue b/apps/website/components/InlineCodeBlock.vue new file mode 100644 index 0000000..ee4aa38 --- /dev/null +++ b/apps/website/components/InlineCodeBlock.vue @@ -0,0 +1,83 @@ + + + + + diff --git a/apps/website/components/landing/CtaSection.vue b/apps/website/components/landing/CtaSection.vue new file mode 100644 index 0000000..2df94e4 --- /dev/null +++ b/apps/website/components/landing/CtaSection.vue @@ -0,0 +1,97 @@ + + + + + diff --git a/apps/website/components/landing/DownloadSection.vue b/apps/website/components/landing/DownloadSection.vue new file mode 100644 index 0000000..c342e9f --- /dev/null +++ b/apps/website/components/landing/DownloadSection.vue @@ -0,0 +1,156 @@ + + + + + diff --git a/apps/website/components/landing/FeaturesSection.vue b/apps/website/components/landing/FeaturesSection.vue new file mode 100644 index 0000000..bf6314f --- /dev/null +++ b/apps/website/components/landing/FeaturesSection.vue @@ -0,0 +1,135 @@ + + + + + diff --git a/apps/website/components/landing/HeroSection.vue b/apps/website/components/landing/HeroSection.vue new file mode 100644 index 0000000..3d10f5b --- /dev/null +++ b/apps/website/components/landing/HeroSection.vue @@ -0,0 +1,187 @@ + + + + + diff --git a/apps/website/components/landing/TechStackSection.vue b/apps/website/components/landing/TechStackSection.vue new file mode 100644 index 0000000..725326b --- /dev/null +++ b/apps/website/components/landing/TechStackSection.vue @@ -0,0 +1,77 @@ + + + + + diff --git a/apps/website/pages/index.vue b/apps/website/pages/index.vue index df4b33a..0f72408 100644 --- a/apps/website/pages/index.vue +++ b/apps/website/pages/index.vue @@ -1,219 +1,11 @@ @@ -225,362 +17,3 @@ useHead({ ] }) - - diff --git a/apps/website/tsconfig.json b/apps/website/tsconfig.json index bfa0fea..eee7ab0 100644 --- a/apps/website/tsconfig.json +++ b/apps/website/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { // Environment setup & latest features - "lib": ["ESNext"], + "lib": ["ESNext", "DOM", "DOM.Iterable"], "target": "ESNext", "module": "Preserve", "moduleDetection": "force",