2 Commits

Author SHA1 Message Date
fd6cf237b4 Update src/app/page.tsx 2026-03-31 12:23:25 +00:00
06f8c60162 Merge version_1 into main
Merge version_1 into main
2026-03-31 12:20:24 +00:00

View File

@@ -31,25 +31,15 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "About", name: "About", id: "about"},
id: "about",
},
{ {
name: "Services", name: "Services", id: "services"},
id: "services",
},
{ {
name: "Testimonials", name: "Testimonials", id: "testimonials"},
id: "testimonials",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="SALON KHOYA" brandName="SALON KHOYA"
/> />
@@ -58,41 +48,26 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardGallery <HeroBillboardGallery
background={{ background={{
variant: "sparkles-gradient", variant: "sparkles-gradient"}}
}}
title="SALON KHOYA SHOP Dove lo stile incontra la precisione" title="SALON KHOYA SHOP Dove lo stile incontra la precisione"
description="Scopri l'eccellenza in ogni taglio. Mirandola, Via Cesare Battisti, 7." description="Scopri l'eccellenza in ogni taglio. Mirandola, Via Cesare Battisti, 7."
buttons={[ buttons={[
{ {
text: "Prenota Ora", text: "Prenota Ora", href: "#contact"},
href: "#contact",
},
]} ]}
mediaItems={[ mediaItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205873.jpg", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205873.jpg", imageAlt: "Salon Khoya Interior"},
imageAlt: "Salon Khoya Interior",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-hairdresser-shop_23-2149220587.jpg?_wi=1", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-hairdresser-shop_23-2149220587.jpg?_wi=1", imageAlt: "Salon Khoya Detail"},
imageAlt: "Salon Khoya Detail",
},
{ {
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?_wi=1", imageAlt: "Luxury Barber Chair"},
imageAlt: "Luxury Barber Chair",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-male-self-care-setting-still-life_23-2150326557.jpg?_wi=1", imageSrc: "http://img.b2bpic.net/free-photo/top-view-male-self-care-setting-still-life_23-2150326557.jpg?_wi=1", imageAlt: "Barber Tools"},
imageAlt: "Barber Tools",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-brown-suit-glasses-near-dark-wall_158538-11230.jpg?_wi=1", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-brown-suit-glasses-near-dark-wall_158538-11230.jpg?_wi=1", imageAlt: "Stylish Haircut"},
imageAlt: "Stylish Haircut",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/essential-oil-spray-bottle-aromatic-beauty-product_53876-134404.jpg?_wi=1", imageSrc: "http://img.b2bpic.net/free-photo/essential-oil-spray-bottle-aromatic-beauty-product_53876-134404.jpg?_wi=1", imageAlt: "Product Display"},
imageAlt: "Product Display",
},
]} ]}
mediaAnimation="slide-up" mediaAnimation="slide-up"
/> />
@@ -119,23 +94,11 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
features={[ features={[
{ {
id: "s1", id: "s1", title: "Taglio Uomo", description: "Tagli personalizzati per ogni esigenza di stile.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-pensive-man-is-waiting-his-turn-get-haircut-busy-barbershop_613910-21489.jpg"},
title: "Taglio Uomo",
description: "Tagli personalizzati per ogni esigenza di stile.",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-pensive-man-is-waiting-his-turn-get-haircut-busy-barbershop_613910-21489.jpg",
},
{ {
id: "s2", id: "s2", title: "Rasatura Tradizionale", description: "Riscopri il rito della rasatura classica con panno caldo.", imageSrc: "http://img.b2bpic.net/free-photo/shaving-handsome-guy-shaved-face-gray_1150-15133.jpg"},
title: "Rasatura Tradizionale",
description: "Riscopri il rito della rasatura classica con panno caldo.",
imageSrc: "http://img.b2bpic.net/free-photo/shaving-handsome-guy-shaved-face-gray_1150-15133.jpg",
},
{ {
id: "s3", id: "s3", title: "Cura Barba", description: "Modellatura precisa e cura dedicata per la tua barba.", imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-near-blurred-stylist_23-2147778876.jpg"},
title: "Cura Barba",
description: "Modellatura precisa e cura dedicata per la tua barba.",
imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-near-blurred-stylist_23-2147778876.jpg",
},
]} ]}
title="I Nostri Servizi" title="I Nostri Servizi"
description="Servizi di alta qualità per la cura del tuo stile." description="Servizi di alta qualità per la cura del tuo stile."
@@ -148,45 +111,15 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "t1", id: "t1", title: "Professionalità", quote: "Professionalità e precisione incredibili. Ogni volta esco soddisfatto!", name: "Marco R.", role: "Cliente", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing_344912-2466.jpg?_wi=1"},
title: "Professionalità",
quote: "Professionalità e precisione incredibili. Ogni volta esco soddisfatto!",
name: "Marco R.",
role: "Cliente",
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing_344912-2466.jpg?_wi=1",
},
{ {
id: "t2", id: "t2", title: "Accoglienza", quote: "Atmosfera accogliente e staff super gentile. Consigliatissimo!", name: "Luca F.", role: "Cliente", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg"},
title: "Accoglienza",
quote: "Atmosfera accogliente e staff super gentile. Consigliatissimo!",
name: "Luca F.",
role: "Cliente",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg",
},
{ {
id: "t3", id: "t3", title: "Qualità", quote: "Il miglior posto dove farsi tagliare i capelli a Mirandola.", name: "Giulia P.", role: "Cliente", imageSrc: "http://img.b2bpic.net/free-photo/picture-attractive-caucasian-man-white-wall_176420-7234.jpg"},
title: "Qualità",
quote: "Il miglior posto dove farsi tagliare i capelli a Mirandola.",
name: "Giulia P.",
role: "Cliente",
imageSrc: "http://img.b2bpic.net/free-photo/picture-attractive-caucasian-man-white-wall_176420-7234.jpg",
},
{ {
id: "t4", id: "t4", title: "Precisione", quote: "Attenzione maniacale al dettaglio. Un vero artista.", name: "Simone G.", role: "Cliente", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-barber-wearing-uniform-doing-haircut-his-young-client_141793-117966.jpg"},
title: "Precisione",
quote: "Attenzione maniacale al dettaglio. Un vero artista.",
name: "Simone G.",
role: "Cliente",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-barber-wearing-uniform-doing-haircut-his-young-client_141793-117966.jpg",
},
{ {
id: "t5", id: "t5", title: "Esperienza Unica", quote: "Un ambiente di lusso, servizio impeccabile. Non vado altrove.", name: "Alessandro V.", role: "Cliente", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing_344912-2466.jpg?_wi=2"},
title: "Esperienza Unica",
quote: "Un ambiente di lusso, servizio impeccabile. Non vado altrove.",
name: "Alessandro V.",
role: "Cliente",
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing_344912-2466.jpg?_wi=2",
},
]} ]}
title="Cosa dicono i nostri clienti" title="Cosa dicono i nostri clienti"
description="La soddisfazione è la nostra priorità." description="La soddisfazione è la nostra priorità."
@@ -201,41 +134,17 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
products={[ products={[
{ {
id: "g1", id: "g1", name: "Salone interno", price: "Lifestyle", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-hairdresser-shop_23-2149220587.jpg?_wi=2"},
name: "Salone interno",
price: "Lifestyle",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-hairdresser-shop_23-2149220587.jpg?_wi=2",
},
{ {
id: "g2", id: "g2", name: "Dettaglio seduta", price: "Comfort", imageSrc: "http://img.b2bpic.net/free-photo/young-man-getting-his-beard-styled-barber_23-2148985714.jpg?_wi=2"},
name: "Dettaglio seduta",
price: "Comfort",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-getting-his-beard-styled-barber_23-2148985714.jpg?_wi=2",
},
{ {
id: "g3", id: "g3", name: "Attrezzatura", price: "Precisione", imageSrc: "http://img.b2bpic.net/free-photo/top-view-male-self-care-setting-still-life_23-2150326557.jpg?_wi=2"},
name: "Attrezzatura",
price: "Precisione",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-male-self-care-setting-still-life_23-2150326557.jpg?_wi=2",
},
{ {
id: "g4", id: "g4", name: "Styling", price: "Trend", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-brown-suit-glasses-near-dark-wall_158538-11230.jpg?_wi=2"},
name: "Styling",
price: "Trend",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-brown-suit-glasses-near-dark-wall_158538-11230.jpg?_wi=2",
},
{ {
id: "g5", id: "g5", name: "Prodotti", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/essential-oil-spray-bottle-aromatic-beauty-product_53876-134404.jpg?_wi=2"},
name: "Prodotti",
price: "Premium",
imageSrc: "http://img.b2bpic.net/free-photo/essential-oil-spray-bottle-aromatic-beauty-product_53876-134404.jpg?_wi=2",
},
{ {
id: "g6", id: "g6", name: "Vista generale", price: "Khoya Shop", imageSrc: "http://img.b2bpic.net/free-photo/hair-salon-chair-with-towel-armchair_23-2148242777.jpg"},
name: "Vista generale",
price: "Khoya Shop",
imageSrc: "http://img.b2bpic.net/free-photo/hair-salon-chair-with-towel-armchair_23-2148242777.jpg",
},
]} ]}
title="Il Nostro Stile" title="Il Nostro Stile"
description="Uno sguardo all'interno del salone." description="Uno sguardo all'interno del salone."
@@ -246,13 +155,10 @@ export default function LandingPage() {
<ContactCenter <ContactCenter
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain", variant: "plain"}}
}} tag="Contattaci"
tag="Contatti" title="Prenota la tua esperienza di stile"
title="Prenota il tuo appuntamento" description="Situati nel cuore di Mirandola, siamo pronti ad accoglierti per offrirti il miglior servizio barber in città. Non esitare a contattarci per domande, prenotazioni o informazioni sui nostri prodotti esclusivi. Il team di Salon Khoya è qui per te."
description="Siamo in Via Cesare Battisti, 7, Mirandola. Chiama il 393 526 1693 o scrivici."
inputPlaceholder="La tua email"
buttonText="Invia Richiesta"
/> />
</div> </div>
@@ -261,41 +167,31 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/luxurious-dark-brown-tufted-leather-upholstery_84443-73306.jpg" imageSrc="http://img.b2bpic.net/free-photo/luxurious-dark-brown-tufted-leather-upholstery_84443-73306.jpg"
columns={[ columns={[
{ {
title: "Menu", title: "Navigazione", items: [
items: [
{ {
label: "Home", label: "Home", href: "#hero"},
href: "#hero",
},
{ {
label: "Servizi", label: "About", href: "#about"},
href: "#services",
},
{ {
label: "Contatti", label: "Servizi", href: "#services"},
href: "#contact", {
}, label: "Contatti", href: "#contact"},
], ],
}, },
{ {
title: "Social", title: "Social & Community", items: [
items: [
{ {
label: "Instagram", label: "Seguici su Instagram", href: "https://instagram.com"},
href: "https://instagram.com",
},
{ {
label: "Facebook", label: "Unisciti su Facebook", href: "https://facebook.com"},
href: "https://facebook.com",
},
], ],
}, },
]} ]}
logoText="SALON KHOYA" logoText="SALON KHOYA"
copyrightText="© 2025 SALON KHOYA SHOP | Mirandola" copyrightText="© 2025 SALON KHOYA SHOP. Qualità, tradizione e stile nel cuore di Mirandola."
/> />
</div> </div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }