From 6ba610823557d2eced39f53c8672cf4c574ba0c4 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 14:38:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a993628..d3597d0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { title="Unleash Your Natural Curls" description="Professional-grade hydration and definition designed exclusively for women who love their curls. Experience the difference." mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/four-pink-easter-eggs-rack-table_23-2148059882.jpg", imageAlt: "Model with beautiful curls" }, + { imageSrc: "http://img.b2bpic.net/free-photo/four-pink-easter-eggs-rack-table_23-2148059882.jpg?_wi=1", imageAlt: "Model with beautiful curls" }, { imageSrc: "http://img.b2bpic.net/free-photo/pretty-black-girl-with-big-hair-posing-video-black-background_633478-915.jpg", imageAlt: "Model with beautiful curls" }, { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-curly-hair-smiling_23-2151982941.jpg", imageAlt: "Model with beautiful curls" }, { imageSrc: "http://img.b2bpic.net/free-photo/mixed-race-black-woman-portrait-with-big-afro-hair-curly-hair-beige-background-thinking-about-something-with-hand-chin_633478-2972.jpg", imageAlt: "Model with beautiful curls" }, @@ -70,8 +70,8 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { id: "1", title: "Deep Hydration", author: "Formulated for moisture", description: "Locks in hydration without weighing down your hair.", tags: ["hydration", "moisture"], imageSrc: "http://img.b2bpic.net/free-photo/glass-bowl-popcorn-candy-resting-top-piece-pink-fabric-marble-table_114579-56527.jpg", imageAlt: "Glass bowl of popcorn candy resting on top of a piece of pink fabric on marble table." }, - { id: "2", title: "Frizz Control", author: "Smooth definition", description: "Tame flyaways and enjoy soft, bouncy curls all day.", tags: ["anti-frizz", "smooth"], imageSrc: "http://img.b2bpic.net/free-photo/four-pink-easter-eggs-rack-table_23-2148059882.jpg", imageAlt: "Glass bowl of popcorn candy resting on top of a piece of pink fabric on marble table." }, - { id: "3", title: "Damage Repair", author: "Nourish from root to tip", description: "Strengthen your strands with our specialized protein blend.", tags: ["repair", "strength"], imageSrc: "http://img.b2bpic.net/free-photo/elegant-gold-shampoo-lotion-bottles-with-black-pumps_187299-47282.jpg", imageAlt: "Glass bowl of popcorn candy resting on top of a piece of pink fabric on marble table." }, + { id: "2", title: "Frizz Control", author: "Smooth definition", description: "Tame flyaways and enjoy soft, bouncy curls all day.", tags: ["anti-frizz", "smooth"], imageSrc: "http://img.b2bpic.net/free-photo/four-pink-easter-eggs-rack-table_23-2148059882.jpg?_wi=2", imageAlt: "Glass bowl of popcorn candy resting on top of a piece of pink fabric on marble table." }, + { id: "3", title: "Damage Repair", author: "Nourish from root to tip", description: "Strengthen your strands with our specialized protein blend.", tags: ["repair", "strength"], imageSrc: "http://img.b2bpic.net/free-photo/elegant-gold-shampoo-lotion-bottles-with-black-pumps_187299-47282.jpg?_wi=1", imageAlt: "Glass bowl of popcorn candy resting on top of a piece of pink fabric on marble table." }, ]} title="Why Your Curls Love Us" description="Our formulas are crafted with clean ingredients that prioritize hydration, repair, and long-lasting definition." @@ -85,7 +85,7 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { id: "1", name: "Hydrating Shampoo", price: "$24.00", imageSrc: "http://img.b2bpic.net/free-photo/elegant-gold-shampoo-lotion-bottles-with-black-pumps_187299-47282.jpg" }, + { id: "1", name: "Hydrating Shampoo", price: "$24.00", imageSrc: "http://img.b2bpic.net/free-photo/elegant-gold-shampoo-lotion-bottles-with-black-pumps_187299-47282.jpg?_wi=2" }, { id: "2", name: "Deep Repair Mask", price: "$32.00", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-eucalyptus-with-beauty-products_23-2149440670.jpg" }, { id: "3", name: "Curl Styling Cream", price: "$28.00", imageSrc: "http://img.b2bpic.net/free-photo/confused-stylish-girl-posing-against-white-wall_176420-33267.jpg" }, { id: "4", name: "Nourishing Hair Oil", price: "$22.00", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-product-flowers_23-2149270041.jpg" },