Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-11 17:35:53 +00:00

View File

@@ -84,12 +84,12 @@ export default function LandingPage() {
useInvertedBackground={true}
gridVariant="three-columns-all-equal-width"
products={[
{ id: "1", name: "Corte de Cabello", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-urban-male-isolated-with-contrast-illumination-grey-vignette-background_613910-1277.jpg", imageAlt: "Corte de cabello profesional" },
{ id: "2", name: "Afeitado con Navaja", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-shaving-cream_23-2149141772.jpg", imageAlt: "Afeitado profesional" },
{ id: "3", name: "Mantenimiento de Barba", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/man-closes-his-eyes-while-barber-shapes-his-black-beard_1304-2778.jpg", imageAlt: "Mantenimiento de barba" },
{ id: "4", name: "Corte Desvanecido", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-urban-male-isolated-with-contrast-illumination-grey-vignette-background_613910-1277.jpg", imageAlt: "Corte desvanecido moderno" },
{ id: "5", name: "Tintura de Pelo", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/man-closes-his-eyes-while-barber-shapes-his-black-beard_1304-2778.jpg", imageAlt: "Servicio de tintura" },
{ id: "6", name: "Recorte de Cejas", price: "$8", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-shaving-cream_23-2149141772.jpg", imageAlt: "Recorte de cejas profesional" }
{ id: "1", name: "Corte de Cabello", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-urban-male-isolated-with-contrast-illumination-grey-vignette-background_613910-1277.jpg?_wi=1", imageAlt: "Corte de cabello profesional" },
{ id: "2", name: "Afeitado con Navaja", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-shaving-cream_23-2149141772.jpg?_wi=1", imageAlt: "Afeitado profesional" },
{ id: "3", name: "Mantenimiento de Barba", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/man-closes-his-eyes-while-barber-shapes-his-black-beard_1304-2778.jpg?_wi=1", imageAlt: "Mantenimiento de barba" },
{ id: "4", name: "Corte Desvanecido", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-urban-male-isolated-with-contrast-illumination-grey-vignette-background_613910-1277.jpg?_wi=2", imageAlt: "Corte desvanecido moderno" },
{ id: "5", name: "Tintura de Pelo", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/man-closes-his-eyes-while-barber-shapes-his-black-beard_1304-2778.jpg?_wi=2", imageAlt: "Servicio de tintura" },
{ id: "6", name: "Recorte de Cejas", price: "$8", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-shaving-cream_23-2149141772.jpg?_wi=2", imageAlt: "Recorte de cejas profesional" }
]}
/>
</div>
@@ -119,10 +119,10 @@ export default function LandingPage() {
animationType="slide-up"
useInvertedBackground={true}
features={[
{ id: "1", title: "Lunes a Viernes", tags: ["8:00 AM", "7:00 PM"], imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-hairdresser-shop_23-2149220587.jpg", imageAlt: "Barbería lunes a viernes" },
{ id: "2", title: "Sábado", tags: ["8:00 AM", "7:00 PM"], imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-hairdresser-shop_23-2149220587.jpg", imageAlt: "Barbería sábado" },
{ id: "3", title: "Domingo", tags: ["8:00 AM", "7:00 PM"], imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-hairdresser-shop_23-2149220587.jpg", imageAlt: "Barbería domingo" },
{ id: "4", title: "Ubicación Premium", tags: ["10 Av Norte", "Sonzacate"], imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-hairdresser-shop_23-2149220587.jpg", imageAlt: "Ubicación de barbería" }
{ id: "1", title: "Lunes a Viernes", tags: ["8:00 AM", "7:00 PM"], imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-hairdresser-shop_23-2149220587.jpg?_wi=1", imageAlt: "Barbería lunes a viernes" },
{ id: "2", title: "Sábado", tags: ["8:00 AM", "7:00 PM"], imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-hairdresser-shop_23-2149220587.jpg?_wi=2", imageAlt: "Barbería sábado" },
{ id: "3", title: "Domingo", tags: ["8:00 AM", "7:00 PM"], imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-hairdresser-shop_23-2149220587.jpg?_wi=3", imageAlt: "Barbería domingo" },
{ id: "4", title: "Ubicación Premium", tags: ["10 Av Norte", "Sonzacate"], imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-hairdresser-shop_23-2149220587.jpg?_wi=4", imageAlt: "Ubicación de barbería" }
]}
/>
</div>