From 5ff1fb9f2f51a9c61a99042f9ca4c04738bfda3a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 11:07:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aa1b8f9..f821cb1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -117,7 +117,7 @@ export default function LandingPage() { features={[ { id: "1", title: "Natural Ingredients", description: "Sourced from the finest botanical extracts and sustainably harvested plants.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-florist-hands-making-bouquet-flowers-workplace_176420-12285.jpg", imageAlt: "Natural skincare ingredients" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-florist-hands-making-bouquet-flowers-workplace_176420-12285.jpg?_wi=1", imageAlt: "Natural skincare ingredients" }, items: [ { icon: Leaf, text: "100% Natural" }, @@ -128,7 +128,7 @@ export default function LandingPage() { }, { id: "2", title: "Cruelty-Free & Eco-Conscious", description: "We believe in beauty without compromise. No animal testing, sustainable packaging, and ethical sourcing.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-florist-hands-making-bouquet-flowers-workplace_176420-12285.jpg", imageAlt: "Eco-friendly skincare packaging" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-florist-hands-making-bouquet-flowers-workplace_176420-12285.jpg?_wi=2", imageAlt: "Eco-friendly skincare packaging" }, items: [ { icon: Leaf, text: "Eco-Packaging" }, -- 2.49.1