Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0d32c0c0b7 | |||
| 540737b7db | |||
| a58b853388 | |||
| fcb6c6ed17 | |||
| fc30cb117d |
@@ -162,14 +162,16 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
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"
|
title="Često postavljena pitanja"
|
||||||
description="Sve informacije na jednom mestu."
|
description="Saznajte sve bitne informacije o našem radu."
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -178,7 +180,7 @@ export default function LandingPage() {
|
|||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Rezervišite termin"
|
title="Rezervišite termin"
|
||||||
description="Bulevar Jovana Dučića 39D, Novi Sad. Telefon: 066 416253"
|
description="Posetite nas na adresi Bulevar Jovana Dučića 39D, Novi Sad ili nas pozovite na 066 416253 za sve upite."
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{
|
||||||
name: "Ime", type: "text", placeholder: "Vaše ime"},
|
name: "Ime", type: "text", placeholder: "Vaše ime"},
|
||||||
@@ -193,7 +195,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoReveal
|
<FooterLogoReveal
|
||||||
logoText="Frizerski Salon"
|
logoText="Frizerski Salon Novi Sad"
|
||||||
leftLink={{
|
leftLink={{
|
||||||
text: "Bulevar Jovana Dučića 39D", href: "#"}}
|
text: "Bulevar Jovana Dučića 39D", href: "#"}}
|
||||||
rightLink={{
|
rightLink={{
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #f7f6f7;
|
--background: #fbfaf8;
|
||||||
--card: #ffffff;
|
--card: #ffffff;
|
||||||
--foreground: #25190c;
|
--foreground: #1a1a1a;
|
||||||
--primary-cta: #ff6207;
|
--primary-cta: #c6a87d;
|
||||||
--primary-cta-text: #f7f6f7;
|
--primary-cta-text: #f7f6f7;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #f1eee9;
|
||||||
--secondary-cta-text: #25190c;
|
--secondary-cta-text: #25190c;
|
||||||
--accent: #ffce93;
|
--accent: #d4b98c;
|
||||||
--background-accent: #e8cfa8;
|
--background-accent: #e7e2d9;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user