diff --git a/src/app/page.tsx b/src/app/page.tsx index a8a9f12..0b65d9e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,7 +37,7 @@ export default function LandingPage() { { name: "Kontakt", id: "contact" }, ]} brandName="Tomina Koliba" - button={{ text: "Rezervišite", href: "#contact" }} + button={{ text: "063 8025194", href: "tel:+381638025194" }} /> @@ -146,7 +146,7 @@ export default function LandingPage() { useInvertedBackground={false} background={{ variant: "plain" }} text="Spremni za pravi užitak? Rezervišite svoj sto ili nas posetite još danas." - buttons={[{ text: "Pozovite nas", href: "tel:+38136000000" }]} + buttons={[{ text: "Pozovite nas", href: "tel:+381638025194" }]} /> @@ -164,4 +164,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file