diff --git a/src/app/page.tsx b/src/app/page.tsx index 32230da..0a175de 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,26 +32,11 @@ export default function LandingPage() {
@@ -176,65 +89,29 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Massages Relaxants", - description: "Des mouvements enveloppants pour une relaxation profonde et une libération immédiate des tensions.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/manual-thigh-massage-with-oil-modern-spa-lymphatic-relax_169016-69242.jpg", - }, + title: "Massages Relaxants", description: "Des mouvements enveloppants pour une relaxation profonde et une libération immédiate des tensions.", media: { imageSrc: "http://img.b2bpic.net/free-photo/manual-thigh-massage-with-oil-modern-spa-lymphatic-relax_169016-69242.jpg" }, items: [ - { - icon: Sparkles, - text: "Huiles biologiques", - }, - { - icon: CheckCircle, - text: "Sur-mesure", - }, + { icon: Sparkles, text: "Huiles biologiques" }, + { icon: CheckCircle, text: "Sur-mesure" } ], - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-checking-water-before-taking-bath_23-2149239340.jpg?_wi=2", - imageAlt: "relaxing massage oil treatment", + reverse: false }, { - title: "Massages Sportifs", - description: "Une approche ciblée pour la récupération musculaire et le soulagement des douleurs après l'effort.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/man-receiving-massage-physiotherapy-session_23-2149143820.jpg", - }, + title: "Massages Sportifs", description: "Une approche ciblée pour la récupération musculaire et le soulagement des douleurs après l'effort.", media: { imageSrc: "http://img.b2bpic.net/free-photo/man-receiving-massage-physiotherapy-session_23-2149143820.jpg" }, items: [ - { - icon: Sparkles, - text: "Récupération intense", - }, - { - icon: CheckCircle, - text: "Travail profond", - }, + { icon: Sparkles, text: "Récupération intense" }, + { icon: CheckCircle, text: "Travail profond" } ], - reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/couple-home-enjoying-life_23-2149167728.jpg", - imageAlt: "relaxing massage oil treatment", + reverse: true }, { - title: "Soins Bien-Être", - description: "Des rituels complets combinant techniques ancestrales et modernité pour un ressourcement global.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/creative-feng-shui-arrangement_23-2149058746.jpg", - }, + title: "Soins Bien-Être", description: "Des rituels complets combinant techniques ancestrales et modernité pour un ressourcement global.", media: { imageSrc: "http://img.b2bpic.net/free-photo/creative-feng-shui-arrangement_23-2149058746.jpg" }, items: [ - { - icon: Sparkles, - text: "Rituel sensoriel", - }, - { - icon: CheckCircle, - text: "Évasion totale", - }, + { icon: Sparkles, text: "Rituel sensoriel" }, + { icon: CheckCircle, text: "Évasion totale" } ], - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/spa-equipments-with-soap-cotton-flower_23-2147844979.jpg?_wi=1", - imageAlt: "relaxing massage oil treatment", - }, + reverse: false + } ]} title="Nos Soins Signature" description="Chaque soin est une invitation au voyage, pensé pour restaurer l'équilibre de votre corps et de votre esprit." @@ -245,44 +122,15 @@ export default function LandingPage() {