diff --git a/src/app/page.tsx b/src/app/page.tsx index 795e019..e273b9e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,6 +90,7 @@ export default function LandingPage() { description="Прозрачный путь вашего проекта." animationType="blur-reveal" textboxLayout="default" + useInvertedBackground={false} plans={[ { id: "1", badge: "01", price: "Заявка", subtitle: "Отправьте запрос", features: ["Консультация", "Техзадание"] }, { id: "2", badge: "02", price: "Расчет", subtitle: "Подбор", features: ["Смета", "Проект"] }, @@ -107,6 +108,8 @@ export default function LandingPage() { title="Реализуйте свой проект с Timber Zone" description="Получите расчет стоимости в течение 24 часов." buttons={[{ text: "+998 77 282 06 06", href: "tel:+998772820606" }]} + useInvertedBackground={false} + background={{ variant: "plain" }} />