From c427ec1176829be46d2e6da9e3e7830b0099dd1a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 22:20:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c12a366..ead24f3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -117,7 +117,7 @@ export default function LandingPage() { { id: "1", name: "Afro Curl Enhancer", price: "$28.00", imageSrc: "http://img.b2bpic.net/free-photo/still-life-beauty-products-based-regenerative-agriculture_23-2150721455.jpg?_wi=2", imageAlt: "Hair curl enhancer product"}, { - id: "2", name: "Luxury Braiding Gel", price: "$22.00", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-woman-with-curly-hair_23-2151317385.jpg?_wi=2", imageAlt: "Luxury braiding gel product"}, + id: "2", name: "Luxury Braiding Gel", price: "$22.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSIcazFjPgdrTybNSh6n6I5RoI/uploaded-1774477249849-bx6qmjyz.webp", imageAlt: "Luxury braiding gel product"}, { id: "3", name: "Sleek Edge Control", price: "$18.00", imageSrc: "http://img.b2bpic.net/free-photo/still-life-beauty-products-based-regenerative-agriculture_23-2150721381.jpg", imageAlt: "Sleek edge control product"}, ]}