From f19dcd3b40ebcfd099ea7deb85dcc543aa6af4d8 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 23:43:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f9e5057..2458536 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -89,7 +89,6 @@ export default function LandingPage() { imageAlt="Professional beard grooming service" mediaAnimation="slide-up" mediaPosition="left" - textboxLayout="default" useInvertedBackground={false} accordionItems={[ { id: "haircut", title: "Professional Haircuts", content: "Expert cutting techniques including fades, undercuts, and classic styles. Each cut is customized to your hair type and facial features for the perfect look." }, @@ -110,9 +109,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" animationType="slide-up" members={[ - { id: "barber1", name: "Marcus Johnson", role: "Lead Barber & Founder", imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-tattooed-man-cafe-street-with-glass-wine-romantic-guy-white-cap-suspenders-city-peaky-blinders-old-fashionable-retro_1321-2027.jpg?_wi=1" }, - { id: "barber2", name: "David Chen", role: "Senior Barber", imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-tattooed-man-cafe-street-with-glass-wine-romantic-guy-white-cap-suspenders-city-peaky-blinders-old-fashionable-retro_1321-2027.jpg?_wi=2" }, - { id: "barber3", name: "James Rodriguez", role: "Barber Specialist", imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-tattooed-man-cafe-street-with-glass-wine-romantic-guy-white-cap-suspenders-city-peaky-blinders-old-fashionable-retro_1321-2027.jpg?_wi=3" } + { id: "barber1", name: "Marcus Johnson", role: "Lead Barber & Founder", imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-tattooed-man-cafe-street-with-glass-wine-romantic-guy-white-cap-suspenders-city-peaky-blinders-old-fashionable-retro_1321-2027.jpg" }, + { id: "barber2", name: "David Chen", role: "Senior Barber", imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-tattooed-man-cafe-street-with-glass-wine-romantic-guy-white-cap-suspenders-city-peaky-blinders-old-fashionable-retro_1321-2027.jpg" }, + { id: "barber3", name: "James Rodriguez", role: "Barber Specialist", imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-tattooed-man-cafe-street-with-glass-wine-romantic-guy-white-cap-suspenders-city-peaky-blinders-old-fashionable-retro_1321-2027.jpg" } ]} textboxLayout="default" useInvertedBackground={false}