From 33d72cee99f40723b47796cbadf29b06c323da6d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 21:27:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index acc3638..341e160 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,8 +50,8 @@ export default function LandingPage() { tagIcon={Zap} tagAnimation="slide-up" buttons={[ - { text: "📞 Позвонить сейчас", href: "tel:+79288141281" }, - { text: "📅 Забронировать игру", href: "#services" } + { text: "Забронировать игру", href: "#services" }, + { text: "📞 Позвонить сейчас", href: "tel:+79288141281" } ]} buttonAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/medium-shot-friends-playing-with-frisbee_23-2149199849.jpg" @@ -247,4 +247,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1