diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 40f38e0..b72d1ff 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1384,4 +1384,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 55f5f8c..b80c47d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file