From 50841fd0d4e7a9242558ae646f4a0611f208dd14 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 16:08:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0b1fcce..1cbd9a3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -39,7 +39,7 @@ export default function LandingPage() { { name: "Cenovnik", id: "pricing"}, { - name: "Kontakt", id: "contact"}, + name: "Rezervacija", id: "contact"}, ]} brandName="Frizerski Salon Novi Sad" /> @@ -53,7 +53,7 @@ export default function LandingPage() { description="Profesionalne frizerske usluge u srcu Novog Sada. Bulevar Jovana Dučića 39D." buttons={[ { - text: "Rezervišite termin odmah", href: "#contact"}, + text: "Zakažite termin", href: "#contact"}, ]} imageSrc="http://img.b2bpic.net/free-photo/tools-profession-hairdresser_23-2150668439.jpg" /> @@ -108,7 +108,7 @@ export default function LandingPage() { { id: "basic", name: "Osnovno šišanje", price: "1.500 RSD", buttons: [ { - text: "Rezerviši", href: "#contact"}, + text: "Rezerviši termin", href: "#contact"}, ], features: [ "Pranje kose", "Šišanje", "Feniranje"], @@ -116,7 +116,7 @@ export default function LandingPage() { { id: "pro", name: "Farbanje", price: "4.500 RSD", buttons: [ { - text: "Rezerviši", href: "#contact"}, + text: "Rezerviši termin", href: "#contact"}, ], features: [ "Profesionalna boja", "Nega", "Feniranje"], @@ -124,7 +124,7 @@ export default function LandingPage() { { id: "premium", name: "Komplet nega", price: "6.000 RSD", buttons: [ { - text: "Rezerviši", href: "#contact"}, + text: "Rezerviši termin", href: "#contact"}, ], features: [ "Maska", "Šišanje", "Stilizovanje"], @@ -162,7 +162,7 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", title: "Kako da zakažem termin?", content: "Termin možete zakazati pozivom na naš broj telefona 066 416253 ili dolaskom u salon."}, + id: "f1", title: "Kako da zakažem termin?", content: "Termin možete zakazati putem forme ispod, pozivom na 066 416253 ili dolaskom u salon."}, { id: "f2", title: "Koje su metode plaćanja?", content: "Prihvatamo gotovinsko plaćanje i platne kartice."}, { @@ -178,18 +178,20 @@ export default function LandingPage() {
-- 2.49.1