Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
244
src/app/page.tsx
244
src/app/page.tsx
@@ -33,29 +33,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "Usluge",
|
||||
id: "#usluge",
|
||||
},
|
||||
name: "Usluge", id: "#usluge"},
|
||||
{
|
||||
name: "Galerija",
|
||||
id: "#galerija",
|
||||
},
|
||||
name: "Galerija", id: "#galerija"},
|
||||
{
|
||||
name: "O Nama",
|
||||
id: "#o-nama",
|
||||
},
|
||||
name: "O Nama", id: "#o-nama"},
|
||||
{
|
||||
name: "Recenzije",
|
||||
id: "#recenzije",
|
||||
},
|
||||
name: "Recenzije", id: "#recenzije"},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "#kontakt",
|
||||
},
|
||||
name: "Kontakt", id: "#kontakt"},
|
||||
]}
|
||||
brandName="GLAM Factory"
|
||||
/>
|
||||
@@ -67,9 +55,7 @@ export default function LandingPage() {
|
||||
description="Tvoja ljepota, naš zanat. Posjetite nas u Tešanjci za vrhunski tretman."
|
||||
buttons={[
|
||||
{
|
||||
text: "Rezerviraj termin",
|
||||
href: "#kontakt",
|
||||
},
|
||||
text: "Rezerviraj termin", href: "#kontakt"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-hotel-lounge-with-cozy-furniture_482257-67425.jpg"
|
||||
imageAlt="Luxury nail salon interior with elegant decor"
|
||||
@@ -84,53 +70,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "manicure",
|
||||
title: "Manicure",
|
||||
description: "Klasična, SPA, ili French manikura za savršeno njegovane ruke.",
|
||||
tag: "Njega Ruku",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-doing-manicure-salon-beauty-concept_1301-3366.jpg",
|
||||
imageAlt: "Close up of manicured hands",
|
||||
},
|
||||
id: "manicure", title: "Manicure", description: "Klasična, SPA, ili French manikura za savršeno njegovane ruke.", tag: "Njega Ruku", imageSrc: "http://img.b2bpic.net/free-photo/young-man-doing-manicure-salon-beauty-concept_1301-3366.jpg", imageAlt: "Close up of manicured hands"},
|
||||
{
|
||||
id: "pedicure",
|
||||
title: "Pedicure",
|
||||
description: "Osvježavajući tretmani za stopala i nokte, uz masažu i opuštanje.",
|
||||
tag: "Njega Stopala",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/careful-female-messeur-giving-foot-massage-bright-room_176420-55238.jpg",
|
||||
imageAlt: "Relaxing pedicure treatment",
|
||||
},
|
||||
id: "pedicure", title: "Pedicure", description: "Osvježavajući tretmani za stopala i nokte, uz masažu i opuštanje.", tag: "Njega Stopala", imageSrc: "http://img.b2bpic.net/free-photo/careful-female-messeur-giving-foot-massage-bright-room_176420-55238.jpg", imageAlt: "Relaxing pedicure treatment"},
|
||||
{
|
||||
id: "extensions",
|
||||
title: "Nail Extensions",
|
||||
description: "Akrilni ili gel nokti za željenu dužinu i snagu.",
|
||||
tag: "Produljenje Noktiju",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-using-digital-nail-file_23-2148766613.jpg",
|
||||
imageAlt: "Nail technician applying extensions",
|
||||
},
|
||||
id: "extensions", title: "Nail Extensions", description: "Akrilni ili gel nokti za željenu dužinu i snagu.", tag: "Produljenje Noktiju", imageSrc: "http://img.b2bpic.net/free-photo/woman-using-digital-nail-file_23-2148766613.jpg", imageAlt: "Nail technician applying extensions"},
|
||||
{
|
||||
id: "nail-art",
|
||||
title: "Nail Art",
|
||||
description: "Kreativni dizajni, od jednostavnih do složenih, prilagođeni vašem stilu.",
|
||||
tag: "Umjetnost Noktiju",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-with-beautiful-manicures_23-2149975473.jpg",
|
||||
imageAlt: "Intricate nail art design",
|
||||
},
|
||||
id: "nail-art", title: "Nail Art", description: "Kreativni dizajni, od jednostavnih do složenih, prilagođeni vašem stilu.", tag: "Umjetnost Noktiju", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-with-beautiful-manicures_23-2149975473.jpg", imageAlt: "Intricate nail art design"},
|
||||
{
|
||||
id: "gel-polish",
|
||||
title: "Gel Polish",
|
||||
description: "Dugotrajni gel lakovi u širokom spektru boja, za besprijekoran sjaj.",
|
||||
tag: "Trajni Lak",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girls-showing-her-stylish-manicure-holding-thair-fingers-black-handbag_132075-12048.jpg",
|
||||
imageAlt: "Hands with fresh gel polish",
|
||||
},
|
||||
id: "gel-polish", title: "Gel Polish", description: "Dugotrajni gel lakovi u širokom spektru boja, za besprijekoran sjaj.", tag: "Trajni Lak", imageSrc: "http://img.b2bpic.net/free-photo/girls-showing-her-stylish-manicure-holding-thair-fingers-black-handbag_132075-12048.jpg", imageAlt: "Hands with fresh gel polish"},
|
||||
{
|
||||
id: "nail-removal",
|
||||
title: "Nail Removal",
|
||||
description: "Profesionalno uklanjanje trajnog laka ili ekstenzija bez oštećenja.",
|
||||
tag: "Uklanjanje",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-hands-water_23-2148766605.jpg",
|
||||
imageAlt: "Nail polish removal process",
|
||||
},
|
||||
id: "nail-removal", title: "Nail Removal", description: "Profesionalno uklanjanje trajnog laka ili ekstenzija bez oštećenja.", tag: "Uklanjanje", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-hands-water_23-2148766605.jpg", imageAlt: "Nail polish removal process"},
|
||||
]}
|
||||
title="Naše Usluge"
|
||||
description="Otkrijte širok spektar usluga koje nudimo, dizajnirane da istaknu vašu prirodnu ljepotu i stil. Svaki tretman je prilagođen vama."
|
||||
@@ -145,47 +95,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p-1",
|
||||
name: "Zlatni Akcenti",
|
||||
price: "Na Upit",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-manicured-nails-with-beautiful-ornament-wedding-rings-holding-black-fur-bag_132075-12155.jpg",
|
||||
imageAlt: "Luxury nail art with golden accents",
|
||||
},
|
||||
id: "p-1", name: "Zlatni Akcenti", price: "Na Upit", imageSrc: "http://img.b2bpic.net/free-photo/girl-with-manicured-nails-with-beautiful-ornament-wedding-rings-holding-black-fur-bag_132075-12155.jpg", imageAlt: "Luxury nail art with golden accents"},
|
||||
{
|
||||
id: "p-2",
|
||||
name: "Minimalistički Bijeli",
|
||||
price: "Na Upit",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-nail-care-treatment_23-2149262896.jpg",
|
||||
imageAlt: "Minimalist white nails with delicate pattern",
|
||||
},
|
||||
id: "p-2", name: "Minimalistički Bijeli", price: "Na Upit", imageSrc: "http://img.b2bpic.net/free-photo/close-up-nail-care-treatment_23-2149262896.jpg", imageAlt: "Minimalist white nails with delicate pattern"},
|
||||
{
|
||||
id: "p-3",
|
||||
name: "Cvjetni Pasteli",
|
||||
price: "Na Upit",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-female-hands-with-perfect-golden-pink-nail-design-hold-fresh-rose-flower_127675-2438.jpg",
|
||||
imageAlt: "Floral nail art in pink pastel",
|
||||
},
|
||||
id: "p-3", name: "Cvjetni Pasteli", price: "Na Upit", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-female-hands-with-perfect-golden-pink-nail-design-hold-fresh-rose-flower_127675-2438.jpg", imageAlt: "Floral nail art in pink pastel"},
|
||||
{
|
||||
id: "p-4",
|
||||
name: "Glam French",
|
||||
price: "Na Upit",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/graceful-thin-fingers-girl-with-trendy-pastel-nude-manicure-fluffy-soft-sweater-cute-silver-ring-bow_343596-7953.jpg",
|
||||
imageAlt: "Glitter French tip nails",
|
||||
},
|
||||
id: "p-4", name: "Glam French", price: "Na Upit", imageSrc: "http://img.b2bpic.net/free-photo/graceful-thin-fingers-girl-with-trendy-pastel-nude-manicure-fluffy-soft-sweater-cute-silver-ring-bow_343596-7953.jpg", imageAlt: "Glitter French tip nails"},
|
||||
{
|
||||
id: "p-5",
|
||||
name: "Ombre Ružičasto",
|
||||
price: "Na Upit",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-nail-art-presentation_23-2149295344.jpg",
|
||||
imageAlt: "Pink and white ombre nail design",
|
||||
},
|
||||
id: "p-5", name: "Ombre Ružičasto", price: "Na Upit", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-nail-art-presentation_23-2149295344.jpg", imageAlt: "Pink and white ombre nail design"},
|
||||
{
|
||||
id: "p-6",
|
||||
name: "Teksturne Apstrakcije",
|
||||
price: "Na Upit",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vibrant-yellow-orange-ribbons-hanging-public-art-installation_1308-189835.jpg",
|
||||
imageAlt: "Textured abstract nail art",
|
||||
},
|
||||
id: "p-6", name: "Teksturne Apstrakcije", price: "Na Upit", imageSrc: "http://img.b2bpic.net/free-photo/vibrant-yellow-orange-ribbons-hanging-public-art-installation_1308-189835.jpg", imageAlt: "Textured abstract nail art"},
|
||||
]}
|
||||
title="Naša Galerija Radova"
|
||||
description="Inspirirajte se najnovijim trendovima i tehnikama u svijetu noktiju, kreiranih s preciznošću i strašću od strane našeg tima."
|
||||
@@ -199,24 +119,16 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Heart,
|
||||
label: "Zadovoljnih Klijenata",
|
||||
value: "1500+",
|
||||
},
|
||||
label: "Zadovoljnih Klijenata", value: "1500+"},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Godina Iskustva",
|
||||
value: "10+",
|
||||
},
|
||||
label: "Godina Iskustva", value: "10+"},
|
||||
{
|
||||
icon: Star,
|
||||
label: "Prosječna Ocjena",
|
||||
value: "5.0",
|
||||
},
|
||||
label: "Prosječna Ocjena", value: "5.0"},
|
||||
{
|
||||
icon: Diamond,
|
||||
label: "Unikatnih Dizajna",
|
||||
value: "500+",
|
||||
},
|
||||
label: "Unikatnih Dizajna", value: "500+"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -230,17 +142,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "iliana",
|
||||
name: "Iliana Matošević",
|
||||
role: "Osnivač & Glavni Nail Tehničar",
|
||||
description: "Iliana je srce i duša GLAM Factory-a. Njena stručnost i kreativnost donose život svakoj viziji, transformišući nokte u prava mala umjetnička djela. Svaki klijent je poseban, a njena pažnja posvećena detaljima garantuje vrhunski rezultat.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-black-sweater-standing-posing_114579-81878.jpg",
|
||||
imageAlt: "Portrait of Iliana Matošević",
|
||||
socialLinks: [
|
||||
id: "iliana", name: "Iliana Matošević", role: "Osnivač & Glavni Nail Tehničar", description: "Iliana je srce i duša GLAM Factory-a. Njena stručnost i kreativnost donose život svakoj viziji, transformišući nokte u prava mala umjetnička djela. Svaki klijent je poseban, a njena pažnja posvećena detaljima garantuje vrhunski rezultat.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-black-sweater-standing-posing_114579-81878.jpg", imageAlt: "Portrait of Iliana Matošević", socialLinks: [
|
||||
{
|
||||
icon: Instagram,
|
||||
url: "https://www.instagram.com/glamfactory.iliana",
|
||||
},
|
||||
url: "https://www.instagram.com/glamfactory.iliana"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -254,14 +159,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"OPI Professional",
|
||||
"CND Shellac",
|
||||
"Essie Gel Couture",
|
||||
"ORLY Breathable",
|
||||
"Mavala Switzerland",
|
||||
"Kinetics Nail Systems",
|
||||
"Gelish Harmony",
|
||||
]}
|
||||
"OPI Professional", "CND Shellac", "Essie Gel Couture", "ORLY Breathable", "Mavala Switzerland", "Kinetics Nail Systems", "Gelish Harmony"]}
|
||||
title="Naši Partneri & Korišteni Brandovi"
|
||||
description="Radimo isključivo s najkvalitetnijim i svjetski priznatim brandovima kako bismo osigurali vrhunske rezultate i dugotrajnu ljepotu vaših noktiju."
|
||||
/>
|
||||
@@ -272,35 +170,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t-1",
|
||||
name: "Amra H.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyous-photographer-selecting-best-pictures-editorial-content_482257-116558.jpg",
|
||||
imageAlt: "Amra H. testimonial",
|
||||
},
|
||||
id: "t-1", name: "Amra H.", imageSrc: "http://img.b2bpic.net/free-photo/joyous-photographer-selecting-best-pictures-editorial-content_482257-116558.jpg", imageAlt: "Amra H. testimonial"},
|
||||
{
|
||||
id: "t-2",
|
||||
name: "Maja P.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-gorgeous-businesswoman-looking-stylish-wearing-turtleneck-sweater-smiling-camera-city-street-happy-face-expression_574295-2019.jpg",
|
||||
imageAlt: "Maja P. testimonial",
|
||||
},
|
||||
id: "t-2", name: "Maja P.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-gorgeous-businesswoman-looking-stylish-wearing-turtleneck-sweater-smiling-camera-city-street-happy-face-expression_574295-2019.jpg", imageAlt: "Maja P. testimonial"},
|
||||
{
|
||||
id: "t-3",
|
||||
name: "Selma R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-friends-celebration-moments_23-2149168064.jpg",
|
||||
imageAlt: "Selma R. testimonial",
|
||||
},
|
||||
id: "t-3", name: "Selma R.", imageSrc: "http://img.b2bpic.net/free-photo/girl-friends-celebration-moments_23-2149168064.jpg", imageAlt: "Selma R. testimonial"},
|
||||
{
|
||||
id: "t-4",
|
||||
name: "Edina K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-brunette-female-blue-shirt-grey-background_613910-7954.jpg",
|
||||
imageAlt: "Edina K. testimonial",
|
||||
},
|
||||
id: "t-4", name: "Edina K.", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-brunette-female-blue-shirt-grey-background_613910-7954.jpg", imageAlt: "Edina K. testimonial"},
|
||||
{
|
||||
id: "t-5",
|
||||
name: "Lejla S.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-posing-with-gold-body-painting_23-2150466351.jpg",
|
||||
imageAlt: "Lejla S. testimonial",
|
||||
},
|
||||
id: "t-5", name: "Lejla S.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-posing-with-gold-body-painting_23-2150466351.jpg", imageAlt: "Lejla S. testimonial"},
|
||||
]}
|
||||
cardTitle="Što Kažu Naši Zadovoljni Klijenti"
|
||||
cardTag="5.0 Google Ocjena"
|
||||
@@ -312,20 +190,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Kontaktirajte Nas"
|
||||
title="Rezervirajte Svoj Termin Danas"
|
||||
description="Nalazimo se u Tešanjci, spremni da vas ugostimo. Pozovite nas na 063 332 886 ili nas posjetite na Instagramu."
|
||||
buttons={[
|
||||
{
|
||||
text: "Pozovi nas: 063 332 886",
|
||||
href: "tel:+38763332886",
|
||||
},
|
||||
text: "Pozovi nas: 063 332 886", href: "tel:+38763332886"},
|
||||
{
|
||||
text: "Naš Instagram",
|
||||
href: "https://www.instagram.com/glamfactory.iliana",
|
||||
target: "_blank",
|
||||
text: "Naš Instagram", href: "https://www.instagram.com/glamfactory.iliana"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -336,58 +209,35 @@ export default function LandingPage() {
|
||||
logoText="GLAM Factory"
|
||||
columns={[
|
||||
{
|
||||
title: "Usluge",
|
||||
items: [
|
||||
title: "Usluge", items: [
|
||||
{
|
||||
label: "Manicure",
|
||||
href: "#usluge",
|
||||
},
|
||||
label: "Manicure", href: "#usluge"},
|
||||
{
|
||||
label: "Pedicure",
|
||||
href: "#usluge",
|
||||
},
|
||||
label: "Pedicure", href: "#usluge"},
|
||||
{
|
||||
label: "Nail Extensions",
|
||||
href: "#usluge",
|
||||
},
|
||||
label: "Nail Extensions", href: "#usluge"},
|
||||
{
|
||||
label: "Nail Art",
|
||||
href: "#usluge",
|
||||
},
|
||||
label: "Nail Art", href: "#usluge"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "O Nama",
|
||||
items: [
|
||||
title: "O Nama", items: [
|
||||
{
|
||||
label: "Naša Priča",
|
||||
href: "#o-nama",
|
||||
},
|
||||
label: "Naša Priča", href: "#o-nama"},
|
||||
{
|
||||
label: "Tim",
|
||||
href: "#o-nama",
|
||||
},
|
||||
label: "Tim", href: "#o-nama"},
|
||||
{
|
||||
label: "Recenzije",
|
||||
href: "#recenzije",
|
||||
},
|
||||
label: "Recenzije", href: "#recenzije"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Kontakt",
|
||||
items: [
|
||||
title: "Kontakt", items: [
|
||||
{
|
||||
label: "Adresa",
|
||||
href: "#kontakt",
|
||||
},
|
||||
label: "Adresa", href: "#kontakt"},
|
||||
{
|
||||
label: "Telefon",
|
||||
href: "tel:+38763332886",
|
||||
},
|
||||
label: "Telefon", href: "tel:+38763332886"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://www.instagram.com/glamfactory.iliana",
|
||||
},
|
||||
label: "Instagram", href: "https://www.instagram.com/glamfactory.iliana"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user