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