From 540737b7db8ec8dac331dde144406748a38f9c4d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 15:57:14 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9f9cc03..81a8043 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -162,14 +162,16 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", title: "Kako zakazati termin?", content: "Pozovite nas na 066 416253."}, + 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: "f2", title: "Da li radite vikendom?", content: "Da, radimo subotom do 16h."}, + id: "f2", title: "Koje su metode plaćanja?", content: "Prihvatamo gotovinsko plaćanje i platne kartice."}, { - id: "f3", title: "Gde se nalazite?", content: "Bulevar Jovana Dučića 39D, Novi Sad."}, + id: "f3", title: "Da li je potrebno zakazivanje unapred?", content: "Da, preporučujemo zakazivanje bar 2-3 dana unapred radi dostupnosti termina."}, + { + id: "f4", title: "Radno vreme?", content: "Radimo svakog radnog dana od 09h do 20h, a subotom od 09h do 16h."}, ]} title="Često postavljena pitanja" - description="Sve informacije na jednom mestu." + description="Saznajte sve bitne informacije o našem radu." faqsAnimation="slide-up" /> @@ -178,7 +180,7 @@ export default function LandingPage() { Date: Wed, 15 Apr 2026 15:57:14 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index b925f2a..259dbb1 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f7f6f7; + --background: #fbfaf8; --card: #ffffff; - --foreground: #25190c; - --primary-cta: #ff6207; + --foreground: #1a1a1a; + --primary-cta: #c6a87d; --primary-cta-text: #f7f6f7; - --secondary-cta: #ffffff; + --secondary-cta: #f1eee9; --secondary-cta-text: #25190c; - --accent: #ffce93; - --background-accent: #e8cfa8; + --accent: #d4b98c; + --background-accent: #e7e2d9; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);