Merge version_4 into main #6
@@ -4,15 +4,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import { Award, Scissors, Smile, MapPin, Phone, Clock } from "lucide-react";
|
||||
import TimelineCardStack from '@/components/cardStack/layouts/timelines/TimelineCardStack';
|
||||
import { Award, Scissors, Smile, MapPin, Phone, Clock, GraduationCap } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -47,12 +46,12 @@ export default function LandingPage() {
|
||||
title="Il tuo stile. La tua firma."
|
||||
description="Frank Parrucchiere è il punto di riferimento a Palermo per il grooming maschile di lusso. Esperti in taglio, barba e cura del viso."
|
||||
leftCarouselItems={[
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EAGUdf6FSzDtzqt2SK6ZD5lytj/uploaded-1779615427564-qqid9nhu.jpg", imageAlt: "Salone Frank Parrucchiere 1" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EAGUdf6FSzDtzqt2SK6ZD5lytj/uploaded-1779615427564-ogwlfuzj.jpg", imageAlt: "Salone Frank Parrucchiere 2" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EAGUdf6FSzDtzqt2SK6ZD5lytj/uploaded-1779615548669-ewdn4at8.jpg", imageAlt: "Galleria Frank Parrucchiere 1" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EAGUdf6FSzDtzqt2SK6ZD5lytj/uploaded-1779615548670-o62blipq.jpg", imageAlt: "Galleria Frank Parrucchiere 2" },
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EAGUdf6FSzDtzqt2SK6ZD5lytj/uploaded-1779615427564-n589anxv.jpg", imageAlt: "Salone Frank Parrucchiere 3" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EAGUdf6FSzDtzqt2SK6ZD5lytj/uploaded-1779615427564-1qyznint.jpg", imageAlt: "Salone Frank Parrucchiere 4" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EAGUdf6FSzDtzqt2SK6ZD5lytj/uploaded-1779615548670-jk7gf02o.jpg", imageAlt: "Galleria Frank Parrucchiere 3" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EAGUdf6FSzDtzqt2SK6ZD5lytj/uploaded-1779615548670-ww8ylv91.jpg", imageAlt: "Galleria Frank Parrucchiere 4" },
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Prenota online", href: "#contact" },
|
||||
@@ -61,6 +60,18 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="training" data-section="training">
|
||||
<TimelineCardStack
|
||||
title="Formazione d'eccellenza"
|
||||
description="Dal 1998, il nostro team partecipa costantemente ai migliori corsi di formazione nazionale e internazionale. Questa dedizione ci permette di padroneggiare le tecniche più avanzate di hair care e grooming, garantendo risultati sartoriali basati su esperienza pluridecennale."
|
||||
tag="Esperienza"
|
||||
tagIcon={GraduationCap}
|
||||
textboxLayout="split"
|
||||
>
|
||||
{/* Timeline content managed internally by component */}
|
||||
</TimelineCardStack>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<AboutMetric
|
||||
title="La nostra passione"
|
||||
@@ -96,7 +107,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "p1", name: "Wella Styling Clay", price: "€22", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shoe-brush-polish_53876-32091.jpg?_wi=2" },
|
||||
{ id: "p2", name: "L'Oréal Homme Gel", price: "€18", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313028.jpg" },
|
||||
{ id: "p2", name: "L'Oréal Homme Gel", price: "€18", imageSrc: "http://img.b2bpic.net/close-up-man-selfcare-products_23-2149313028.jpg" },
|
||||
]}
|
||||
title="I Nostri Prodotti"
|
||||
description="Usiamo solo prodotti professionali Wella e L'Oréal."
|
||||
|
||||
Reference in New Issue
Block a user