diff --git a/src/app/page.tsx b/src/app/page.tsx
index c53f8c8..c2a601a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -55,42 +43,14 @@ export default function LandingPage() {
@@ -102,30 +62,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
features={[
- {
- title: "Expert Haircuts",
- description: "Precision cuts tailored to your unique style and face shape.",
- imageSrc: "http://img.b2bpic.net/free-photo/professional-girl-hairdresser-makes-client-haircut-girl-is-sitting-mask-beauty-salon_343596-4451.jpg",
- titleImageSrc: "http://img.b2bpic.net/free-photo/pretty-barber-girl-cutting-hair_624325-3064.jpg",
- buttonText: "See Services",
- },
- {
- title: "Professional Coloring",
- description: "Custom color solutions ranging from natural highlights to bold shades.",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-smiling-showing-palm-her-hand_141793-573.jpg",
- titleImageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-dyed-hair-summertime_52683-86996.jpg",
- buttonText: "See Services",
- },
- {
- title: "Revitalizing Treatments",
- description: "Deep conditioning and therapeutic treatments for healthy, shining hair.",
- imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-getting-her-hair-washed_23-2148108893.jpg",
- titleImageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-getting-her-hair-washed_23-2148108851.jpg",
- buttonText: "See Services",
- },
+ { title: "Coupes Expertes", description: "Des coupes de précision adaptées à votre style et à la morphologie de votre visage.", imageSrc: "http://img.b2bpic.net/free-photo/professional-girl-hairdresser-makes-client-haircut-girl-is-sitting-mask-beauty-salon_343596-4451.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/pretty-barber-girl-cutting-hair_624325-3064.jpg", buttonText: "Voir nos services" },
+ { title: "Coloration Professionnelle", description: "Des solutions de couleur personnalisées, des reflets naturels aux teintes audacieuses.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-smiling-showing-palm-her-hand_141793-573.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-dyed-hair-summertime_52683-86996.jpg", buttonText: "Voir nos services" },
+ { title: "Soins Revitalisants", description: "Soins en profondeur et traitements thérapeutiques pour des cheveux sains et éclatants.", imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-getting-her-hair-washed_23-2148108893.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-getting-her-hair-washed_23-2148108851.jpg", buttonText: "Voir nos services" },
]}
- title="Premium Hair Care"
- description="We use the highest quality products and techniques to bring out your natural beauty."
+ title="Soins Capillaires Premium"
+ description="Nous utilisons des produits de la plus haute qualité pour révéler votre beauté naturelle."
/>
@@ -135,70 +77,21 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
plans={[
- {
- id: "p1",
- badge: "Essential",
- price: "From $55",
- subtitle: "Includes consultation and cut",
- features: [
- "Consultation",
- "Precision Cut",
- "Blow dry styling",
- ],
- buttons: [
- {
- text: "Book Now",
- href: "#contact",
- },
- ],
- },
- {
- id: "p2",
- badge: "Popular",
- price: "From $120",
- subtitle: "Full color and styling transformation",
- features: [
- "Color consultation",
- "Full color application",
- "Cut and finish",
- ],
- buttons: [
- {
- text: "Book Now",
- href: "#contact",
- },
- ],
- },
- {
- id: "p3",
- badge: "Premium",
- price: "From $85",
- subtitle: "Deep nourishment and repair",
- features: [
- "Hair analysis",
- "Deep conditioning",
- "Scalp massage",
- ],
- buttons: [
- {
- text: "Book Now",
- href: "#contact",
- },
- ],
- },
+ { id: "p1", badge: "Essentiel", price: "À partir de 55$", subtitle: "Inclut consultation et coupe", features: ["Consultation", "Coupe de précision", "Mise en plis"], buttons: [{ text: "Réserver", href: "#contact" }] },
+ { id: "p2", badge: "Populaire", price: "À partir de 120$", subtitle: "Transformation complète", features: ["Consultation couleur", "Application de couleur", "Coupe et finition"], buttons: [{ text: "Réserver", href: "#contact" }] },
+ { id: "p3", badge: "Premium", price: "À partir de 85$", subtitle: "Soins profonds", features: ["Analyse capillaire", "Traitement nourrissant", "Massage du cuir chevelu"], buttons: [{ text: "Réserver", href: "#contact" }] },
]}
- title="Our Services & Pricing"
- description="Transparent pricing for our signature hair services."
+ title="Services et Tarifs"
+ description="Tarification transparente pour tous nos services."
/>