- HeroSection: 3-col layout (copy | concentric circles+dashboard | display headline) - 'use client' + framer-motion entrance animations (slide in from sides, scale centre) - DashboardPreview inline component (compact portal mockup) - Two floating stat mini-cards (Avg Tax Saved, Response Time) - Mobile: stacked layout, right headline column hidden, H1 in left column - ContainerScroll: simplified — removed 72rem scroll container and scroll transforms; now plain layout wrapper with CSS fadeInUp entrance - Header: logo size increased h-10 → h-13 (40px → 52px) - fix: escape apostrophes in ProcessSection, SolutionSection, TestimonialsSection - fix: remove unused customSize param from SpotlightCard - docs: update CONTEXT_HANDOVER.md with session 4 changes Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
17 lines
489 B
Text
17 lines
489 B
Text
# Database (Docker PostgreSQL)
|
|
DATABASE_URI=postgresql://axil:axil_dev@db:5432/axil
|
|
|
|
# Payload CMS
|
|
PAYLOAD_SECRET=your-payload-secret-min-32-chars-here
|
|
|
|
# Site
|
|
NEXT_PUBLIC_SITE_URL=http://localhost:3000
|
|
|
|
# Email (Resend) — настраивается позже (Feature 19)
|
|
# RESEND_API_KEY=re_xxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
|
|
|
# AI Chat Bot (optional — Feature 25)
|
|
# OPENAI_API_KEY=sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
|
|
|
# Error Monitoring (Feature 32)
|
|
# SENTRY_DSN=https://xxxx@sentry.io/xxxx
|