Update src/app/page.tsx

This commit is contained in:
2026-05-12 16:02:49 +00:00
parent 2207ca094f
commit a8935fba20

View File

@@ -20,12 +20,12 @@ export default function LandingPage() {
defaultTextAnimation="entrance-slide"
borderRadius="soft"
contentWidth="compact"
sizing="largeSmallSizeLargeTitles"
sizing="largeSizeMediumTitles"
background="floatingGradient"
cardStyle="layered-gradient"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="solid"
headingFontWeight="light"
headingFontWeight="semibold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
@@ -36,7 +36,7 @@ export default function LandingPage() {
{ name: "Контакты", id: "contact" },
]}
brandName="MPoints.Kz"
button={{ text: "Заказать", href: "https://wa.me/77008152020" }}
button={{ text: "Заказать", href: "https://wa.me/77008152020", className: "px-8 py-4 text-lg" }}
/>
</div>
@@ -69,6 +69,7 @@ export default function LandingPage() {
]}
avatarText="Более 10,000 довольных клиентов"
marqueeItems={[{ type: "text", text: "КРУГЛОСУТОЧНО" }, { type: "text", text: "СВЕЖЕЕ МЯСО" }, { type: "text", text: "БЫСТРАЯ ДОСТАВКА" }, { type: "text", text: "ТОП В ШЫМКЕНТЕ" }, { type: "text", text: "ВКУСНО КАК ДОМА" }]}
buttonClassName="px-10 py-5 text-xl font-bold"
/>
</div>