From 441b788f1c38a6c84388928aa5eec85d42ddb831 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 18:34:36 +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 ba9a585..ac616a9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,9 +70,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" animationType="slide-up" products={[ - { id: "product-001", name: "Midnight Elegance Dress", price: "$299", variant: "Black", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bossy-woman-with-attitude-posing-white_158595-5525.jpg", imageAlt: "Midnight Elegance Dress" }, - { id: "product-002", name: "Rose Luxe Blazer", price: "$349", variant: "Dark Pink", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-portrait-sitting-by-cafe_1303-25874.jpg", imageAlt: "Rose Luxe Blazer" }, - { id: "product-003", name: "Essential Statement Piece", price: "$199", variant: "Versatile", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-accessory-wooden-background_1203-7652.jpg", imageAlt: "Essential Statement Piece" } + { id: "product-001", name: "Midnight Elegance Dress", price: "$299", variant: "Black", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bossy-woman-with-attitude-posing-white_158595-5525.jpg?_wi=1", imageAlt: "Midnight Elegance Dress" }, + { id: "product-002", name: "Rose Luxe Blazer", price: "$349", variant: "Dark Pink", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-portrait-sitting-by-cafe_1303-25874.jpg?_wi=1", imageAlt: "Rose Luxe Blazer" }, + { id: "product-003", name: "Essential Statement Piece", price: "$199", variant: "Versatile", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-accessory-wooden-background_1203-7652.jpg?_wi=1", imageAlt: "Essential Statement Piece" } ]} ariaLabel="Product section" /> @@ -104,9 +104,9 @@ export default function LandingPage() { useInvertedBackground={false} animationType="slide-up" features={[ - { id: "collection-1", title: "Essentials", author: "Everyday Luxury", description: "Timeless basics that form the foundation of a sophisticated wardrobe. Quality fabrics and perfect fits for every day.", tags: ["Basics", "Versatile"], imageSrc: "http://img.b2bpic.net/free-photo/portrait-bossy-woman-with-attitude-posing-white_158595-5525.jpg", imageAlt: "Essentials Collection" }, - { id: "collection-2", title: "Evening Elegance", author: "Statement Pieces", description: "Bold, sophisticated designs for those special moments when you want to make an impression.", tags: ["Formal", "Premium"], imageSrc: "http://img.b2bpic.net/free-photo/young-woman-portrait-sitting-by-cafe_1303-25874.jpg", imageAlt: "Evening Elegance Collection" }, - { id: "collection-3", title: "Modern Edge", author: "Contemporary Style", description: "Where minimalism meets boldness. Contemporary silhouettes with an unexpected twist.", tags: ["Modern", "Unique"], imageSrc: "http://img.b2bpic.net/free-photo/beautiful-accessory-wooden-background_1203-7652.jpg", imageAlt: "Modern Edge Collection" }, + { id: "collection-1", title: "Essentials", author: "Everyday Luxury", description: "Timeless basics that form the foundation of a sophisticated wardrobe. Quality fabrics and perfect fits for every day.", tags: ["Basics", "Versatile"], imageSrc: "http://img.b2bpic.net/free-photo/portrait-bossy-woman-with-attitude-posing-white_158595-5525.jpg?_wi=2", imageAlt: "Essentials Collection" }, + { id: "collection-2", title: "Evening Elegance", author: "Statement Pieces", description: "Bold, sophisticated designs for those special moments when you want to make an impression.", tags: ["Formal", "Premium"], imageSrc: "http://img.b2bpic.net/free-photo/young-woman-portrait-sitting-by-cafe_1303-25874.jpg?_wi=2", imageAlt: "Evening Elegance Collection" }, + { id: "collection-3", title: "Modern Edge", author: "Contemporary Style", description: "Where minimalism meets boldness. Contemporary silhouettes with an unexpected twist.", tags: ["Modern", "Unique"], imageSrc: "http://img.b2bpic.net/free-photo/beautiful-accessory-wooden-background_1203-7652.jpg?_wi=2", imageAlt: "Modern Edge Collection" }, { id: "collection-4", title: "Sustainable Choice", author: "Eco-Conscious", description: "Premium pieces created with environmental responsibility and ethical practices at their core.", tags: ["Eco-Friendly", "Ethical"], imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-choosing-cloth-shop_1303-19846.jpg", imageAlt: "Sustainable Choice Collection" } ]} ariaLabel="Features section"