From 4d0305949c4c679a3aff7301f95add9a280417b0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 18:44:45 +0000 Subject: [PATCH] Update src/app/salon/[id]/page.tsx --- src/app/salon/[id]/page.tsx | 133 ++++++++---------------------------- 1 file changed, 29 insertions(+), 104 deletions(-) diff --git a/src/app/salon/[id]/page.tsx b/src/app/salon/[id]/page.tsx index 49acdbc..9d6c53b 100644 --- a/src/app/salon/[id]/page.tsx +++ b/src/app/salon/[id]/page.tsx @@ -4,12 +4,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import FooterCard from '@/components/sections/footer/FooterCard'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import TextAbout from '@/components/sections/about/TextAbout'; import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import TextAbout from '@/components/sections/about/TextAbout'; -import { Facebook, Instagram, Linkedin, Scissors } from "lucide-react"; +import { Scissors, Facebook, Instagram, Linkedin } from "lucide-react"; -export default function LandingPage() { +export default function SalonDetailPage() { return ( @@ -64,11 +52,8 @@ export default function LandingPage() { title="Le Barbershop Royal : L'Art de la Coupe" buttons={[ { - text: "Réserver un rendez-vous", - href: "/reservation", - }, + text: "Réserver un rendez-vous", href: "/reservation"} ]} - description="Bienvenue au Barbershop Royal, où tradition et modernité se rencontrent pour une expérience de toilettage inégalée. Nos coiffeurs experts vous attendent." /> @@ -80,29 +65,11 @@ export default function LandingPage() { useInvertedBackground={false} members={[ { - id: "t1", - name: "Karim Ben Salah", - role: "Maître Barbier", - description: "Spécialiste des coupes classiques et des tailles de barbe précises.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-male-artist-playing-electric-guitar_23-2148680322.jpg", - imageAlt: "Portrait de Karim Ben Salah", - }, + id: "t1", name: "Karim Ben Salah", role: "Maître Barbier", description: "Spécialiste des coupes classiques et des tailles de barbe précises.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-male-artist-playing-electric-guitar_23-2148680322.jpg", imageAlt: "Portrait de Karim Ben Salah"}, { - id: "t2", - name: "Amine Gharsallah", - role: "Styliste Moderne", - description: "Expert en tendances et coiffures contemporaines.", - imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-afro-american-male-barber-wearing-uniform-holding-barber-tools-showing-v-sign-symbol-near-eye_141793-114985.jpg", - imageAlt: "Portrait d'Amine Gharsallah", - }, + id: "t2", name: "Amine Gharsallah", role: "Styliste Moderne", description: "Expert en tendances et coiffures contemporaines.", imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-afro-american-male-barber-wearing-uniform-holding-barber-tools-showing-v-sign-symbol-near-eye_141793-114985.jpg", imageAlt: "Portrait d'Amine Gharsallah"}, { - id: "t3", - name: "Rami Boughanmi", - role: "Spécialiste Rasage", - description: "Le pro du rasage à l'ancienne et des soins du visage.", - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-is-wearing-black-apron-there-are-hand-tools-bag_1150-24064.jpg", - imageAlt: "Portrait de Rami Boughanmi", - }, + id: "t3", name: "Rami Boughanmi", role: "Spécialiste Rasage", description: "Le pro du rasage à l'ancienne et des soins du visage.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-is-wearing-black-apron-there-are-hand-tools-bag_1150-24064.jpg", imageAlt: "Portrait de Rami Boughanmi"}, ]} title="Nos Maîtres Coiffeurs" description="Rencontrez l'équipe d'experts passionnés du Barbershop Royal, prêts à transformer votre look." @@ -116,64 +83,28 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "sdt1", - name: "Sofiane C.", - role: "Client", - company: "Tunis", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/client-barber-greeting-each-other-barbershop_23-2148181951.jpg", - imageAlt: "Avis client Sofiane C.", - }, + id: "sdt1", name: "Sofiane C.", role: "Client", company: "Tunis", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/client-barber-greeting-each-other-barbershop_23-2148181951.jpg", imageAlt: "Avis client Sofiane C."}, { - id: "sdt2", - name: "Nabil M.", - role: "Client", - company: "Tunis", - rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-barber-hair-salon_23-2148242782.jpg", - imageAlt: "Avis client Nabil M.", - }, + id: "sdt2", name: "Nabil M.", role: "Client", company: "Tunis", rating: 4, + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-barber-hair-salon_23-2148242782.jpg", imageAlt: "Avis client Nabil M."}, { - id: "sdt3", - name: "Fethi H.", - role: "Client", - company: "Tunis", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-protective-face-mask-getting-her-hair-styled-hairdresser-virus-epidemic_637285-9041.jpg", - imageAlt: "Avis client Fethi H.", - }, + id: "sdt3", name: "Fethi H.", role: "Client", company: "Tunis", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/woman-with-protective-face-mask-getting-her-hair-styled-hairdresser-virus-epidemic_637285-9041.jpg", imageAlt: "Avis client Fethi H."}, { - id: "sdt4", - name: "Anis B.", - role: "Client", - company: "Tunis", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/collage-customer-experience-concept_23-2149367122.jpg", - imageAlt: "Avis client Anis B.", - }, + id: "sdt4", name: "Anis B.", role: "Client", company: "Tunis", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/collage-customer-experience-concept_23-2149367122.jpg", imageAlt: "Avis client Anis B."}, { - id: "sdt5", - name: "Zied L.", - role: "Client", - company: "Tunis", - rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-barber-shop-concept_23-2148506342.jpg", - imageAlt: "Avis client Zied L.", - }, + id: "sdt5", name: "Zied L.", role: "Client", company: "Tunis", rating: 4, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-barber-shop-concept_23-2148506342.jpg", imageAlt: "Avis client Zied L."} ]} kpiItems={[ { - value: "4.8/5", - label: "Note du Salon", - }, + value: "4.8/5", label: "Note du Salon"}, { - value: "500+", - label: "Avis Vérifiés", - }, + value: "500+", label: "Avis Vérifiés"}, { - value: "95%", - label: "Recommandation", - }, + value: "95%", label: "Recommandation"}, ]} title="Avis Clients du Barbershop Royal" description="Découvrez pourquoi nos clients nous font confiance pour leur style." @@ -187,19 +118,13 @@ export default function LandingPage() { socialLinks={[ { icon: Facebook, - href: "#", - ariaLabel: "Facebook", - }, + href: "#", ariaLabel: "Facebook"}, { icon: Instagram, - href: "#", - ariaLabel: "Instagram", - }, + href: "#", ariaLabel: "Instagram"}, { icon: Linkedin, - href: "#", - ariaLabel: "LinkedIn", - }, + href: "#", ariaLabel: "LinkedIn"}, ]} /> -- 2.49.1