diff --git a/src/app/page.tsx b/src/app/page.tsx index a7785af..9364a8a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-with-short-hair-red-lipstick_158538-8423.jpg", imageAlt: "hair stylist professional at work" }, { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-marshmallow-table_23-2148356477.jpg", imageAlt: "salon spa beauty atmosphere" }, { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/full-body-portrait-stylish-male-who-himself-shaving-while-sitting-barber-chair-hairdressing-salon_613910-18655.jpg", imageAlt: "hair treatment session detail" }, - { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-combs-scissors-razor-black-surface_23-2147839854.jpg", imageAlt: "stylist scissors grooming tools" }, + { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-combs-scissors-razor-black-surface_23-2147839854.jpg?_wi=1", imageAlt: "stylist scissors grooming tools" }, { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-talking-phone_23-2148751530.jpg", imageAlt: "minimalist hair salon design" } ]} /> @@ -59,7 +59,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Our Philosophy" description="At Prashant Salon, we believe that your hair is the ultimate canvas for self-expression. Our team combines artistic vision with technical mastery to deliver results that truly resonate with your personal brand." - imageSrc="http://img.b2bpic.net/free-photo/elevated-view-combs-scissors-razor-black-surface_23-2147839854.jpg" + imageSrc="http://img.b2bpic.net/free-photo/elevated-view-combs-scissors-razor-black-surface_23-2147839854.jpg?_wi=2" mediaAnimation="blur-reveal" bulletPoints={[ { title: "Expert Team", description: "Highly trained professionals with years of experience." }, @@ -89,8 +89,8 @@ export default function LandingPage() { title="Meet The Visionaries" description="The creative force behind every transformation." members={[ - { id: "m1", name: "Prashant Kumar", role: "Lead Stylist", description: "Expert in geometric cuts and avant-garde styles.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-smiling-white_1187-3790.jpg" }, - { id: "m2", name: "Anita R.", role: "Colorist", description: "Specializing in balayage and vivid color transformations.", imageSrc: "http://img.b2bpic.net/free-photo/female-hairdresser-styling-clients-hair_107420-94690.jpg" } + { id: "m1", name: "Prashant Kumar", role: "Lead Stylist", description: "Expert in geometric cuts and avant-garde styles.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-smiling-white_1187-3790.jpg?_wi=1" }, + { id: "m2", name: "Anita R.", role: "Colorist", description: "Specializing in balayage and vivid color transformations.", imageSrc: "http://img.b2bpic.net/free-photo/female-hairdresser-styling-clients-hair_107420-94690.jpg?_wi=1" } ]} /> diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 38bf6f4..7f19387 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -64,11 +64,11 @@ export default function ServicesPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Sarah M.", role: "Designer", company: "Creative Agency", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-hair-stylist_23-2148113070.jpg" }, - { id: "2", name: "John D.", role: "Director", company: "Tech Firm", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-smiling-white_1187-3790.jpg" }, - { id: "3", name: "Elena R.", role: "Architect", company: "Studio", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/female-hairdresser-styling-clients-hair_107420-94690.jpg" }, + { id: "1", name: "Sarah M.", role: "Designer", company: "Creative Agency", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-hair-stylist_23-2148113070.jpg?_wi=1" }, + { id: "2", name: "John D.", role: "Director", company: "Tech Firm", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-smiling-white_1187-3790.jpg?_wi=2" }, + { id: "3", name: "Elena R.", role: "Architect", company: "Studio", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/female-hairdresser-styling-clients-hair_107420-94690.jpg?_wi=2" }, { id: "4", name: "Michael K.", role: "Consultant", company: "Group", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-dental-braces-dentist-office-sitting-dentist-chair_651396-2256.jpg" }, - { id: "5", name: "Alex P.", role: "Creative", company: "Design Hub", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-hair-stylist_23-2148113070.jpg" } + { id: "5", name: "Alex P.", role: "Creative", company: "Design Hub", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-hair-stylist_23-2148113070.jpg?_wi=2" } ]} title="Client Voices" description="Trusted by hundreds for our professional and innovative approach."