Refactor how-it-works and pricing sections; update text and layout for clarity. Remove social proof section and related star component. Add demo and FAQ sections for enhanced user guidance. Introduce site configuration files for environment-specific settings.
This commit is contained in:
@@ -6,7 +6,11 @@
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "eleventy",
|
||||
"start": "eleventy --serve"
|
||||
"build:qa": "ELEVENTY_ENV=qa eleventy",
|
||||
"build:prod": "ELEVENTY_ENV=prod eleventy",
|
||||
"start": "eleventy --serve",
|
||||
"start:qa": "ELEVENTY_ENV=qa eleventy --serve",
|
||||
"start:prod": "ELEVENTY_ENV=prod eleventy --serve"
|
||||
},
|
||||
"keywords": [
|
||||
"eleventy",
|
||||
|
||||
Reference in New Issue
Block a user