diff --git a/src/app/page.tsx b/src/app/page.tsx index 6728daa..5e71ff8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,32 +64,32 @@ export default function HomePage() { carouselItems={[ { id: "carousel-1", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-concept-with-prism-light-deflection_23-2148599246.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-concept-with-prism-light-deflection_23-2148599246.jpg", imageAlt: "Premium luxury product showcase", }, { id: "carousel-2", - imageSrc: "http://img.b2bpic.net/free-photo/collection-quail-eggs-near-feathers-can_23-2148073846.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/collection-quail-eggs-near-feathers-can_23-2148073846.jpg", imageAlt: "Elegant craftsmanship detail", }, { id: "carousel-3", - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-adult-stylish-looking-modern_1157-3417.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-adult-stylish-looking-modern_1157-3417.jpg", imageAlt: "Sophisticated product display", }, { id: "carousel-4", - imageSrc: "http://img.b2bpic.net/free-photo/young-adult-with-transgender-scar_23-2149488850.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/young-adult-with-transgender-scar_23-2149488850.jpg", imageAlt: "Premium collection lifestyle", }, { id: "carousel-5", - imageSrc: "http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409259.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409259.jpg", imageAlt: "Luxury brand experience", }, { id: "carousel-6", - imageSrc: "http://img.b2bpic.net/free-photo/set-quail-eggs-napkin-near-feathers-can_23-2148073847.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/set-quail-eggs-napkin-near-feathers-can_23-2148073847.jpg", imageAlt: "Exclusive premium items", }, ]} @@ -115,7 +115,7 @@ export default function HomePage() { id: "product-1", name: "Midnight Elegance Watch", price: "$2,450", - imageSrc: "http://img.b2bpic.net/free-vector/gradient-black-background-with-golden-textures_23-2149162426.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-vector/gradient-black-background-with-golden-textures_23-2149162426.jpg", imageAlt: "Premium luxury watch with gold details", isFavorited: false, }, @@ -123,7 +123,7 @@ export default function HomePage() { id: "product-2", name: "Crystal Essence Fragrance", price: "$385", - imageSrc: "http://img.b2bpic.net/free-vector/luxury-brand-label_1017-1854.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-vector/luxury-brand-label_1017-1854.jpg", imageAlt: "Luxury perfume bottle with gold accents", isFavorited: false, }, @@ -131,7 +131,7 @@ export default function HomePage() { id: "product-3", name: "Silk Heritage Scarf", price: "$1,250", - imageSrc: "http://img.b2bpic.net/free-photo/woman-s-hands-holding-lemon-with-dark-background_23-2149640633.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/woman-s-hands-holding-lemon-with-dark-background_23-2149640633.jpg", imageAlt: "Premium silk scarf with intricate patterns", isFavorited: false, }, @@ -165,7 +165,7 @@ export default function HomePage() { "Iconic pieces that transcend seasonal trends", "Investment-worthy items for discerning collectors", ], - imageSrc: "http://img.b2bpic.net/free-photo/watch-blank-paper-father-s-day_23-2147683462.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/watch-blank-paper-father-s-day_23-2147683462.jpg", imageAlt: "Timeless classic luxury items", }, { @@ -175,7 +175,7 @@ export default function HomePage() { "Modern interpretations of luxury aesthetics", "Perfect balance of innovation and elegance", ], - imageSrc: "http://img.b2bpic.net/free-vector/black-waves-background-with-halftone-effect_23-2148133046.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-vector/black-waves-background-with-halftone-effect_23-2148133046.jpg", imageAlt: "Contemporary luxury collection", }, { @@ -185,7 +185,7 @@ export default function HomePage() { "Pieces with rich cultural significance", "Stories woven into every detail", ], - imageSrc: "http://img.b2bpic.net/free-photo/cat-bed-near-books_23-2147888587.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/cat-bed-near-books_23-2147888587.jpg", imageAlt: "Heritage luxury collection pieces", }, ]} @@ -208,7 +208,7 @@ export default function HomePage() { tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} - gridVariant="four-items-2x2-equal-grid" + gridVariant="uniform-all-items-equal" animationType="scale-rotate" metrics={[ { @@ -332,7 +332,7 @@ export default function HomePage() {