diff --git a/src/app/barbers/page.tsx b/src/app/barbers/page.tsx
index 3c653d6..ccf653b 100644
--- a/src/app/barbers/page.tsx
+++ b/src/app/barbers/page.tsx
@@ -26,29 +26,17 @@ export default function LandingPage() {
@@ -62,23 +50,11 @@ export default function LandingPage() {
useInvertedBackground={false}
members={[
{
- id: "1",
- name: "Rojelio 'Rocky'",
- role: "Senior Barber",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-sitting-chair_23-2149220530.jpg?_wi=1",
- },
+ id: "1", name: "Rojelio 'Rocky'", role: "Senior Barber", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-sitting-chair_23-2149220530.jpg"},
{
- id: "2",
- name: "Cris",
- role: "Barber",
- imageSrc: "http://img.b2bpic.net/free-photo/muscular-man-arrives-ski-complex_482257-76574.jpg?_wi=1",
- },
+ id: "2", name: "Cris", role: "Barber", imageSrc: "http://img.b2bpic.net/free-photo/muscular-man-arrives-ski-complex_482257-76574.jpg"},
{
- id: "3",
- name: "Bimbo",
- role: "Barber",
- imageSrc: "http://img.b2bpic.net/free-photo/male-barber-sitting-his-shop_23-2149186519.jpg?_wi=1",
- },
+ id: "3", name: "Bimbo", role: "Barber", imageSrc: "http://img.b2bpic.net/free-photo/male-barber-sitting-his-shop_23-2149186519.jpg"},
]}
title="Meet the Barbers"
description="Our collective skill and commitment to quality make us the best in the business."
@@ -94,24 +70,12 @@ export default function LandingPage() {
description="Meet the masters of the craft."
groups={[
{
- id: "g1",
- groupTitle: "Main Shop",
- members: [
+ id: "g1", groupTitle: "Main Shop", members: [
{
- id: "m1",
- title: "Rocky",
- subtitle: "Senior",
- detail: "10+ years exp",
- },
+ id: "m1", title: "Rocky", subtitle: "Senior", detail: "10+ years exp"},
{
- id: "m2",
- title: "Cris",
- subtitle: "Barber",
- detail: "5+ years exp",
- },
+ id: "m2", title: "Cris", subtitle: "Barber", detail: "5+ years exp"},
],
- imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-blue-eyed-bearded-hipster-male-grey-background_613910-13829.jpg",
- imageAlt: "happy client smiling at camera",
},
]}
/>
@@ -121,33 +85,21 @@ export default function LandingPage() {