Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-05 12:19:57 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -60,7 +60,7 @@ export default function LandingPage() {
ratingText="Vertinimas 4.5⭐ Google"
buttons={[
{
text: "📞 Skambinti dabar", href: "tel:+37060562149"
text: "Skambinti (0-605) 62149", href: "tel:+37060562149"
},
{
text: "📅 Rezervuoti laiką", href: "#contact"
@@ -205,4 +205,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}