From 47d27b24d9b05e76bfa5a6118ca3f4fcc509a9f2 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 18:41:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3aeb3b3..1138970 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -107,16 +107,16 @@ export default function LandingPage() { description="We stand out through our commitment to excellence, personalized attention, and a warm, welcoming environment that makes every client feel valued." features={[ { - id: "professionals", title: "Experienced Stylists", description: "Our team consists of highly trained professionals dedicated to delivering exceptional results with precision and care", tag: "Expertise", imageSrc: "http://img.b2bpic.net/free-photo/three-businesswomen-cafe_1157-15224.jpg", imageAlt: "Professional stylists at Baldovi Studio" + id: "professionals", title: "Experienced Stylists", description: "Our team consists of highly trained professionals dedicated to delivering exceptional results with precision and care", tag: "Expertise", imageSrc: "http://img.b2bpic.net/free-photo/three-businesswomen-cafe_1157-15224.jpg?_wi=1", imageAlt: "Professional stylists at Baldovi Studio" }, { - id: "personalized", title: "Personalized Service", description: "Each client receives customized recommendations and treatments tailored to their unique hair type and beauty goals", tag: "Service", imageSrc: "http://img.b2bpic.net/free-photo/three-businesswomen-cafe_1157-15224.jpg", imageAlt: "Personalized beauty consultation" + id: "personalized", title: "Personalized Service", description: "Each client receives customized recommendations and treatments tailored to their unique hair type and beauty goals", tag: "Service", imageSrc: "http://img.b2bpic.net/free-photo/three-businesswomen-cafe_1157-15224.jpg?_wi=2", imageAlt: "Personalized beauty consultation" }, { - id: "quality", title: "Premium Quality", description: "We use only the finest products and techniques to ensure lasting, beautiful results that exceed expectations", tag: "Quality", imageSrc: "http://img.b2bpic.net/free-photo/three-businesswomen-cafe_1157-15224.jpg", imageAlt: "Premium beauty products at salon" + id: "quality", title: "Premium Quality", description: "We use only the finest products and techniques to ensure lasting, beautiful results that exceed expectations", tag: "Quality", imageSrc: "http://img.b2bpic.net/free-photo/three-businesswomen-cafe_1157-15224.jpg?_wi=3", imageAlt: "Premium beauty products at salon" }, { - id: "atmosphere", title: "Welcoming Atmosphere", description: "Step into our relaxing, elegant studio designed to make you feel comfortable, pampered, and at home", tag: "Ambiance", imageSrc: "http://img.b2bpic.net/free-photo/three-businesswomen-cafe_1157-15224.jpg", imageAlt: "Elegant and welcoming salon atmosphere" + id: "atmosphere", title: "Welcoming Atmosphere", description: "Step into our relaxing, elegant studio designed to make you feel comfortable, pampered, and at home", tag: "Ambiance", imageSrc: "http://img.b2bpic.net/free-photo/three-businesswomen-cafe_1157-15224.jpg?_wi=4", imageAlt: "Elegant and welcoming salon atmosphere" } ]} textboxLayout="default" @@ -136,7 +136,7 @@ export default function LandingPage() { id: "ulises", name: "Ulises", role: "Master Stylist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-with-crossed-arms-wearing-wool-suit_613910-15905.jpg", imageAlt: "Ulises, Master Stylist at Baldovi Studio" }, { - id: "maria", name: "María", role: "Colorist Specialist", imageSrc: "http://img.b2bpic.net/free-photo/confident-adult-businesswoman-leaning-wall_1262-1768.jpg", imageAlt: "María, Colorist Specialist at Baldovi Studio" + id: "maria", name: "María", role: "Colorist Specialist", imageSrc: "http://img.b2bpic.net/free-photo/confident-adult-businesswoman-leaning-wall_1262-1768.jpg?_wi=1", imageAlt: "María, Colorist Specialist at Baldovi Studio" } ]} gridVariant="three-columns-all-equal-width" @@ -157,7 +157,7 @@ export default function LandingPage() { id: "testimonial-1", title: "Exceptional Service", quote: "Excellent service and personalized attention. They truly understand what you want and deliver beyond expectations.", name: "María García", role: "Regular Client", imageSrc: "http://img.b2bpic.net/free-photo/women-getting-make-up-done_23-2148332490.jpg", imageAlt: "María García testimonial" }, { - id: "testimonial-2", title: "Professional Team", quote: "Amazing experience, very professional and friendly staff. I felt welcomed from the moment I walked in.", name: "Andrea López", role: "First-Time Client", imageSrc: "http://img.b2bpic.net/free-photo/confident-adult-businesswoman-leaning-wall_1262-1768.jpg", imageAlt: "Andrea López testimonial" + id: "testimonial-2", title: "Professional Team", quote: "Amazing experience, very professional and friendly staff. I felt welcomed from the moment I walked in.", name: "Andrea López", role: "First-Time Client", imageSrc: "http://img.b2bpic.net/free-photo/confident-adult-businesswoman-leaning-wall_1262-1768.jpg?_wi=2", imageAlt: "Andrea López testimonial" }, { id: "testimonial-3", title: "Years of Trust", quote: "I've been coming for years and I'm always satisfied with the results. Baldovi Studio is my go-to place.", name: "Sofía Martínez", role: "Loyal Client", imageSrc: "http://img.b2bpic.net/free-photo/portrait-red-haired-man_158595-3776.jpg", imageAlt: "Sofía Martínez testimonial" -- 2.49.1