From 6a29b23ef0f219cf0561e13247d7d960e5ee7ee6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 12:44:19 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index f7026ec..cdb882f 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -79,7 +79,7 @@ export default function AboutPage() { description="Founded with a mission to prove that beauty and ethics go hand in hand." subdescription="Every product is vegan, cruelty-free, and made with ingredients you can trust." icon={Heart} - imageSrc="http://img.b2bpic.net/free-photo/smiley-woman-face-massaging-with-gua-sha-medium-shot_23-2149349087.jpg" + imageSrc="http://img.b2bpic.net/free-photo/smiley-woman-face-massaging-with-gua-sha-medium-shot_23-2149349087.jpg?_wi=2" imageAlt="woman founder beauty entrepreneur organic cosmetics" mediaAnimation="slide-up" useInvertedBackground={false} -- 2.49.1 From 5eb3547b6172ca7ad597d39e7c927b4b500e8a00 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 12:44:19 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f0b9c3d..c1d841c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -145,7 +145,7 @@ export default function HomePage() { price: "₹899", rating: 5, reviewCount: "2.3k", - imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-serum-bottle-hand-orange-background_185193-162127.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-serum-bottle-hand-orange-background_185193-162127.jpg?_wi=1", imageAlt: "face serum bottle organic skincare natural beauty", }, { @@ -155,7 +155,7 @@ export default function HomePage() { price: "₹549", rating: 5, reviewCount: "1.8k", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-woman-applying-lip-balm_23-2147893527.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-woman-applying-lip-balm_23-2147893527.jpg?_wi=1", imageAlt: "lip balm natural cosmetics beauty product", }, { @@ -165,7 +165,7 @@ export default function HomePage() { price: "₹649", rating: 5, reviewCount: "3.1k", - imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-rosemary-fresh-plant-bottle-rosemary-oil_1150-35585.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-rosemary-fresh-plant-bottle-rosemary-oil_1150-35585.jpg?_wi=1", imageAlt: "hair oil natural haircare organic beauty", }, { @@ -175,7 +175,7 @@ export default function HomePage() { price: "₹399", rating: 5, reviewCount: "1.5k", - imageSrc: "http://img.b2bpic.net/free-photo/salon-care_1098-15672.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/salon-care_1098-15672.jpg?_wi=1", imageAlt: "face mask clay mask skincare treatment", }, { @@ -185,7 +185,7 @@ export default function HomePage() { price: "₹799", rating: 5, reviewCount: "2.9k", - imageSrc: "http://img.b2bpic.net/free-photo/concept-skin-care-cosmetics-shea-butter_185193-108815.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/concept-skin-care-cosmetics-shea-butter_185193-108815.jpg?_wi=1", imageAlt: "body lotion natural skincare moisturizer", }, { @@ -195,7 +195,7 @@ export default function HomePage() { price: "₹1,299", rating: 5, reviewCount: "1.2k", - imageSrc: "http://img.b2bpic.net/free-photo/conceptual-image-make-up-brushes-roses-wooden-background_482257-10030.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/conceptual-image-make-up-brushes-roses-wooden-background_482257-10030.jpg?_wi=1", imageAlt: "makeup brushes eco-friendly beauty tools vegan cosmetics", }, ]} @@ -212,7 +212,7 @@ export default function HomePage() { description="Founded with a mission to prove that beauty and ethics go hand in hand." subdescription="Every product is vegan, cruelty-free, and made with ingredients you can trust." icon={Heart} - imageSrc="http://img.b2bpic.net/free-photo/smiley-woman-face-massaging-with-gua-sha-medium-shot_23-2149349087.jpg" + imageSrc="http://img.b2bpic.net/free-photo/smiley-woman-face-massaging-with-gua-sha-medium-shot_23-2149349087.jpg?_wi=1" imageAlt="woman founder beauty entrepreneur organic cosmetics" mediaAnimation="slide-up" useInvertedBackground={false} @@ -236,7 +236,7 @@ export default function HomePage() { role: "Beauty Enthusiast", company: "Mumbai", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-pretty-girl-plaid-shirt-posing_114579-70643.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-pretty-girl-plaid-shirt-posing_114579-70643.jpg?_wi=1", imageAlt: "woman portrait professional headshot customer photo", }, { @@ -254,7 +254,7 @@ export default function HomePage() { role: "Eco-Conscious Consumer", company: "Bangalore", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-pretty-girl-plaid-shirt-posing_114579-70643.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-pretty-girl-plaid-shirt-posing_114579-70643.jpg?_wi=2", imageAlt: "woman portrait professional headshot customer photo", }, { -- 2.49.1 From ed1702bae99f82f4c90752bda13429909b73527d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 12:44:20 +0000 Subject: [PATCH 3/3] Update src/app/products/page.tsx --- src/app/products/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index b44d360..968fece 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -89,7 +89,7 @@ export default function ProductsPage() { price: "₹899", rating: 5, reviewCount: "2.3k", - imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-serum-bottle-hand-orange-background_185193-162127.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-serum-bottle-hand-orange-background_185193-162127.jpg?_wi=2", imageAlt: "face serum bottle organic skincare natural beauty", }, { @@ -99,7 +99,7 @@ export default function ProductsPage() { price: "₹549", rating: 5, reviewCount: "1.8k", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-woman-applying-lip-balm_23-2147893527.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-woman-applying-lip-balm_23-2147893527.jpg?_wi=2", imageAlt: "lip balm natural cosmetics beauty product", }, { @@ -109,7 +109,7 @@ export default function ProductsPage() { price: "₹649", rating: 5, reviewCount: "3.1k", - imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-rosemary-fresh-plant-bottle-rosemary-oil_1150-35585.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-rosemary-fresh-plant-bottle-rosemary-oil_1150-35585.jpg?_wi=2", imageAlt: "hair oil natural haircare organic beauty", }, { @@ -119,7 +119,7 @@ export default function ProductsPage() { price: "₹399", rating: 5, reviewCount: "1.5k", - imageSrc: "http://img.b2bpic.net/free-photo/salon-care_1098-15672.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/salon-care_1098-15672.jpg?_wi=2", imageAlt: "face mask clay mask skincare treatment", }, { @@ -129,7 +129,7 @@ export default function ProductsPage() { price: "₹799", rating: 5, reviewCount: "2.9k", - imageSrc: "http://img.b2bpic.net/free-photo/concept-skin-care-cosmetics-shea-butter_185193-108815.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/concept-skin-care-cosmetics-shea-butter_185193-108815.jpg?_wi=2", imageAlt: "body lotion natural skincare moisturizer", }, { @@ -139,7 +139,7 @@ export default function ProductsPage() { price: "₹1,299", rating: 5, reviewCount: "1.2k", - imageSrc: "http://img.b2bpic.net/free-photo/conceptual-image-make-up-brushes-roses-wooden-background_482257-10030.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/conceptual-image-make-up-brushes-roses-wooden-background_482257-10030.jpg?_wi=2", imageAlt: "makeup brushes eco-friendly beauty tools vegan cosmetics", }, ]} -- 2.49.1