Commit Graph

4 Commits

Author SHA1 Message Date
925caef547 Reapply "feat: separate About/Clients/Partners into /o-kompanii/ page, add IndexNow meta"
This reverts commit 9b56fbb2b9.
2026-03-16 03:31:02 +03:00
9b56fbb2b9 Revert "feat: separate About/Clients/Partners into /o-kompanii/ page, add IndexNow meta"
This reverts commit 55981c14dd.
2026-03-16 03:30:18 +03:00
55981c14dd feat: separate About/Clients/Partners into /o-kompanii/ page, add IndexNow meta
- Create /[lang]/o-kompanii/ page with About, Clients, Partners sections
- Remove those sections from homepage (Hero + Services + FAQ remain)
- Update Header nav: "О нас" now links to /o-kompanii/ instead of /#about
- AboutSection: support standalone prop (h1 vs h2)
- Root layout: add indexnow-key meta tag (key from public/40c65b...txt)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-16 03:17:39 +03:00
a0ebac1544 feat: migrate to Next.js 15 App Router with i18n and multi-page SEO
- Replace Vite+React SPA with Next.js 15, TypeScript, App Router
- Static export (output: 'export'), deploy via npm run deploy
- i18n routing: /ru/... and /en/... with generateStaticParams
- New pages: /uslugi/ (catalog), /uslugi/[slug]/ (8 service pages), /faq/, /kontakty/
- SEO: generateMetadata on all pages, JSON-LD Service schema, hreflang alternates
- ContactForm: 'use client', Turnstile + POST to /api/contact.php
- Fonts: Manrope via next/font/google (CSS variable)
- Remove: vite.config.js, entry-server.jsx, prerender scripts, LanguageContext

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-15 21:19:18 +03:00