No description
Find a file
Vadym Samoilenko 6451ffe292 feat: Phase 4 complete — public pages, block components, layout
Layout:
- Header (sticky, dropdown nav, mobile hamburger)
- Footer (columns from CMS, social links, phone)
- MobileNav (Framer Motion slide-out)
- GTMScript, GA4Script, UmamiScript, BinotelWidget

Block components (all 11):
- HeroBlockComponent — video/image/gradient bg, CTA, scroll indicator
- TextBlockComponent — richtext with prose styles
- FeaturesBlockComponent — Lucide icons or images, 2/3/4 cols
- LocationCardBlockComponent — cards with image, badge, price
- PricingBlockComponent — TicketsConfig table or custom table
- GalleryBlockComponent — grid/masonry/carousel + lightbox
- FormBlockComponent — 4 form types (birthday/group/callback/generic), RHF+Zod
- CTABlockComponent — gradient/image/solid backgrounds, multi-button
- CountdownBlockComponent — client-side live timer
- BlogPreviewBlockComponent — fetches blog/events, 3 layouts
- MapBlockComponent — iframe embed, working hours, transport info

Pages & SEO:
- Home page, [slug] catch-all, 404
- /blog, /blog/[slug] with Article structured data
- /events, /events/[slug]
- /landing/[slug] with sticky CTA bar
- sitemap.ts, robots.ts

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-04 17:20:52 +01:00
.claude feat: Phase 2 complete — content model, blocks, collections, globals 2026-04-02 17:52:54 +01:00
docker/postgres feat: Фаза 1 — фундамент проєкту Shumiland 2026-04-02 14:54:13 +01:00
src feat: Phase 4 complete — public pages, block components, layout 2026-04-04 17:20:52 +01:00
.env.example fix: bug fixes + Phase 3 middleware/UTM 2026-04-04 17:09:36 +01:00
.gitignore feat: Фаза 1 — фундамент проєкту Shumiland 2026-04-02 14:54:13 +01:00
.npmrc feat: Фаза 1 — фундамент проєкту Shumiland 2026-04-02 14:54:13 +01:00
.pnpmfile.cjs feat: Фаза 1 — фундамент проєкту Shumiland 2026-04-02 14:54:13 +01:00
components.json feat: Фаза 1 — фундамент проєкту Shumiland 2026-04-02 14:54:13 +01:00
CONTEXT_HANDOVER.md docs: add implementation_plan.md and CONTEXT_HANDOVER.md 2026-04-02 17:56:12 +01:00
docker-compose.yml feat: Фаза 1 — фундамент проєкту Shumiland 2026-04-02 14:54:13 +01:00
Dockerfile feat: Фаза 1 — фундамент проєкту Shumiland 2026-04-02 14:54:13 +01:00
implementation_plan.md feat: Phase 4 complete — public pages, block components, layout 2026-04-04 17:20:52 +01:00
next-env.d.ts feat: Фаза 1 — фундамент проєкту Shumiland 2026-04-02 14:54:13 +01:00
next.config.ts feat: Фаза 1 — фундамент проєкту Shumiland 2026-04-02 14:54:13 +01:00
package.json fix: bug fixes + Phase 3 middleware/UTM 2026-04-04 17:09:36 +01:00
pnpm-lock.yaml feat: Фаза 1 — фундамент проєкту Shumiland 2026-04-02 14:54:13 +01:00
postcss.config.mjs fix: bug fixes + Phase 3 middleware/UTM 2026-04-04 17:09:36 +01:00
tsconfig.json feat: Фаза 1 — фундамент проєкту Shumiland 2026-04-02 14:54:13 +01:00
tsconfig.tsbuildinfo feat: Phase 4 complete — public pages, block components, layout 2026-04-04 17:20:52 +01:00