diff --git a/src/views/stylist/index.vue b/src/views/stylist/index.vue index ab362d0..231844c 100644 --- a/src/views/stylist/index.vue +++ b/src/views/stylist/index.vue @@ -92,7 +92,7 @@ const stylists = ref([ }, { id: 3, - value: 'crystal', + value: 'sera', name: 'Emma Wilson', description: 'Elegant, Feminine, Vintage Inspired, Soft Tones', image: female, @@ -100,7 +100,7 @@ const stylists = ref([ }, { id: 4, - value: 'mini', + value: 'edi', name: 'Alex Johnson', description: 'Minimalist, Professional, Neutral Palette, Clean Lines', image: male,