Merge version_1 into main #3
@@ -48,15 +48,15 @@ export default function ServicesPage() {
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205886.jpg", imageAlt: "Service coiffure professionnel"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205886.jpg?_wi=1", imageAlt: "Service coiffure professionnel"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-dying-her-hair_23-2148817177.jpg", imageAlt: "Balayage et coloration cheveux"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-dying-her-hair_23-2148817177.jpg?_wi=1", imageAlt: "Balayage et coloration cheveux"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-flowers-hair_23-2148547402.jpg", imageAlt: "Traitement kératine cheveux"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-flowers-hair_23-2148547402.jpg?_wi=1", imageAlt: "Traitement kératine cheveux"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-stylish-applying-makeup-charming-model_23-2147783894.jpg", imageAlt: "Maquillage professionnel artistique"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-stylish-applying-makeup-charming-model_23-2147783894.jpg?_wi=1", imageAlt: "Maquillage professionnel artistique"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-getting-micro-needling-beauty-treatment_23-2149334266.jpg", imageAlt: "Traitement facial esthétique"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-getting-micro-needling-beauty-treatment_23-2149334266.jpg?_wi=1", imageAlt: "Traitement facial esthétique"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-doing-her-nails_1098-101.jpg", imageAlt: "Épilation professionnelle"},
|
||||
]}
|
||||
@@ -73,15 +73,15 @@ export default function ServicesPage() {
|
||||
gridVariant="bento-grid"
|
||||
products={[
|
||||
{
|
||||
id: "service-coiffure", name: "Coiffure Professionnelle", price: "À partir de 25 DT", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205886.jpg", imageAlt: "Coiffure professionnelle"},
|
||||
id: "service-coiffure", name: "Coiffure Professionnelle", price: "À partir de 25 DT", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205886.jpg?_wi=2", imageAlt: "Coiffure professionnelle"},
|
||||
{
|
||||
id: "service-balayage", name: "Balayage & Coloration", price: "À partir de 45 DT", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-dying-her-hair_23-2148817177.jpg", imageAlt: "Balayage coloration cheveux"},
|
||||
id: "service-balayage", name: "Balayage & Coloration", price: "À partir de 45 DT", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-dying-her-hair_23-2148817177.jpg?_wi=2", imageAlt: "Balayage coloration cheveux"},
|
||||
{
|
||||
id: "service-keratine", name: "Traitement Kératine", price: "À partir de 60 DT", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-flowers-hair_23-2148547402.jpg", imageAlt: "Traitement kératine lissant"},
|
||||
id: "service-keratine", name: "Traitement Kératine", price: "À partir de 60 DT", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-flowers-hair_23-2148547402.jpg?_wi=2", imageAlt: "Traitement kératine lissant"},
|
||||
{
|
||||
id: "service-maquillage", name: "Maquillage Artistique", price: "À partir de 40 DT", imageSrc: "http://img.b2bpic.net/free-photo/smiling-stylish-applying-makeup-charming-model_23-2147783894.jpg", imageAlt: "Maquillage professionnel"},
|
||||
id: "service-maquillage", name: "Maquillage Artistique", price: "À partir de 40 DT", imageSrc: "http://img.b2bpic.net/free-photo/smiling-stylish-applying-makeup-charming-model_23-2147783894.jpg?_wi=2", imageAlt: "Maquillage professionnel"},
|
||||
{
|
||||
id: "service-visage", name: "Soins du Visage", price: "À partir de 35 DT", imageSrc: "http://img.b2bpic.net/free-photo/person-getting-micro-needling-beauty-treatment_23-2149334266.jpg", imageAlt: "Soin facial beauté"},
|
||||
id: "service-visage", name: "Soins du Visage", price: "À partir de 35 DT", imageSrc: "http://img.b2bpic.net/free-photo/person-getting-micro-needling-beauty-treatment_23-2149334266.jpg?_wi=2", imageAlt: "Soin facial beauté"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user