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:
Jose Selesan
2026-09-15 22:09:28 -03:00
parent eb40654155
commit 96e1358bdc
24 changed files with 435 additions and 362 deletions

View File

@@ -3,6 +3,8 @@ services:
build:
context: .
dockerfile: Dockerfile
args:
ELEVENTY_ENV: ${ELEVENTY_ENV:-prod}
image: gruperly-landing-page:latest
container_name: gruperly-landing-page
restart: unless-stopped