Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-21 10:28:25 +00:00

View File

@@ -152,7 +152,7 @@ export default function LandingPage() {
tag="Visit Us"
title="Get in Touch"
description="Find us at Kosmonavta Belyaeva 19, Perm. We look forward to welcoming you!"
buttons={[{ text: "Get Directions", href: "https://yandex.ru/maps/org/pizza_pasta/1936831162?si=znb5x2jq9u2cp2dp25z5vqyhp4" }]}
buttons={[{ text: "Visit Us in Perm", href: "https://yandex.ru/maps/org/pizza_pasta/1936831162?si=znb5x2jq9u2cp2dp25z5vqyhp4" }]}
/>
</div>
@@ -179,4 +179,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}