Update src/app/page.tsx
This commit is contained in:
186
src/app/page.tsx
186
src/app/page.tsx
@@ -31,25 +31,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Početna",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Početna", id: "hero"},
|
||||
{
|
||||
name: "O nama",
|
||||
id: "about",
|
||||
},
|
||||
name: "O nama", id: "about"},
|
||||
{
|
||||
name: "Usluge",
|
||||
id: "features",
|
||||
},
|
||||
name: "Usluge", id: "features"},
|
||||
{
|
||||
name: "Cenovnik",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Cenovnik", id: "pricing"},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Kontakt", id: "contact"},
|
||||
]}
|
||||
brandName="Frizerski Salon Novi Sad"
|
||||
/>
|
||||
@@ -58,17 +48,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Vaša kosa, naša inspiracija"
|
||||
description="Profesionalne frizerske usluge u srcu Novog Sada. Bulevar Jovana Dučića 39D."
|
||||
buttons={[
|
||||
{
|
||||
text: "Rezerviši termin",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Rezerviši termin", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tools-profession-hairdresser_23-2150668439.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tools-profession-hairdresser_23-2150668439.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -77,7 +64,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Stručnost i kvalitet"
|
||||
description="Sa dugogodišnjim iskustvom, nudimo vrhunsku negu i stajling. Posetite nas i doživite potpuno novo iskustvo nege kose."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-man-getting-his-beard-styled-barber_23-2148985714.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-man-getting-his-beard-styled-barber_23-2148985714.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -88,40 +75,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Šišanje",
|
||||
description: "Moderne frizure prilagođene vašem stilu.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brunette-female-hairdresser-washing-hair-bearded-men-client-saloon_613910-14628.jpg",
|
||||
},
|
||||
title: "Šišanje", description: "Moderne frizure prilagođene vašem stilu.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brunette-female-hairdresser-washing-hair-bearded-men-client-saloon_613910-14628.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-getting-hair-washed-by-hairdresser-salon_633478-691.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tools-profession-hairdresser_23-2150668439.jpg?_wi=2",
|
||||
imageAlt: "women haircut service",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-getting-hair-washed-by-hairdresser-salon_633478-691.jpg"}
|
||||
},
|
||||
{
|
||||
title: "Farbanje",
|
||||
description: "Vrhunske boje i tehnike senčenja.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-getting-her-hair-done_23-2148108824.jpg",
|
||||
},
|
||||
title: "Farbanje", description: "Vrhunske boje i tehnike senčenja.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-getting-her-hair-done_23-2148108824.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-with-long-hair-bangs-with-nude-makeup-multi-colored-bright-fluffy-sweater-beige-background-smiles-cheerfully_343596-7906.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-getting-his-beard-styled-barber_23-2148985714.jpg?_wi=2",
|
||||
imageAlt: "women haircut service",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-with-long-hair-bangs-with-nude-makeup-multi-colored-bright-fluffy-sweater-beige-background-smiles-cheerfully_343596-7906.jpg"}
|
||||
},
|
||||
{
|
||||
title: "Nega kose",
|
||||
description: "Tretmani za dubinsku hidrataciju.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-flowers-hair_23-2148547402.jpg",
|
||||
},
|
||||
title: "Nega kose", description: "Tretmani za dubinsku hidrataciju.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-flowers-hair_23-2148547402.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/head-massage-relaxed-woman-spa_23-2148345775.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-minimal-interior-design_23-2151913246.jpg",
|
||||
imageAlt: "women haircut service",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/head-massage-relaxed-woman-spa_23-2148345775.jpg"}
|
||||
},
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
@@ -137,52 +106,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
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", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Pranje kose",
|
||||
"Šišanje",
|
||||
"Feniranje",
|
||||
],
|
||||
"Pranje kose", "Šišanje", "Feniranje"],
|
||||
},
|
||||
{
|
||||
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", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Profesionalna boja",
|
||||
"Nega",
|
||||
"Feniranje",
|
||||
],
|
||||
"Profesionalna boja", "Nega", "Feniranje"],
|
||||
},
|
||||
{
|
||||
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", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Maska",
|
||||
"Šišanje",
|
||||
"Stilizovanje",
|
||||
],
|
||||
"Maska", "Šišanje", "Stilizovanje"],
|
||||
},
|
||||
]}
|
||||
title="Cenovnik usluga"
|
||||
@@ -196,45 +141,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Savršeno!",
|
||||
quote: "Najbolji salon u Novom Sadu.",
|
||||
name: "Jelena P.",
|
||||
role: "Klijent",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mutual-creative-work-young-beautiful-couple-casual-clothes-aprons-people-creating-bowl-pottery-wheel-clay-studio_1157-40131.jpg",
|
||||
},
|
||||
id: "1", title: "Savršeno!", quote: "Najbolji salon u Novom Sadu.", name: "Jelena P.", role: "Klijent", imageSrc: "http://img.b2bpic.net/free-photo/mutual-creative-work-young-beautiful-couple-casual-clothes-aprons-people-creating-bowl-pottery-wheel-clay-studio_1157-40131.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Prezadovoljna",
|
||||
quote: "Uvek izađem sa osmehom.",
|
||||
name: "Marija M.",
|
||||
role: "Klijent",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-playing-with-photo-roll_114579-27311.jpg",
|
||||
},
|
||||
id: "2", title: "Prezadovoljna", quote: "Uvek izađem sa osmehom.", name: "Marija M.", role: "Klijent", imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-playing-with-photo-roll_114579-27311.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Profesionalci",
|
||||
quote: "Sjajna usluga i ambijent.",
|
||||
name: "Ana S.",
|
||||
role: "Klijent",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149229812.jpg",
|
||||
},
|
||||
id: "3", title: "Profesionalci", quote: "Sjajna usluga i ambijent.", name: "Ana S.", role: "Klijent", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149229812.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Top preporuka",
|
||||
quote: "Najbolje farbanje ikada.",
|
||||
name: "Ivana K.",
|
||||
role: "Klijent",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-brunette-hair-salon_23-2148113067.jpg",
|
||||
},
|
||||
id: "4", title: "Top preporuka", quote: "Najbolje farbanje ikada.", name: "Ivana K.", role: "Klijent", imageSrc: "http://img.b2bpic.net/free-photo/portrait-brunette-hair-salon_23-2148113067.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Sve pohvale",
|
||||
quote: "Brzi, tačni i stručni.",
|
||||
name: "Milica L.",
|
||||
role: "Klijent",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-home-getting-ready-haircut_23-2148817221.jpg",
|
||||
},
|
||||
id: "5", title: "Sve pohvale", quote: "Brzi, tačni i stručni.", name: "Milica L.", role: "Klijent", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-home-getting-ready-haircut_23-2148817221.jpg"},
|
||||
]}
|
||||
title="Šta kažu naši klijenti"
|
||||
description="Poverenje koje gradimo sa vama svakog dana."
|
||||
@@ -247,20 +162,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Kako zakazati termin?",
|
||||
content: "Pozovite nas na 066 416253.",
|
||||
},
|
||||
id: "f1", title: "Kako zakazati termin?", content: "Pozovite nas na 066 416253."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Da li radite vikendom?",
|
||||
content: "Da, radimo subotom do 16h.",
|
||||
},
|
||||
id: "f2", title: "Da li radite vikendom?", content: "Da, radimo subotom do 16h."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Gde se nalazite?",
|
||||
content: "Bulevar Jovana Dučića 39D, Novi Sad.",
|
||||
},
|
||||
id: "f3", title: "Gde se nalazite?", content: "Bulevar Jovana Dučića 39D, Novi Sad."},
|
||||
]}
|
||||
title="Često postavljena pitanja"
|
||||
description="Sve informacije na jednom mestu."
|
||||
@@ -275,20 +181,12 @@ export default function LandingPage() {
|
||||
description="Bulevar Jovana Dučića 39D, Novi Sad. Telefon: 066 416253"
|
||||
inputs={[
|
||||
{
|
||||
name: "Ime",
|
||||
type: "text",
|
||||
placeholder: "Vaše ime",
|
||||
},
|
||||
name: "Ime", type: "text", placeholder: "Vaše ime"},
|
||||
{
|
||||
name: "Telefon",
|
||||
type: "tel",
|
||||
placeholder: "Vaš telefon",
|
||||
},
|
||||
name: "Telefon", type: "tel", placeholder: "Vaš telefon"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "poruka",
|
||||
placeholder: "Dodatne napomene",
|
||||
}}
|
||||
name: "poruka", placeholder: "Dodatne napomene"}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-hotel-reception-entryway-with-glamorous-decorations_482257-87376.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -297,13 +195,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Frizerski Salon"
|
||||
leftLink={{
|
||||
text: "Bulevar Jovana Dučića 39D",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Bulevar Jovana Dučića 39D", href: "#"}}
|
||||
rightLink={{
|
||||
text: "066 416253",
|
||||
href: "tel:066416253",
|
||||
}}
|
||||
text: "066 416253", href: "tel:066416253"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user