From b932d5e875ae5defd0082f792f54def5d01b7aeb Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 09:54:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.49.1