Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -117,6 +117,8 @@ export default function LandingPage() {
|
||||
tag="Naš tim"
|
||||
animationType="slide-up"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{ id: "1", name: "Marko", role: "Master Barber", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=x3o350" },
|
||||
{ id: "2", name: "Luka", role: "Senior Barber", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=s1sijp" },
|
||||
@@ -131,6 +133,8 @@ export default function LandingPage() {
|
||||
description="Brojke koje govore o našoj posvećenosti kvaliteti."
|
||||
tag="Iskustvo"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "1", icon: Scissors, title: "Šišanja godišnje", value: "5000+" },
|
||||
{ id: "2", icon: Users, title: "Zadovoljnih klijenata", value: "1200+" },
|
||||
@@ -144,6 +148,8 @@ export default function LandingPage() {
|
||||
title="Šta kažu naši klijenti"
|
||||
description="Iskustva klijenata koji su nam poklonili povjerenje."
|
||||
tag="Recenzije"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Ivan", date: "2024", title: "Najbolji u gradu", quote: "Profesionalnost i ambijent su bez premca.", tag: "Top", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hazdbw" },
|
||||
{ id: "2", name: "Petar", date: "2024", title: "Redovan klijent", quote: "Svaki put dobijem savršen tretman.", tag: "Vjernost", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=iq9afh" }
|
||||
@@ -156,7 +162,8 @@ export default function LandingPage() {
|
||||
tag="Rezervacije"
|
||||
title="Zakažite svoj termin"
|
||||
description="Popunite formu ili nas pozovite. Čekamo vas u salonu!"
|
||||
background={{ variant: "glowing-orb" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Pozovite nas", href: "tel:+38760000000" },
|
||||
{ text: "Rezerviši emailom", href: "mailto:info@elitebarber.com" }
|
||||
|
||||
Reference in New Issue
Block a user