feat: Initial landing page for LetsBe Cloud

Static marketing site with:
- Value proposition and feature showcase
- 10 core tools listed with descriptions
- Two pricing tiers (Starter $49/mo, Professional $79/mo)
- Stripe Checkout integration for payments
- Responsive design with Tailwind CSS
- FAQ section and footer

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-07 08:03:34 +01:00
commit 3b34eaabe3
10 changed files with 690 additions and 0 deletions

6
.dockerignore Normal file
View File

@@ -0,0 +1,6 @@
node_modules
.next
out
.git
*.md
.env*