From d60440ef9f09c418d784a98bb11d55644c63ded8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 01:25:27 +0000 Subject: [PATCH 1/2] Update src/app/barbers/page.tsx --- src/app/barbers/page.tsx | 86 +++++++++------------------------------- 1 file changed, 19 insertions(+), 67 deletions(-) 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() { Date: Tue, 7 Apr 2026 01:25:27 +0000 Subject: [PATCH 2/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 62 +++++++++++----------------------------- 1 file changed, 16 insertions(+), 46 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index a0a8305..ce07470 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -26,29 +26,17 @@ export default function LandingPage() { @@ -58,16 +46,13 @@ export default function LandingPage() { @@ -80,10 +65,7 @@ export default function LandingPage() { description="Common questions regarding bookings." faqs={[ { - id: "q1", - title: "How to contact?", - content: "You can walk in or message us on Facebook.", - }, + id: "q1", title: "How to contact?", content: "You can walk in or message us on Facebook."}, ]} faqsAnimation="slide-up" /> @@ -93,33 +75,21 @@ export default function LandingPage() {