From 65f63445aa506a535a9e8067554a3e14cfde3d29 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 19:36:31 +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 c3da58b..7f202a5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,7 +75,7 @@ export default function LandingPage() { { title: "Modern Packaging", description: "Designed for the sophisticated man on the go.", icon: Package, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-product-presentation-natural-stone_23-2152010111.jpg", imageAlt: "natural skincare ingredients macro" }, + { imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-product-presentation-natural-stone_23-2152010111.jpg?_wi=1", imageAlt: "natural skincare ingredients macro" }, { imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-male-beauty-products-with-display_23-2150435187.jpg", imageAlt: "natural skincare ingredients macro" } ] } @@ -92,7 +92,7 @@ export default function LandingPage() { title="Our Essentials" description="Premium skincare and grooming products designed for daily use." products={[ - { id: "p1", brand: "Flux", name: "Daily Face Wash", price: "$24.00", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-product-presentation-natural-stone_23-2152010111.jpg" }, + { id: "p1", brand: "Flux", name: "Daily Face Wash", price: "$24.00", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-product-presentation-natural-stone_23-2152010111.jpg?_wi=2" }, { id: "p2", brand: "Flux", name: "Signature Beard Oil", price: "$32.00", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/flowers-oils-spa-treatment-arrangement-cosmetics_23-2148645512.jpg" }, { id: "p3", brand: "Flux", name: "Deep Exfoliant", price: "$28.00", rating: 4, reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-shaving-cream_23-2148783502.jpg" }, { id: "p4", brand: "Flux", name: "Hydrating Cream", price: "$36.00", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/beauty-portrait-smiling-half-naked-man_171337-2920.jpg" },