Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 532198400d | |||
| 3730977b30 | |||
| 50841fd0d4 | |||
| 5f5ad3d6c7 | |||
| 118507dd7e | |||
| 1fa4c5fa3a | |||
| c787888ef6 | |||
| da0640b397 |
@@ -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,7 +186,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
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."},
|
id: "f2", title: "Koje su metode plaćanja?", content: "Prihvatamo gotovinsko plaćanje i platne kartice."},
|
||||||
{
|
{
|
||||||
@@ -178,17 +202,20 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<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="Posetite nas na adresi Bulevar Jovana Dučića 39D, Novi Sad ili nas pozovite na 066 416253 za sve upite."
|
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>
|
||||||
|
|||||||
Reference in New Issue
Block a user