From 0bedc4c65d6672bfac2ad44752a2f1f331df394e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 17:33:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c751d95..8e122ad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,7 +70,7 @@ export default function LandingPage() { handle: "@elena.skincare", testimonial: "Finally, a brand that prioritizes both efficacy and ethics. My skin has never felt healthier.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cucumber-cleansing-disks-table_23-2148574935.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cucumber-cleansing-disks-table_23-2148574935.jpg?_wi=1", imageAlt: "natural cosmetics flat lay", }, { @@ -78,7 +78,7 @@ export default function LandingPage() { handle: "@m.beauty", testimonial: "The ingredient transparency is what hooked me. You can actually trust what's on the label.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/radiant-woman-with-glossy-skin-soft-features-posing-studio-advertising-natural-beauty_482257-134478.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/radiant-woman-with-glossy-skin-soft-features-posing-studio-advertising-natural-beauty_482257-134478.jpg?_wi=1", imageAlt: "natural cosmetics flat lay", }, { @@ -86,7 +86,7 @@ export default function LandingPage() { handle: "@sarah.glow", testimonial: "Ancient wisdom meets modern science—I see the results in my daily routine.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-bottle-oils-with-pipette_23-2148317664.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-bottle-oils-with-pipette_23-2148317664.jpg?_wi=1", imageAlt: "natural cosmetics flat lay", }, { @@ -94,7 +94,7 @@ export default function LandingPage() { handle: "@dw.reviews", testimonial: "The most gentle moisturizer I've ever used. Perfectly suited for my sensitive skin.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-aluminum-tubes-half-used_23-2150919845.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-aluminum-tubes-half-used_23-2150919845.jpg?_wi=1", imageAlt: "natural cosmetics flat lay", }, { @@ -102,7 +102,7 @@ export default function LandingPage() { handle: "@julia.radiant", testimonial: "Absolutely love the botanical extracts. My skin glows more every day.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-aloe-vera-beauty-concept_23-2148740238.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-aloe-vera-beauty-concept_23-2148740238.jpg?_wi=1", imageAlt: "natural cosmetics flat lay", }, ]} @@ -112,7 +112,7 @@ export default function LandingPage() { href: "#products", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/cucumber-cleansing-disks-table_23-2148574935.jpg" + imageSrc="http://img.b2bpic.net/free-photo/cucumber-cleansing-disks-table_23-2148574935.jpg?_wi=2" imageAlt="Lamassu natural cosmetics collection" avatars={[ { @@ -166,7 +166,7 @@ export default function LandingPage() { useInvertedBackground={true} title="Our Heritage in Every Drop" description="At Lamassu, we believe that beauty shouldn't be a trade-off. We bridge the gap between traditional botanical knowledge and clinical science, ensuring every formula is safe, sustainable, and effective. From ethical harvesting to clean processing, our commitment to transparency is the foundation of every product we create." - imageSrc="http://img.b2bpic.net/free-photo/radiant-woman-with-glossy-skin-soft-features-posing-studio-advertising-natural-beauty_482257-134478.jpg" + imageSrc="http://img.b2bpic.net/free-photo/radiant-woman-with-glossy-skin-soft-features-posing-studio-advertising-natural-beauty_482257-134478.jpg?_wi=2" /> @@ -181,21 +181,21 @@ export default function LandingPage() { title: "Potent Botanicals", description: "Sourced from ancient landscapes, our actives are pure and powerful.", tag: "Ethics", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-bottle-oils-with-pipette_23-2148317664.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-bottle-oils-with-pipette_23-2148317664.jpg?_wi=2", }, { id: "f2", title: "Eco-Conscious", description: "Zero-waste goals and sustainable packaging across our entire catalog.", tag: "Planet", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-aluminum-tubes-half-used_23-2150919845.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-aluminum-tubes-half-used_23-2150919845.jpg?_wi=2", }, { id: "f3", title: "Fully Transparent", description: "Every ingredient is fully traceable. No secrets, just results.", tag: "Clarity", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-aloe-vera-beauty-concept_23-2148740238.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-aloe-vera-beauty-concept_23-2148740238.jpg?_wi=2", }, ]} title="The Lamassu Promise" -- 2.49.1