From 4bf3c33d0da104085b611130d89272d48251f9d0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 06:58:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 83f50eb..e8d57c5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,22 +53,22 @@ export default function BeautyPortfolioPage() { buttonAnimation="slide-up" carouselItems={[ { - id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/macaroons-coffee-cup-makeup-brushes-alarm-clock-laptop-peach-colored-background_23-2148178653.jpg", imageAlt: "Skincare routine content" + id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/macaroons-coffee-cup-makeup-brushes-alarm-clock-laptop-peach-colored-background_23-2148178653.jpg?_wi=1", imageAlt: "Skincare routine content" }, { - id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/creative-scene-composition-product-presentation_23-2148992089.jpg", imageAlt: "Makeup product review" + id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/creative-scene-composition-product-presentation_23-2148992089.jpg?_wi=1", imageAlt: "Makeup product review" }, { - id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/different-women-standing-together_23-2149237874.jpg", imageAlt: "Before and after transformation" + id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/different-women-standing-together_23-2149237874.jpg?_wi=1", imageAlt: "Before and after transformation" }, { - id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bride-indoors-side-view_23-2149640908.jpg", imageAlt: "Makeup tutorial demonstration" + id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bride-indoors-side-view_23-2149640908.jpg?_wi=1", imageAlt: "Makeup tutorial demonstration" }, { - id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-showing-tips-haircare_259150-60108.jpg", imageAlt: "Skincare and beauty routine" + id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-showing-tips-haircare_259150-60108.jpg?_wi=1", imageAlt: "Skincare and beauty routine" }, { - id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/moisturizing-cream-with-flowers-marble-background_23-2147878911.jpg", imageAlt: "Beauty content creation" + id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/moisturizing-cream-with-flowers-marble-background_23-2147878911.jpg?_wi=1", imageAlt: "Beauty content creation" } ]} autoPlay={true} @@ -143,22 +143,22 @@ export default function BeautyPortfolioPage() { tagAnimation="slide-up" products={[ { - id: "1", name: "Skincare Routine Series", price: "Morning & Night", imageSrc: "http://img.b2bpic.net/free-photo/macaroons-coffee-cup-makeup-brushes-alarm-clock-laptop-peach-colored-background_23-2148178653.jpg", imageAlt: "Skincare routine content" + id: "1", name: "Skincare Routine Series", price: "Morning & Night", imageSrc: "http://img.b2bpic.net/free-photo/macaroons-coffee-cup-makeup-brushes-alarm-clock-laptop-peach-colored-background_23-2148178653.jpg?_wi=2", imageAlt: "Skincare routine content" }, { - id: "2", name: "Makeup Product Review", price: "Honest & Detailed", imageSrc: "http://img.b2bpic.net/free-photo/creative-scene-composition-product-presentation_23-2148992089.jpg", imageAlt: "Makeup product review" + id: "2", name: "Makeup Product Review", price: "Honest & Detailed", imageSrc: "http://img.b2bpic.net/free-photo/creative-scene-composition-product-presentation_23-2148992089.jpg?_wi=2", imageAlt: "Makeup product review" }, { - id: "3", name: "Before & After Series", price: "Transformation Focus", imageSrc: "http://img.b2bpic.net/free-photo/different-women-standing-together_23-2149237874.jpg", imageAlt: "Before and after transformation" + id: "3", name: "Before & After Series", price: "Transformation Focus", imageSrc: "http://img.b2bpic.net/free-photo/different-women-standing-together_23-2149237874.jpg?_wi=2", imageAlt: "Before and after transformation" }, { - id: "4", name: "Makeup Tutorial", price: "Step-by-Step Guide", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bride-indoors-side-view_23-2149640908.jpg", imageAlt: "Makeup tutorial demonstration" + id: "4", name: "Makeup Tutorial", price: "Step-by-Step Guide", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bride-indoors-side-view_23-2149640908.jpg?_wi=2", imageAlt: "Makeup tutorial demonstration" }, { - id: "5", name: "Beauty Routine", price: "Daily Essentials", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-showing-tips-haircare_259150-60108.jpg", imageAlt: "Skincare and beauty routine" + id: "5", name: "Beauty Routine", price: "Daily Essentials", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-showing-tips-haircare_259150-60108.jpg?_wi=2", imageAlt: "Skincare and beauty routine" }, { - id: "6", name: "Content Creation", price: "Behind The Scenes", imageSrc: "http://img.b2bpic.net/free-photo/moisturizing-cream-with-flowers-marble-background_23-2147878911.jpg", imageAlt: "Beauty content creation" + id: "6", name: "Content Creation", price: "Behind The Scenes", imageSrc: "http://img.b2bpic.net/free-photo/moisturizing-cream-with-flowers-marble-background_23-2147878911.jpg?_wi=2", imageAlt: "Beauty content creation" } ]} gridVariant="three-columns-all-equal-width" -- 2.49.1