From 911a92a9f1cef28c5c197913ecb9d1d000ea7028 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 4 Jun 2026 17:30:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 39c887c..78eec22 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,13 +71,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-outdoors_23-2148323531.jpg", imageAlt: "Fashion model in elegant designer clothing"}, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-female-tailor-working-studio_23-2148834147.jpg", imageAlt: "Luxury clothing collection on display"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/fashionable-blond-female-grey-dress-posing-artistic-interior_613910-7102.jpg", imageAlt: "Fashionable blond female in a grey dress posing in artistic interior."}, - { - imageSrc: "http://img.b2bpic.net/free-photo/pisces-portrait-beautiful-woman_23-2149275086.jpg", imageAlt: "Pisces portrait of beautiful woman"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/slim-elegant-woman-stage-exudes-glamour-generated-by-ai_188544-17567.jpg", imageAlt: "Slim elegant woman on stage exudes glamour generated by AI"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-female-tailor-working-studio_23-2148834147.jpg", imageAlt: "Luxury clothing collection on display"} ]} mediaAnimation="opacity" rating={5} @@ -179,6 +173,7 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} carouselMode="buttons" + animationType="opacity" metrics={[ { id: "m-1", value: "200+", description: "International Brands"}, -- 2.49.1