Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
131
src/app/page.tsx
131
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "Chi Siamo",
|
||||
id: "about",
|
||||
},
|
||||
name: "Chi Siamo", id: "about"},
|
||||
{
|
||||
name: "Servizi",
|
||||
id: "features",
|
||||
},
|
||||
name: "Servizi", id: "features"},
|
||||
{
|
||||
name: "Prenota",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Prenota", id: "contact"},
|
||||
]}
|
||||
brandName="Francesco Acconciature"
|
||||
/>
|
||||
@@ -53,47 +45,26 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
variant: "rotated-rays-static"}}
|
||||
title="Francesco Acconciature"
|
||||
description="Oltre 20 anni di esperienza nel taglio e nello stile."
|
||||
buttons={[
|
||||
{
|
||||
text: "Prenota ora",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Prenota ora", href: "#contact"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "c1",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C4xOdCci6LWF1Q7syb3nxSdEup/uploaded-1775658653813-lrh5rlw2.png",
|
||||
imageAlt: "Barber shop interior",
|
||||
},
|
||||
id: "c1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C4xOdCci6LWF1Q7syb3nxSdEup/uploaded-1775658653813-lrh5rlw2.png", imageAlt: "Barber shop interior"},
|
||||
{
|
||||
id: "c2",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C4xOdCci6LWF1Q7syb3nxSdEup/uploaded-1775658653813-126dpt3r.jpg",
|
||||
imageAlt: "Professional barber",
|
||||
},
|
||||
id: "c2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C4xOdCci6LWF1Q7syb3nxSdEup/uploaded-1775658653813-126dpt3r.jpg", imageAlt: "Professional barber"},
|
||||
{
|
||||
id: "c3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bearded-hipster-male-purple-suit-isolated-grey-vignette-background_613910-2989.jpg?_wi=1",
|
||||
imageAlt: "Hairstyling",
|
||||
},
|
||||
id: "c3", imageSrc: "http://img.b2bpic.net/free-photo/bearded-hipster-male-purple-suit-isolated-grey-vignette-background_613910-2989.jpg", imageAlt: "Hairstyling"},
|
||||
{
|
||||
id: "c4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-salon_23-2147737030.jpg?_wi=1",
|
||||
imageAlt: "Barber chair",
|
||||
},
|
||||
id: "c4", imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-salon_23-2147737030.jpg", imageAlt: "Barber chair"},
|
||||
{
|
||||
id: "c5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-shaving-objects_23-2148121947.jpg?_wi=1",
|
||||
imageAlt: "Grooming tools",
|
||||
},
|
||||
id: "c5", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-shaving-objects_23-2148121947.jpg", imageAlt: "Grooming tools"},
|
||||
{
|
||||
id: "c6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-wondering-young-barber-wearing-gray-apron-holding-comb-his-head-showing-scissor-showing-five-blue-color-background_140725-155139.jpg?_wi=1",
|
||||
imageAlt: "Barber atmosphere",
|
||||
},
|
||||
id: "c6", imageSrc: "http://img.b2bpic.net/free-photo/side-view-wondering-young-barber-wearing-gray-apron-holding-comb-his-head-showing-scissor-showing-five-blue-color-background_140725-155139.jpg", imageAlt: "Barber atmosphere"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -103,44 +74,25 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "La Nostra Storia",
|
||||
},
|
||||
type: "text", content: "La Nostra Storia"},
|
||||
{
|
||||
type: "image",
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C4xOdCci6LWF1Q7syb3nxSdEup/uploaded-1775658653813-126dpt3r.jpg",
|
||||
alt: "Francesco",
|
||||
},
|
||||
type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C4xOdCci6LWF1Q7syb3nxSdEup/uploaded-1775658653813-126dpt3r.jpg", alt: "Francesco"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardMedia
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Taglio Uomo",
|
||||
description: "Taglio personalizzato secondo le ultime tendenze.",
|
||||
tag: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bearded-hipster-male-purple-suit-isolated-grey-vignette-background_613910-2989.jpg?_wi=2",
|
||||
},
|
||||
id: "f1", title: "Taglio Uomo", description: "Taglio personalizzato secondo le ultime tendenze.", tag: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/bearded-hipster-male-purple-suit-isolated-grey-vignette-background_613910-2989.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Styling",
|
||||
description: "Trattamenti dedicati per un look impeccabile.",
|
||||
tag: "Exclusive",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-salon_23-2147737030.jpg?_wi=2",
|
||||
},
|
||||
id: "f2", title: "Styling", description: "Trattamenti dedicati per un look impeccabile.", tag: "Exclusive", imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-salon_23-2147737030.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Cura Barba",
|
||||
description: "Rituali di rasatura e cura profonda della barba.",
|
||||
tag: "Expert",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-shaving-objects_23-2148121947.jpg?_wi=2",
|
||||
},
|
||||
id: "f3", title: "Cura Barba", description: "Rituali di rasatura e cura profonda della barba.", tag: "Expert", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-shaving-objects_23-2148121947.jpg"},
|
||||
]}
|
||||
title="I Nostri Servizi"
|
||||
description="La cura del dettaglio per uno stile unico."
|
||||
@@ -153,45 +105,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Ottimo!",
|
||||
quote: "Professionalità e cortesia. Il miglior barbiere in zona.",
|
||||
name: "Mario Rossi",
|
||||
role: "Cliente Fedele",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-wondering-young-barber-wearing-gray-apron-holding-comb-his-head-showing-scissor-showing-five-blue-color-background_140725-155139.jpg?_wi=2",
|
||||
},
|
||||
id: "t1", title: "Ottimo!", quote: "Professionalità e cortesia. Il miglior barbiere in zona.", name: "Mario Rossi", role: "Cliente Fedele", imageSrc: "http://img.b2bpic.net/free-photo/side-view-wondering-young-barber-wearing-gray-apron-holding-comb-his-head-showing-scissor-showing-five-blue-color-background_140725-155139.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Eccellente",
|
||||
quote: "Un'esperienza fantastica, curata in ogni dettaglio.",
|
||||
name: "Luca Bianchi",
|
||||
role: "Cliente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/twins-checking-news-tablet_329181-10651.jpg",
|
||||
},
|
||||
id: "t2", title: "Eccellente", quote: "Un'esperienza fantastica, curata in ogni dettaglio.", name: "Luca Bianchi", role: "Cliente", imageSrc: "http://img.b2bpic.net/free-photo/twins-checking-news-tablet_329181-10651.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Top",
|
||||
quote: "Francesco è un vero artista del taglio.",
|
||||
name: "Giuseppe Verdi",
|
||||
role: "Cliente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-man-barbershop_23-2147737096.jpg",
|
||||
},
|
||||
id: "t3", title: "Top", quote: "Francesco è un vero artista del taglio.", name: "Giuseppe Verdi", role: "Cliente", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-man-barbershop_23-2147737096.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Molto Soddisfatto",
|
||||
quote: "Precisione e attenzione al cliente, sempre.",
|
||||
name: "Antonio Bruno",
|
||||
role: "Cliente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-shaking-hands_23-2149141784.jpg",
|
||||
},
|
||||
id: "t4", title: "Molto Soddisfatto", quote: "Precisione e attenzione al cliente, sempre.", name: "Antonio Bruno", role: "Cliente", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-shaking-hands_23-2149141784.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Consigliato",
|
||||
quote: "Il salone è splendido e il servizio impeccabile.",
|
||||
name: "Marco Gialli",
|
||||
role: "Cliente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-male-sunglasses-with-tattoo-chest-wearing-denim-jacket_613910-7150.jpg",
|
||||
},
|
||||
id: "t5", title: "Consigliato", quote: "Il salone è splendido e il servizio impeccabile.", name: "Marco Gialli", role: "Cliente", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-male-sunglasses-with-tattoo-chest-wearing-denim-jacket_613910-7150.jpg"},
|
||||
]}
|
||||
title="Dicono di Noi"
|
||||
description="La fiducia dei nostri clienti è la nostra priorità."
|
||||
@@ -202,8 +124,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Prenota ora"
|
||||
title="Prenota il Tuo Appuntamento"
|
||||
description="Via Nazionale, 174, 89135 Catona RC. Chiama: 3484508935."
|
||||
@@ -217,9 +138,7 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://www.instagram.com/acconciature_francesco/",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "https://www.instagram.com/acconciature_francesco/", ariaLabel: "Instagram"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user