From 63c8549b9f13464deed0e6b827d6726cacae533d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 22:22:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 567792c..2f0b781 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,25 +54,25 @@ export default function LandingPage() { testimonials={[ { name: "Mariana R.", handle: "@marianar", testimonial: "Excelente servicio, muy buena atención. ¡Muy recomendado!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/tattoo-artist-wearing-gloves-high-angle_23-2149445968.jpg", imageAlt: "tattoo studio interior warm"}, + imageSrc: "http://img.b2bpic.net/free-photo/tattoo-artist-wearing-gloves-high-angle_23-2149445968.jpg?_wi=1", imageAlt: "tattoo studio interior warm"}, { name: "Luis C.", handle: "@luisc", testimonial: "Fui a hacerme una perforación y la experiencia fue excelente.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/experienced-tattoo-artist-working-client-tattoo_23-2149479253.jpg", imageAlt: "tattoo studio interior warm"}, { name: "Sofía G.", handle: "@sofiag", testimonial: "Limpieza total y mucha paciencia con el diseño. Volveré.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/digital-art-style-fashion-design-sketch-paper_23-2151486994.jpg", imageAlt: "tattoo studio interior warm"}, + imageSrc: "http://img.b2bpic.net/free-photo/digital-art-style-fashion-design-sketch-paper_23-2151486994.jpg?_wi=1", imageAlt: "tattoo studio interior warm"}, { name: "Diego M.", handle: "@diegom", testimonial: "El mejor trato que he recibido en un estudio de Cancún.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-stylish-young-woman_158538-3914.jpg", imageAlt: "tattoo studio interior warm"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-stylish-young-woman_158538-3914.jpg?_wi=1", imageAlt: "tattoo studio interior warm"}, { name: "Elena V.", handle: "@elenav", testimonial: "Un trabajo impecable, el detalle de la tinta es increíble.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-woman-working-charts_23-2147707775.jpg", imageAlt: "tattoo studio interior warm"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-woman-working-charts_23-2147707775.jpg?_wi=1", imageAlt: "tattoo studio interior warm"}, ]} buttons={[ { text: "Book Appointment", href: "#contact"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/tattoo-artist-wearing-gloves-high-angle_23-2149445968.jpg" + imageSrc="http://img.b2bpic.net/free-photo/tattoo-artist-wearing-gloves-high-angle_23-2149445968.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/needle-syringe-black_23-2147767725.jpg", alt: "Needle of syringe on black"}, @@ -106,13 +106,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Custom Tattoos", description: "Tailored designs based on your unique vision and style.", imageSrc: "http://img.b2bpic.net/free-photo/digital-art-style-fashion-design-sketch-paper_23-2151486994.jpg", buttonIcon: Zap, + title: "Custom Tattoos", description: "Tailored designs based on your unique vision and style.", imageSrc: "http://img.b2bpic.net/free-photo/digital-art-style-fashion-design-sketch-paper_23-2151486994.jpg?_wi=2", buttonIcon: Zap, }, { - title: "Safe Piercing", description: "Precision piercings with high-quality, hypoallergenic jewelry.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-stylish-young-woman_158538-3914.jpg", buttonIcon: Shield, + title: "Safe Piercing", description: "Precision piercings with high-quality, hypoallergenic jewelry.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-stylish-young-woman_158538-3914.jpg?_wi=2", buttonIcon: Shield, }, { - title: "Consultations", description: "Friendly guidance on your next project, size, or placement.", imageSrc: "http://img.b2bpic.net/free-photo/man-woman-working-charts_23-2147707775.jpg", buttonIcon: User, + title: "Consultations", description: "Friendly guidance on your next project, size, or placement.", imageSrc: "http://img.b2bpic.net/free-photo/man-woman-working-charts_23-2147707775.jpg?_wi=2", buttonIcon: User, }, { title: "Sterile Equipment", description: "We maintain the highest standards of safety and cleanliness.", imageSrc: "http://img.b2bpic.net/free-photo/experienced-tattoo-artist-working-client-tattoo_23-2149479256.jpg", buttonIcon: CheckCircle, -- 2.49.1