From 7f46c5d9f672ee757b73453ec4d2f8eb9b3915ca Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 22:13:09 +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 53def85..5edf2d9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { }, ]} buttonAnimation="opacity" - imageSrc="http://img.b2bpic.net/free-photo/closeup-portrait-black-woman-with-curly-brunette-hair_633478-2407.jpg" + imageSrc="http://img.b2bpic.net/free-photo/closeup-portrait-black-woman-with-curly-brunette-hair_633478-2407.jpg?_wi=1" imageAlt="Luxurious braided hairstyle" /> @@ -86,7 +86,7 @@ export default function LandingPage() { price: "Starting at $250", rating: 5, reviewCount: "210", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-with-afro-hairstyle_23-2150908550.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-with-afro-hairstyle_23-2150908550.jpg?_wi=1", imageAlt: "Elegant Knotless Braids", }, { @@ -96,7 +96,7 @@ export default function LandingPage() { price: "Starting at $180", rating: 5, reviewCount: "185", - imageSrc: "http://img.b2bpic.net/free-photo/lovely-african-american-woman-with-dreadlocks-leopard-outfit-cafe-beautiful-cool-fashionable-black-young-girl-indoor_627829-4832.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lovely-african-american-woman-with-dreadlocks-leopard-outfit-cafe-beautiful-cool-fashionable-black-young-girl-indoor_627829-4832.jpg?_wi=1", imageAlt: "Intricate Feed-in Braids", }, { @@ -124,19 +124,19 @@ export default function LandingPage() { id: 1, title: "Wash & Condition", description: "Arrive with freshly washed and deep-conditioned hair, free of any product buildup. Hair should be clean and detangled.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-black-woman-with-curly-brunette-hair_633478-2407.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-black-woman-with-curly-brunette-hair_633478-2407.jpg?_wi=2", }, { id: 2, title: "Deep Conditioning Treatment", description: "For best results, we recommend a deep conditioning treatment to ensure your hair is moisturized and ready for styling.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-with-afro-hairstyle_23-2150908550.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-with-afro-hairstyle_23-2150908550.jpg?_wi=2", }, { id: 3, title: "Air Dry & Detangle", description: "Allow your hair to air dry completely or blow dry on a cool setting. Ensure it's thoroughly detangled from root to tip.", - imageSrc: "http://img.b2bpic.net/free-photo/lovely-african-american-woman-with-dreadlocks-leopard-outfit-cafe-beautiful-cool-fashionable-black-young-girl-indoor_627829-4832.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lovely-african-american-woman-with-dreadlocks-leopard-outfit-cafe-beautiful-cool-fashionable-black-young-girl-indoor_627829-4832.jpg?_wi=2", }, ]} title="Hair Prep Guide" -- 2.49.1