Update src/app/page.tsx

This commit is contained in:
2026-03-13 23:43:19 +00:00
parent da34b5aa2b
commit f19dcd3b40

View File

@@ -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}