From 39a7405f024884ffbda569120784f2720bd914e8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 16:23:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e1b6c61..7435021 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,13 +51,13 @@ export default function LandingPage() { ]} carouselItems={[ { - id: "1", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-holding-mascara-wand_23-2148398589.jpg", imageAlt: "Bridal makeup artist applying makeup" + id: "1", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-holding-mascara-wand_23-2148398589.jpg?_wi=1", imageAlt: "Bridal makeup artist applying makeup" }, { - id: "2", imageSrc: "http://img.b2bpic.net/free-photo/beauty-make-up-cosmetics-morning-people-concept-young-woman-with-makeup-brush-contouring-highlighting-palette-looking-mirror-home-bathroom_231208-13218.jpg", imageAlt: "Bride admiring makeup in mirror" + id: "2", imageSrc: "http://img.b2bpic.net/free-photo/beauty-make-up-cosmetics-morning-people-concept-young-woman-with-makeup-brush-contouring-highlighting-palette-looking-mirror-home-bathroom_231208-13218.jpg?_wi=1", imageAlt: "Bride admiring makeup in mirror" }, { - id: "3", imageSrc: "http://img.b2bpic.net/free-photo/conceptual-image-make-up-brushes-roses-wooden-background_482257-10029.jpg", imageAlt: "Professional makeup application" + id: "3", imageSrc: "http://img.b2bpic.net/free-photo/conceptual-image-make-up-brushes-roses-wooden-background_482257-10029.jpg?_wi=1", imageAlt: "Professional makeup application" }, { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/bride-with-bouquet-flowers_23-2148106111.jpg", imageAlt: "Bride with radiant bridal makeup" @@ -93,15 +93,15 @@ export default function LandingPage() { products={[ { id: "1", brand: "Luminous Bridal", name: "Classic Romance", price: "Featured", rating: 5, - reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-holding-mascara-wand_23-2148398589.jpg", imageAlt: "Classic Romance bridal makeup look" + reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-holding-mascara-wand_23-2148398589.jpg?_wi=2", imageAlt: "Classic Romance bridal makeup look" }, { id: "2", brand: "Luminous Bridal", name: "Modern Elegance", price: "Featured", rating: 5, - reviewCount: "28", imageSrc: "http://img.b2bpic.net/free-photo/beauty-make-up-cosmetics-morning-people-concept-young-woman-with-makeup-brush-contouring-highlighting-palette-looking-mirror-home-bathroom_231208-13218.jpg", imageAlt: "Modern Elegance bridal makeup look" + reviewCount: "28", imageSrc: "http://img.b2bpic.net/free-photo/beauty-make-up-cosmetics-morning-people-concept-young-woman-with-makeup-brush-contouring-highlighting-palette-looking-mirror-home-bathroom_231208-13218.jpg?_wi=2", imageAlt: "Modern Elegance bridal makeup look" }, { id: "3", brand: "Luminous Bridal", name: "Timeless Glamour", price: "Featured", rating: 5, - reviewCount: "35", imageSrc: "http://img.b2bpic.net/free-photo/conceptual-image-make-up-brushes-roses-wooden-background_482257-10029.jpg", imageAlt: "Timeless Glamour bridal makeup look" + reviewCount: "35", imageSrc: "http://img.b2bpic.net/free-photo/conceptual-image-make-up-brushes-roses-wooden-background_482257-10029.jpg?_wi=2", imageAlt: "Timeless Glamour bridal makeup look" } ]} gridVariant="uniform-all-items-equal" -- 2.49.1