Aimpress_site/src
Vadym Samoilenko 6cd63f1bdf Add Page Builder: 15 block types + publish/unpublish via TinaCMS
- New TinaCMS collection 'pages' with 15 block templates:
  Hero, TextBlock, TwoColumn, Features, Stats, Testimonials,
  Team, FAQ, CTABanner, Video, Gallery, Pricing, Timeline,
  Divider, ContactForm
- Each page has published toggle (unpublished → 404)
- Route /p/:slug renders dynamic pages from content/pages/*.json
- scripts/copy-pages.mjs copies content/pages → public/pages at build
- prerender.mjs extended to prerender published pages
- All blocks styled with design tokens + Framer Motion animations

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-18 22:29:51 +00:00
..
assets Initial commit: Aimpress website 2026-03-08 13:47:37 +00:00
components Add Page Builder: 15 block types + publish/unpublish via TinaCMS 2026-03-18 22:29:51 +00:00
hooks Add multi-language support (EN/UK) across entire site 2026-03-09 13:32:04 +00:00
i18n Fix cookie banner disappearing when TinaCloud data loads 2026-03-12 22:36:18 +00:00
pages Add Page Builder: 15 block types + publish/unpublish via TinaCMS 2026-03-18 22:29:51 +00:00
types Add Page Builder: 15 block types + publish/unpublish via TinaCMS 2026-03-18 22:29:51 +00:00
analytics.ts Add GDPR cookie consent banner 2026-03-08 14:02:35 +00:00
App.css Initial commit: Aimpress website 2026-03-08 13:47:37 +00:00
App.tsx Add Page Builder: 15 block types + publish/unpublish via TinaCMS 2026-03-18 22:29:51 +00:00
index.css Initial commit: Aimpress website 2026-03-08 13:47:37 +00:00
main.tsx Add multi-language support (EN/UK) across entire site 2026-03-09 13:32:04 +00:00