From 326faeba218fbaa95e37ede75fc7bea3f37c8bb7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 05:17:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6d948fb..e7855b3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,8 +88,8 @@ export default function LandingPage() { { id: "brian", title: "Brian Teran", subtitle: "Master Barbero", detail: "Técnico de barba", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApasF6ZFfKJ3lLObBgGARvGnPS/uploaded-1777623430002-s664af23.png" }, { id: "jose", title: "Jose Fernandez", subtitle: "Master Barbero", detail: "Cortes modernos", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApasF6ZFfKJ3lLObBgGARvGnPS/uploaded-1777623398212-faml8059.png" }, { id: "rusbel", title: "Rusbel Hernandez", subtitle: "Master Barbero", detail: "Atención al detalle", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApasF6ZFfKJ3lLObBgGARvGnPS/uploaded-1777622706443-nt3xtwbz.png" }, - { id: "isbel", title: "Isbel", subtitle: "Master Barbero", detail: "Experiencia y precisión" }, - { id: "roner", title: "Roner", subtitle: "Master Barbero", detail: "Estilo y detalle" } + { id: "isbel", title: "Isbel", subtitle: "Master Barbero", detail: "Experiencia y precisión", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApasF6ZFfKJ3lLObBgGARvGnPS/uploaded-1777623430003-018sp65s.png" }, + { id: "roner", title: "Roner", subtitle: "Master Barbero", detail: "Estilo y detalle", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApasF6ZFfKJ3lLObBgGARvGnPS/uploaded-1777623398212-faml8059.png" } ] } ]} @@ -162,6 +162,7 @@ export default function LandingPage() { useInvertedBackground={true} containerClassName="max-w-7xl mx-auto" contentClassName="max-w-7xl mx-auto" + textClassName="text-center" buttonClassName="whitespace-nowrap px-4 text-sm" /> @@ -178,4 +179,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}