Update src/app/page.tsx

This commit is contained in:
2026-06-10 19:30:06 +00:00
parent 6769533744
commit fb0e1f6348

View File

@@ -50,7 +50,7 @@ export default function LandingPage() {
]}
brandName="Indira Pérez Salón & Barber Shop"
button={{
text: "Reservar Cita", href: "#contact"}}
text: "Reservar Cita", href: "#contact"}}
/>
</div>
@@ -152,11 +152,11 @@ export default function LandingPage() {
membersAnimation="slide-up"
members={[
{
id: "indira", name: "Indira Pérez", imageSrc: "http://img.b2bpic.net/free-photo/designer-working-3d-model_23-2149371901.jpg", imageAlt: "Indira Pérez, dueña y estilista principal"},
id: "indira", name: "Indira Pérez", imageSrc: "https://img.b2bpic.net/free-photo/beautiful-brunette-woman-hairdresser-stylish-black-dress-workplace-modern-beauty-salon_613910-18835.jpg", imageAlt: "Indira Pérez, dueña y estilista principal"},
{
id: "stylist-1", name: "Carlos Rodríguez", imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-hairdresser-salon_52683-111009.jpg", imageAlt: "Carlos Rodríguez, barbero experto"},
id: "carlos", name: "Carlos Rodríguez", imageSrc: "https://img.b2bpic.net/free-photo/handsome-bearded-barber-hairdresser-isolated-gray-background_613910-18836.jpg", imageAlt: "Carlos Rodríguez, barbero experto"},
{
id: "stylist-2", name: "Laura García", imageSrc: "http://img.b2bpic.net/free-photo/baking-time-with-best-grandmother_329181-17830.jpg", imageAlt: "Laura García, especialista en uñas y estética"},
id: "laura", name: "Laura García", imageSrc: "https://img.b2bpic.net/free-photo/manicurist-working-with-nail-file-close-up-selective-focus_613910-18844.jpg", imageAlt: "Laura García, especialista en uñas y estética"},
]}
memberVariant="card"
/>