Merge version_2 into main #2
203
src/app/page.tsx
203
src/app/page.tsx
@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
@@ -30,25 +30,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Accueil",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Accueil", id: "#hero"},
|
||||
{
|
||||
name: "À propos",
|
||||
id: "#about",
|
||||
},
|
||||
name: "À propos", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Avis",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Avis", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="La Splendida"
|
||||
/>
|
||||
@@ -57,71 +47,46 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="L'Excellence du Soin Textile à Milan"
|
||||
description="Plus de 7 ans d'expérience au service de vos vêtements les plus précieux. Précision, fiabilité et professionnalisme au cœur de Via Luigi Frapolli."
|
||||
variant: "gradient-bars"}}
|
||||
title="L'Eccellenza della Cura Tessile a Milano"
|
||||
description="Oltre 7 anni di esperienza al servizio dei vostri capi più preziosi. Precisione, affidabilità e professionalità nel cuore di Via Luigi Frapolli."
|
||||
buttons={[
|
||||
{
|
||||
text: "Itinéraire",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Indicazioni", href: "#contact"},
|
||||
{
|
||||
text: "Appeler",
|
||||
href: "tel:3391890211",
|
||||
},
|
||||
text: "Chiamaci", href: "tel:3391890211"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-making-jacket-close-up_23-2148898084.jpg?_wi=1"
|
||||
imageAlt="La Splendida - Blanchisserie de luxe"
|
||||
imageAlt="La Splendida - Lavanderia di lusso"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-trying-out-new-clothes_23-2148660715.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-trying-out-new-clothes_23-2148660715.jpg", alt: "Cliente 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-blonde-woman-drinking-coffee-waiting-washing-machine-laundry-room_839833-27656.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-blonde-woman-drinking-coffee-waiting-washing-machine-laundry-room_839833-27656.jpg", alt: "Cliente 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-with-shopping-bags-showing-something-shop-window_329181-18696.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-with-shopping-bags-showing-something-shop-window_329181-18696.jpg", alt: "Cliente 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/women-choosing-white-bride-dress_1398-3908.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/women-choosing-white-bride-dress_1398-3908.jpg", alt: "Cliente 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-girl-happily-looking-camera-while-leaning-clothes-rack-fashion-boutique-young-joyful-lady-viewing-clothes-new-collection-clothes-store_574295-4559.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-girl-happily-looking-camera-while-leaning-clothes-rack-fashion-boutique-young-joyful-lady-viewing-clothes-new-collection-clothes-store_574295-4559.jpg", alt: "Cliente 5"},
|
||||
]}
|
||||
avatarText="Plus de 2 000 clients satisfaits à Milan"
|
||||
avatarText="Oltre 2.000 clienti soddisfatti a Milano"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Nettoyage éco-responsable",
|
||||
icon: Leaf,
|
||||
type: "text-icon", text: "Lavaggio eco-sostenibile", icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Service rapide 24h",
|
||||
icon: Clock,
|
||||
type: "text-icon", text: "Servizio rapido 24h", icon: Clock,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Artisanat d'excellence",
|
||||
icon: Diamond,
|
||||
type: "text-icon", text: "Artigianalità d'eccellenza", icon: Diamond,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Soins des textiles fins",
|
||||
icon: Sparkles,
|
||||
type: "text-icon", text: "Cura dei tessuti pregiati", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Localisation centrale",
|
||||
icon: MapPin,
|
||||
type: "text-icon", text: "Posizione centrale", icon: MapPin,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -131,24 +96,18 @@ export default function LandingPage() {
|
||||
<SplitAbout
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
title="Une tradition de perfection"
|
||||
description="Chez La Splendida, nous ne nous contentons pas de nettoyer. Nous restaurons l'éclat de vos textiles les plus délicats avec un savoir-faire artisanal, une attention méticuleuse et des techniques de pointe."
|
||||
title="Una tradizione di perfezione"
|
||||
description="Da La Splendida, non ci limitiamo a pulire. Restituiamo splendore ai vostri capi più delicati con maestria artigianale, attenzione meticolosa e tecniche all'avanguardia."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Service Express",
|
||||
description: "Traitement prioritaire pour vos urgences quotidiennes ou événements spéciaux.",
|
||||
},
|
||||
title: "Servizio Express", description: "Trattamento prioritario per le vostre urgenze quotidiane o eventi speciali."},
|
||||
{
|
||||
title: "Soins Délicats",
|
||||
description: "Expertise sur les tissus fragiles, cuir, soie et vêtements de marque.",
|
||||
},
|
||||
title: "Cura dei Tessuti", description: "Esperienza consolidata su fibre fragili, pelle, seta e abiti di alta moda."},
|
||||
{
|
||||
title: "Engagement Qualité",
|
||||
description: "Des résultats impeccables pour chaque article traité avec soin.",
|
||||
},
|
||||
title: "Qualità Garantita", description: "Risultati impeccabili per ogni capo, trattato con cura assoluta."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fashion-designer-s-hand-taking-measurement-his-customer-s-chest-with-yellow-measuring-tape_23-2148180370.jpg?_wi=1"
|
||||
imageAlt="Artisanat textile"
|
||||
imageAlt="Artigianalità Tessile"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -159,68 +118,32 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Nettoyage à sec",
|
||||
description: "Traitement professionnel des tissus délicats et des costumes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-making-jacket-close-up_23-2148898084.jpg?_wi=2",
|
||||
},
|
||||
title: "Lavaggio a Secco", description: "Trattamento professionale per tessuti pregiati e capi d'alta sartoria.", imageSrc: "http://img.b2bpic.net/free-photo/woman-making-jacket-close-up_23-2148898084.jpg?_wi=2"},
|
||||
{
|
||||
title: "Repassage perfection",
|
||||
description: "Pour un tomber parfait de vos chemises et robes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-designer-s-hand-taking-measurement-his-customer-s-chest-with-yellow-measuring-tape_23-2148180370.jpg?_wi=2",
|
||||
},
|
||||
title: "Stiro Professionale", description: "Cura minuziosa per un drappeggio perfetto di camicie e abiti.", imageSrc: "http://img.b2bpic.net/free-photo/fashion-designer-s-hand-taking-measurement-his-customer-s-chest-with-yellow-measuring-tape_23-2148180370.jpg?_wi=2"},
|
||||
{
|
||||
title: "Retouches",
|
||||
description: "Ajustements précis par nos couturiers experts.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-making-jacket-close-up_23-2148898084.jpg?_wi=3",
|
||||
},
|
||||
title: "Riparazioni Sartoriali", description: "Modifiche di precisione eseguite dai nostri esperti sarti.", imageSrc: "http://img.b2bpic.net/free-photo/woman-making-jacket-close-up_23-2148898084.jpg?_wi=3"},
|
||||
{
|
||||
title: "Soins du cuir",
|
||||
description: "Nettoyage et revitalisation de vos pièces en cuir.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-designer-s-hand-taking-measurement-his-customer-s-chest-with-yellow-measuring-tape_23-2148180370.jpg?_wi=3",
|
||||
},
|
||||
title: "Trattamento Pelle", description: "Pulizia e rivitalizzazione specialistica per i vostri capi in pelle.", imageSrc: "http://img.b2bpic.net/free-photo/fashion-designer-s-hand-taking-measurement-his-customer-s-chest-with-yellow-measuring-tape_23-2148180370.jpg?_wi=3"},
|
||||
{
|
||||
title: "Blanchisserie linge maison",
|
||||
description: "Entretien complet de vos draps et nappes délicates.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-making-jacket-close-up_23-2148898084.jpg?_wi=4",
|
||||
},
|
||||
title: "Lavanderia Casa", description: "Cura completa per biancheria, tovaglie e tessuti domestici raffinati.", imageSrc: "http://img.b2bpic.net/free-photo/woman-making-jacket-close-up_23-2148898084.jpg?_wi=4"},
|
||||
{
|
||||
title: "Abonnement entreprise",
|
||||
description: "Gestion des uniformes et textiles professionnels.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-designer-s-hand-taking-measurement-his-customer-s-chest-with-yellow-measuring-tape_23-2148180370.jpg?_wi=4",
|
||||
},
|
||||
title: "Abbonamenti Business", description: "Gestione personalizzata di uniformi e tessili professionali.", imageSrc: "http://img.b2bpic.net/free-photo/fashion-designer-s-hand-taking-measurement-his-customer-s-chest-with-yellow-measuring-tape_23-2148180370.jpg?_wi=4"},
|
||||
]}
|
||||
title="Nos Services"
|
||||
description="Des solutions sur mesure pour l'entretien et la préservation de votre garde-robe."
|
||||
title="I Nostri Servizi"
|
||||
description="Soluzioni su misura pensate per mantenere inalterata la bellezza del vostro guardaroba."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFifteen
|
||||
useInvertedBackground={false}
|
||||
testimonial="Une laverie exceptionnelle. J'y ai apporté une housse de canapé avec des taches difficiles, rendue en deux jours comme neuve. Professionnels, rapides et prix honnêtes."
|
||||
testimonial="Servizio impeccabile. Ho portato un copridivano con macchie difficili ed è tornato come nuovo in soli due giorni. Professionalità e cortesia esemplari."
|
||||
rating={5}
|
||||
author="Francesco L."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-trying-out-new-clothes_23-2148660715.jpg",
|
||||
alt: "Client",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-blonde-woman-drinking-coffee-waiting-washing-machine-laundry-room_839833-27656.jpg",
|
||||
alt: "Client",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-with-shopping-bags-showing-something-shop-window_329181-18696.jpg",
|
||||
alt: "Client",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/women-choosing-white-bride-dress_1398-3908.jpg",
|
||||
alt: "Client",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-girl-happily-looking-camera-while-leaning-clothes-rack-fashion-boutique-young-joyful-lady-viewing-clothes-new-collection-clothes-store_574295-4559.jpg",
|
||||
alt: "Client",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-trying-out-new-clothes_23-2148660715.jpg", alt: "Cliente"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -231,57 +154,35 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
text="Visitez-nous au 40 Via Luigi Frapolli, Milan. Ouvert jusqu'à 19h30, du lundi au samedi."
|
||||
variant: "rotated-rays-animated"}}
|
||||
text="Vi aspettiamo in Via Luigi Frapolli, 40, Milano. Aperti dal lunedì al sabato fino alle 19:30."
|
||||
buttons={[
|
||||
{
|
||||
text: "Appeler maintenant",
|
||||
href: "tel:3391890211",
|
||||
},
|
||||
text: "Chiama ora", href: "tel:3391890211"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
<FooterBaseCard
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
{
|
||||
label: "Accueil",
|
||||
href: "#hero",
|
||||
},
|
||||
{
|
||||
label: "À propos",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
title: "Menu", items: [
|
||||
{ label: "Home", href: "#hero" },
|
||||
{ label: "Chi siamo", href: "#about" },
|
||||
{ label: "Servizi", href: "#services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Informations",
|
||||
items: [
|
||||
{
|
||||
label: "Via Luigi Frapolli, 40",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Milan 20141",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "0339 189 0211",
|
||||
href: "tel:3391890211",
|
||||
},
|
||||
title: "Contatti", items: [
|
||||
{ label: "Via Luigi Frapolli, 40", href: "#" },
|
||||
{ label: "Milano, MI", href: "#" },
|
||||
{ label: "+39 339 189 0211", href: "tel:3391890211" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="La Splendida"
|
||||
copyrightText="© 2025 La Splendida | Eccellenza Milanese"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user