diff --git a/src/app/page.tsx b/src/app/page.tsx index 60145cf..773b04a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,10 @@ export default function LandingPage() { @@ -177,45 +96,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "1", - name: "Radiance Serum", - price: "$85", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-composition-natural-argan-product_23-2148955791.jpg", - }, - { - id: "2", - name: "Calm Face Cream", - price: "$65", - imageSrc: "http://img.b2bpic.net/free-photo/pink-cosmetic-containers-flowers-assortment_23-2149270050.jpg", - }, - { - id: "3", - name: "Botanical Mask", - price: "$45", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-facial-treatment_23-2148660802.jpg", - }, - { - id: "4", - name: "Earthy Salts", - price: "$30", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-decoration-with-salts-bowl_23-2148295970.jpg", - }, - { - id: "5", - name: "Nourish Oil", - price: "$70", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176152.jpg", - }, - { - id: "6", - name: "Spa Soap", - price: "$15", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-with-herbal-medicine_23-2149292042.jpg", - }, + { id: "1", name: "Sérum Éclat", price: "85 €", imageSrc: "http://img.b2bpic.net/free-photo/front-view-composition-natural-argan-product_23-2148955791.jpg" }, + { id: "2", name: "Crème Apaisante", price: "65 €", imageSrc: "http://img.b2bpic.net/free-photo/pink-cosmetic-containers-flowers-assortment_23-2149270050.jpg" }, + { id: "3", name: "Masque Botanique", price: "45 €", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-facial-treatment_23-2148660802.jpg" }, ]} - title="Luxury Skincare Rituals" - description="Take the spa experience home with our signature range of organic beauty products." + title="Rituels de Luxe" + description="Prolongez l'expérience spa avec notre gamme de produits biologiques." /> @@ -226,65 +112,21 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "10k+", - title: "Happy Guests", - description: "Served with heart", - icon: Smile, - }, - { - id: "m2", - value: "15+", - title: "Expert Staff", - description: "Highly trained", - icon: Users, - }, - { - id: "m3", - value: "5.0", - title: "Avg Rating", - description: "From our clients", - icon: Star, - }, + { id: "m1", value: "10k+", title: "Clients satisfaits", description: "Avec passion", icon: Smile }, + { id: "m2", value: "15+", title: "Équipe experte", description: "Hautement qualifiée", icon: Users }, + { id: "m3", value: "5.0", title: "Note moyenne", description: "De nos clients", icon: Star }, ]} - title="Our Impact" - description="We are proud to serve our community with excellence and care." + title="Notre Impact" + description="Nous sommes fiers de servir notre communauté avec excellence." />
@@ -294,24 +136,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "q1", - title: "Do I need to book in advance?", - content: "Yes, we recommend booking a few days ahead.", - }, - { - id: "q2", - title: "What payment methods do you accept?", - content: "We accept major cards and mobile payments.", - }, - { - id: "q3", - title: "Are your products natural?", - content: "Absolutely, our entire range is organic.", - }, + { id: "q1", title: "Dois-je réserver à l'avance ?", content: "Oui, nous recommandons de réserver quelques jours à l'avance." }, + { id: "q2", title: "Quels paiements acceptez-vous ?", content: "Nous acceptons les cartes bancaires et les paiements mobiles." }, + { id: "q3", title: "Vos produits sont-ils naturels ?", content: "Absolument, notre gamme est 100% organique." }, ]} - title="Frequently Asked Questions" - description="Find answers to common questions about our spa treatments." + title="Questions fréquentes" + description="Retrouvez les réponses aux questions les plus posées." faqsAnimation="slide-up" /> @@ -319,50 +149,19 @@ export default function LandingPage() {