From e287c8b4dcdc76b11a57cf6700674d97e26541aa Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 13:45:42 +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 5fa4d13..2893af2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,17 +93,17 @@ export default function LandingPage() { { title: "Precision Cutting", description: "Tailored haircuts that complement your face shape and personal style.", - imageSrc: "http://img.b2bpic.net/free-photo/hairstyle-tools-arrangement-top-view_23-2149552385.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hairstyle-tools-arrangement-top-view_23-2149552385.jpg?_wi=1", }, { title: "Custom Coloring", description: "Expert color correction and highlights for a vibrant, healthy shine.", - imageSrc: "http://img.b2bpic.net/free-photo/hairstyle-tools-arrangement-top-view_23-2149552385.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hairstyle-tools-arrangement-top-view_23-2149552385.jpg?_wi=2", }, { title: "Bridal Styling", description: "Elegant updos and styles for your most important life occasions.", - imageSrc: "http://img.b2bpic.net/free-photo/hairstyle-tools-arrangement-top-view_23-2149552385.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hairstyle-tools-arrangement-top-view_23-2149552385.jpg?_wi=3", }, ]} title="Our Services" @@ -138,35 +138,35 @@ export default function LandingPage() { name: "Elena Grace", role: "Master Stylist", description: "Specializing in precision cutting and modern hair textures.", - imageSrc: "http://img.b2bpic.net/free-photo/girl-having-coffee-bathroom_23-2148147482.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl-having-coffee-bathroom_23-2148147482.jpg?_wi=1", }, { id: "2", name: "Marcus Thorne", role: "Color Specialist", description: "Expert in balayage and vibrant color transformations.", - imageSrc: "http://img.b2bpic.net/free-photo/girl-having-coffee-bathroom_23-2148147482.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl-having-coffee-bathroom_23-2148147482.jpg?_wi=2", }, { id: "3", name: "Sarah Jenkins", role: "Bridal Expert", description: "Creating timeless updos and elegant styles for every special event.", - imageSrc: "http://img.b2bpic.net/free-photo/girl-having-coffee-bathroom_23-2148147482.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl-having-coffee-bathroom_23-2148147482.jpg?_wi=3", }, { id: "4", name: "Jude Low", role: "Senior Stylist", description: "Focused on hair health and revitalizing treatments.", - imageSrc: "http://img.b2bpic.net/free-photo/girl-having-coffee-bathroom_23-2148147482.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl-having-coffee-bathroom_23-2148147482.jpg?_wi=4", }, { id: "5", name: "Chloe Vance", role: "Junior Associate", description: "Passionate about trends and contemporary hair styling techniques.", - imageSrc: "http://img.b2bpic.net/free-photo/girl-having-coffee-bathroom_23-2148147482.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl-having-coffee-bathroom_23-2148147482.jpg?_wi=5", }, ]} /> -- 2.49.1