4 Commits

Author SHA1 Message Date
3bbf32250d Merge version_2 into main
Merge version_2 into main
2026-04-21 10:28:24 +00:00
0e8ab55efd Update src/app/page.tsx 2026-04-21 10:28:22 +00:00
6fd02887e3 Merge version_1 into main
Merge version_1 into main
2026-04-21 10:27:36 +00:00
6a6ccc57bf Merge version_1 into main
Merge version_1 into main
2026-04-21 10:27:10 +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>
);
}
}