From e71a8ac1cdc12ddfd57629ecb94ce5b2f5821dc0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 16:33:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c4541b3..fbef431 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,7 +36,7 @@ export default function LandingPage() { { name: "FAQ", id: "faq" } ]} button={{ - text: "Rezerviši sto", href: "#reservation" + text: "Rezerviši sto", href: "tel:0652227889" }} /> @@ -46,8 +46,8 @@ export default function LandingPage() { logoText="Mali Pevač" description="Autentična hrana. Nezaboravan pogled. Iskustvo koje ostaje zauvijek." buttons={[ - { text: "Rezerviši sto", href: "#reservation" }, - { text: "Istražite meni", href: "#food" } + { text: "Rezerviši sto", href: "tel:0652227889" }, + { text: "Istražite meni", href: "https://restaurantguru.com/Kafana-Mali-Pevac-Pirot/menu" } ]} slides={[ { @@ -202,9 +202,9 @@ export default function LandingPage() { title="Rezervišite svoje mesto danas" description="Ne propustite priličku da obeležite nezaboravnu večer u Mali Pevču sa najboljim grillom, spektakularnim pogledom i autentičnom kafana atmosferom." buttons={[ - { text: "Pozovi nas", href: "tel:+381123456789" }, - { text: "Rezerviši online", href: "#" }, - { text: "Viber / WhatsApp", href: "https://wa.me/381123456789" } + { text: "Pozovi nas", href: "tel:+381652227889" }, + { text: "Viber / WhatsApp", href: "https://wa.me/381603118061" }, + { text: "Instagram", href: "https://www.instagram.com/kafana.mali.pevac/" } ]} background={{ variant: "radial-gradient" }} useInvertedBackground={false} @@ -220,10 +220,10 @@ export default function LandingPage() { columns={[ { title: "Kontakt", items: [ - { label: "Telefon", href: "tel:+381123456789" }, - { label: "Email", href: "mailto:info@malipevac.rs" }, - { label: "Lokacija", href: "#" }, - { label: "Viber / WhatsApp", href: "https://wa.me/381123456789" } + { label: "Telefon 1", href: "tel:+381652227889" }, + { label: "Telefon 2", href: "tel:+381603118061" }, + { label: "Instagram", href: "https://www.instagram.com/kafana.mali.pevac/" }, + { label: "Viber / WhatsApp", href: "https://wa.me/381603118061" } ] }, { -- 2.49.1