diff --git a/src/app/page.tsx b/src/app/page.tsx
index 445dd9c..df9908d 100644
--- a/src/app/page.tsx
+++ b/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() {
@@ -57,71 +47,46 @@ export default function LandingPage() {
@@ -131,24 +96,18 @@ export default function LandingPage() {
@@ -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."
/>