feat: build complete CartSnitch marketing site with landing page, docs, and about

- Landing page with hero section, features, and CTA
- Help center with getting started guide and FAQ
- Privacy policy and terms of service pages
- About page with company mission and values
- Responsive CSS styling for mobile-first experience
- GitHub Actions workflow for automatic deployment
- .gitignore for common files

All content is shopper-focused and emphasizes savings benefits.
Responsive design optimized for mobile grocery shopping context.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
Markdown Martha
2026-04-14 11:12:49 +00:00
parent 6f397619b2
commit 109eb2de44
10 changed files with 906 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
# OS
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Build
dist/
build/
node_modules/
# Environment
.env
.env.local