From 4241e3c8dc0757c0ba98a76f7322e0d7b4c2edcb Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 07:13:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index caac78c..809ad83 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,7 +90,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - buttons={[{ text: "Купить набор (скидка 15%)", href: "#contact" }]} + buttons={[{ text: "Купить набор", href: "#contact" }, { text: "Смотреть цены", href: "#products" }]} buttonAnimation="slide-up" ariaLabel="Product Collection" /> -- 2.49.1