From bea56ad91f2697cea918d5e1ab9caa3188e9919f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 17:46:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 57 ++++++++++++++++++++++++++++-------------------- 1 file changed, 33 insertions(+), 24 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6eb262d..9470e9b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,16 +15,16 @@ import { Heart, Phone, Sparkles } from "lucide-react"; export default function LandingPage() { return ( @@ -78,7 +81,7 @@ export default function LandingPage() { title="Nos Services Experts" description="Découvrez notre gamme complète de services capillaires haut de gamme, conçus pour sublimer vos cheveux" tag="Expertise & Qualité" - tagAnimation="slide-up" + tagAnimation="blur-reveal" features={[ { id: "1", title: "Balayage", tags: ["Coloration", "Tendance"], @@ -105,9 +108,10 @@ export default function LandingPage() { id: "8", title: "Taille de Barbe", tags: ["Homme", "Précision"], imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg", imageAlt: "Professional beard trimming service"}, ]} - animationType="slide-up" + animationType="blur-reveal" textboxLayout="default" - useInvertedBackground={false} + useInvertedBackground={true} + buttonAnimation="blur-reveal" /> @@ -116,7 +120,7 @@ export default function LandingPage() { title="Notre Galerie" description="Découvrez les réalisations de nos stylistes experts à travers une sélection de nos plus beaux travaux" tag="Portfolio" - tagAnimation="slide-up" + tagAnimation="blur-reveal" products={[ { id: "1", name: "Coupe & Coloration", price: "Inspiration", imageSrc: "http://img.b2bpic.net/free-photo/woman-preparing-girl-haircut-procedure_23-2147769867.jpg", imageAlt: "Professional haircut and color work"}, @@ -128,9 +132,10 @@ export default function LandingPage() { id: "4", name: "Transformation", price: "Luxe", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-black-sweater-standing-posing_114579-81883.jpg?_wi=2", imageAlt: "Complete hair transformation result"}, ]} gridVariant="two-columns-alternating-heights" - animationType="slide-up" + animationType="blur-reveal" textboxLayout="default" - useInvertedBackground={true} + useInvertedBackground={false} + buttonAnimation="blur-reveal" /> @@ -139,7 +144,7 @@ export default function LandingPage() { title="Témoignages Clients" description="Découvrez ce que nos clients satisfaits pensent de nos services et de notre expertise" tag="4.9 ⭐ / 571 avis" - tagAnimation="slide-up" + tagAnimation="blur-reveal" testimonials={[ { id: "1", name: "Marie Dubois", role: "Professionnelle", testimonial: "Tendance Vintage est un véritable havre de paix. Les stylistes sont exceptionnels et comprennent mes besoins. Je recommande vivement !", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Client testimonial - Marie Dubois", icon: Heart, @@ -160,10 +165,11 @@ export default function LandingPage() { id: "6", name: "Monique Leclerc", role: "Médecin", testimonial: "Service impeccable, stylistes talentueux et ambiance luxueuse. C'est mon endroit préféré pour me sentir bien. Vivement la prochaine visite !", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", imageAlt: "Client testimonial - Monique Leclerc", icon: Heart, }, ]} - animationType="slide-up" + animationType="blur-reveal" textboxLayout="default" - useInvertedBackground={false} + useInvertedBackground={true} carouselMode="auto" + buttonAnimation="blur-reveal" /> @@ -172,7 +178,7 @@ export default function LandingPage() { title="Nos Succès" description="Des chiffres qui parlent de notre engagement envers l'excellence" tag="Performance" - tagAnimation="slide-up" + tagAnimation="blur-reveal" metrics={[ { id: "1", value: "571", description: "Avis Clients Satisfaits" }, { id: "2", value: "4.9", description: "Note Moyenne ⭐" }, @@ -180,9 +186,10 @@ export default function LandingPage() { { id: "4", value: "1000+", description: "Clients Réguliers" }, ]} gridVariant="uniform-all-items-equal" - animationType="slide-up" + animationType="blur-reveal" textboxLayout="default" - useInvertedBackground={true} + useInvertedBackground={false} + buttonAnimation="blur-reveal" /> @@ -190,13 +197,15 @@ export default function LandingPage() {