Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 532198400d | |||
| 3730977b30 | |||
| 50841fd0d4 | |||
| 5f5ad3d6c7 | |||
| 118507dd7e | |||
| 1fa4c5fa3a | |||
| c787888ef6 | |||
| da0640b397 | |||
| 0d32c0c0b7 | |||
| 540737b7db | |||
| a58b853388 | |||
| fcb6c6ed17 | |||
| fc30cb117d |
@@ -39,7 +39,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
name: "Cenovnik", id: "pricing"},
|
name: "Cenovnik", id: "pricing"},
|
||||||
{
|
{
|
||||||
name: "Kontakt", id: "contact"},
|
name: "Rezervacija", id: "contact"},
|
||||||
]}
|
]}
|
||||||
brandName="Frizerski Salon Novi Sad"
|
brandName="Frizerski Salon Novi Sad"
|
||||||
/>
|
/>
|
||||||
@@ -53,7 +53,13 @@ export default function LandingPage() {
|
|||||||
description="Profesionalne frizerske usluge u srcu Novog Sada. Bulevar Jovana Dučića 39D."
|
description="Profesionalne frizerske usluge u srcu Novog Sada. Bulevar Jovana Dučića 39D."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Rezerviši termin", href: "#contact"},
|
text: "Zakažite termin", onClick: () => {
|
||||||
|
const element = document.getElementById("contact");
|
||||||
|
if (element) {
|
||||||
|
element.scrollIntoView({ behavior: "smooth" });
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/tools-profession-hairdresser_23-2150668439.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/tools-profession-hairdresser_23-2150668439.jpg"
|
||||||
/>
|
/>
|
||||||
@@ -108,7 +114,13 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
id: "basic", name: "Osnovno šišanje", price: "1.500 RSD", buttons: [
|
id: "basic", name: "Osnovno šišanje", price: "1.500 RSD", buttons: [
|
||||||
{
|
{
|
||||||
text: "Rezerviši", href: "#contact"},
|
text: "Rezerviši termin", onClick: () => {
|
||||||
|
const element = document.getElementById("contact");
|
||||||
|
if (element) {
|
||||||
|
element.scrollIntoView({ behavior: "smooth" });
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"Pranje kose", "Šišanje", "Feniranje"],
|
"Pranje kose", "Šišanje", "Feniranje"],
|
||||||
@@ -116,7 +128,13 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
id: "pro", name: "Farbanje", price: "4.500 RSD", buttons: [
|
id: "pro", name: "Farbanje", price: "4.500 RSD", buttons: [
|
||||||
{
|
{
|
||||||
text: "Rezerviši", href: "#contact"},
|
text: "Rezerviši termin", onClick: () => {
|
||||||
|
const element = document.getElementById("contact");
|
||||||
|
if (element) {
|
||||||
|
element.scrollIntoView({ behavior: "smooth" });
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"Profesionalna boja", "Nega", "Feniranje"],
|
"Profesionalna boja", "Nega", "Feniranje"],
|
||||||
@@ -124,7 +142,13 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
id: "premium", name: "Komplet nega", price: "6.000 RSD", buttons: [
|
id: "premium", name: "Komplet nega", price: "6.000 RSD", buttons: [
|
||||||
{
|
{
|
||||||
text: "Rezerviši", href: "#contact"},
|
text: "Rezerviši termin", onClick: () => {
|
||||||
|
const element = document.getElementById("contact");
|
||||||
|
if (element) {
|
||||||
|
element.scrollIntoView({ behavior: "smooth" });
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"Maska", "Šišanje", "Stilizovanje"],
|
"Maska", "Šišanje", "Stilizovanje"],
|
||||||
@@ -162,38 +186,43 @@ 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 putem forme ispod, pozivom na 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>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
|
buttonText="Zakažite svoj termin"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Rezervišite termin"
|
title="Online rezervacija"
|
||||||
description="Bulevar Jovana Dučića 39D, Novi Sad. Telefon: 066 416253"
|
description="Popunite formu kako bismo vas kontaktirali i potvrdili vaš termin. Radujemo se vašem dolasku!"
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{
|
||||||
name: "Ime", type: "text", placeholder: "Vaše ime"},
|
name: "Ime i prezime", type: "text", placeholder: "Unesite vaše ime i prezime", required: true},
|
||||||
{
|
{
|
||||||
name: "Telefon", type: "tel", placeholder: "Vaš telefon"},
|
name: "Telefon", type: "tel", placeholder: "Unesite vaš broj telefona", required: true},
|
||||||
|
{
|
||||||
|
name: "Datum", type: "date", placeholder: "Željeni datum", required: true},
|
||||||
]}
|
]}
|
||||||
textarea={{
|
textarea={{
|
||||||
name: "poruka", placeholder: "Dodatne napomene"}}
|
name: "poruka", placeholder: "Željena usluga ili dodatne napomene"}}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/empty-hotel-reception-entryway-with-glamorous-decorations_482257-87376.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/empty-hotel-reception-entryway-with-glamorous-decorations_482257-87376.jpg"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<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