/**
* pages/Home.tsx
* Landing page preview for «Цифровая Скрижаль 3.0™» using provided copy.
* Sections: Hero, Lead, Backstory, Final CTA teaser.
*/
import Header from '../components/Header'
import Hero from '../components/Hero'
import Lead from '../components/Lead'
import Backstory from '../components/Backstory'
import Section from '../components/Section'
import CTAButton from '../components/CTAButton'
import Footer from '../components/Footer'
/**
* HomePage - composes landing sections with clear CTAs.
*/
export default function HomePage() {
return (
Получить доступ за 2450₽ Запросить демо/встречу
Ответим в течение 24 часов. Интеграции: Метрика, GA4, CRM — по желанию.
)
}