From bfc90c0fe345c9c7b5e7b6f065cbfe0dedf696ba Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 03:09:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4ddfd6f..8da3a7b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,18 +56,18 @@ export default function LandingPage() { buttonAnimation="slide-up" leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/minimal-assortment-beauty-products_23-2148961328.jpg?_wi=1", imageAlt: "Lipstick collection" + imageSrc: "http://img.b2bpic.net/free-photo/minimal-assortment-beauty-products_23-2148961328.jpg", imageAlt: "Lipstick collection" }, { - imageSrc: "http://img.b2bpic.net/free-photo/gua-sha-cotton-arrangement-top-view_23-2149357125.jpg?_wi=1", imageAlt: "Skincare products" + imageSrc: "http://img.b2bpic.net/free-photo/gua-sha-cotton-arrangement-top-view_23-2149357125.jpg", imageAlt: "Skincare products" } ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/serious-female-shopper-holding-hanger-with-cloth-applying-dress-herself-looking-away-front-view-fashion-store-retail-concept_74855-11983.jpg?_wi=1", imageAlt: "Women fashion collection" + imageSrc: "http://img.b2bpic.net/free-photo/serious-female-shopper-holding-hanger-with-cloth-applying-dress-herself-looking-away-front-view-fashion-store-retail-concept_74855-11983.jpg", imageAlt: "Women fashion collection" }, { - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-beauty-cosmetics-products_23-2148598581.jpg?_wi=1", imageAlt: "Professional makeup brushes" + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-beauty-cosmetics-products_23-2148598581.jpg", imageAlt: "Professional makeup brushes" } ]} carouselPosition="right" @@ -84,10 +84,10 @@ export default function LandingPage() { ]} avatarText="Trusted by 5,000+ satisfied customers" marqueeItems={[ - { icon: Heart, text: "Premium Quality" }, - { icon: Zap, text: "Fast Shipping" }, - { icon: Shield, text: "Secure Checkout" }, - { icon: Award, text: "Best Price" } + { type: "text-icon", icon: Heart, text: "Premium Quality" }, + { type: "text-icon", icon: Zap, text: "Fast Shipping" }, + { type: "text-icon", icon: Shield, text: "Secure Checkout" }, + { type: "text-icon", icon: Award, text: "Best Price" } ]} showMarqueeCard={true} /> @@ -108,22 +108,22 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "1", name: "Luxury Lipstick Palette", price: "$45.00", imageSrc: "http://img.b2bpic.net/free-photo/minimal-assortment-beauty-products_23-2148961328.jpg?_wi=2", imageAlt: "Luxury lipstick palette with multiple shades" + id: "1", name: "Luxury Lipstick Palette", price: "$45.00", imageSrc: "http://img.b2bpic.net/free-photo/minimal-assortment-beauty-products_23-2148961328.jpg", imageAlt: "Luxury lipstick palette with multiple shades" }, { - id: "2", name: "Professional Makeup Brushes", price: "$65.00", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-beauty-cosmetics-products_23-2148598581.jpg?_wi=2", imageAlt: "Professional makeup brush set" + id: "2", name: "Professional Makeup Brushes", price: "$65.00", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-beauty-cosmetics-products_23-2148598581.jpg", imageAlt: "Professional makeup brush set" }, { - id: "3", name: "Premium Skincare Set", price: "$85.00", imageSrc: "http://img.b2bpic.net/free-photo/gua-sha-cotton-arrangement-top-view_23-2149357125.jpg?_wi=2", imageAlt: "Premium skincare collection" + id: "3", name: "Premium Skincare Set", price: "$85.00", imageSrc: "http://img.b2bpic.net/free-photo/gua-sha-cotton-arrangement-top-view_23-2149357125.jpg", imageAlt: "Premium skincare collection" }, { - id: "4", name: "Summer Fashion Dress", price: "$79.00", imageSrc: "http://img.b2bpic.net/free-photo/serious-female-shopper-holding-hanger-with-cloth-applying-dress-herself-looking-away-front-view-fashion-store-retail-concept_74855-11983.jpg?_wi=2", imageAlt: "Elegant summer fashion dress" + id: "4", name: "Summer Fashion Dress", price: "$79.00", imageSrc: "http://img.b2bpic.net/free-photo/serious-female-shopper-holding-hanger-with-cloth-applying-dress-herself-looking-away-front-view-fashion-store-retail-concept_74855-11983.jpg", imageAlt: "Elegant summer fashion dress" }, { - id: "5", name: "Foundation & Concealer Kit", price: "$55.00", imageSrc: "http://img.b2bpic.net/free-photo/minimal-assortment-beauty-products_23-2148961328.jpg?_wi=3", imageAlt: "Foundation and concealer kit" + id: "5", name: "Foundation & Concealer Kit", price: "$55.00", imageSrc: "http://img.b2bpic.net/free-photo/minimal-assortment-beauty-products_23-2148961328.jpg", imageAlt: "Foundation and concealer kit" }, { - id: "6", name: "Casual Chic Top", price: "$39.00", imageSrc: "http://img.b2bpic.net/free-photo/serious-female-shopper-holding-hanger-with-cloth-applying-dress-herself-looking-away-front-view-fashion-store-retail-concept_74855-11983.jpg?_wi=3", imageAlt: "Casual chic women's top" + id: "6", name: "Casual Chic Top", price: "$39.00", imageSrc: "http://img.b2bpic.net/free-photo/serious-female-shopper-holding-hanger-with-cloth-applying-dress-herself-looking-away-front-view-fashion-store-retail-concept_74855-11983.jpg", imageAlt: "Casual chic women's top" } ]} /> @@ -154,15 +154,15 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Quality", title: "Authentic Products", subtitle: "100% genuine items", description: "Every product is carefully selected and verified for authenticity. We partner directly with trusted brands to ensure you receive only the best.", imageSrc: "http://img.b2bpic.net/free-photo/minimal-assortment-beauty-products_23-2148961328.jpg?_wi=4" + tag: "Quality", title: "Authentic Products", subtitle: "100% genuine items", description: "Every product is carefully selected and verified for authenticity. We partner directly with trusted brands to ensure you receive only the best.", imageSrc: "http://img.b2bpic.net/free-photo/minimal-assortment-beauty-products_23-2148961328.jpg" }, { id: 2, - tag: "Service", title: "Expert Support", subtitle: "Beauty consultants", description: "Our beauty experts are ready to help you find the perfect products for your skin tone, style, and preferences.", imageSrc: "http://img.b2bpic.net/free-photo/gua-sha-cotton-arrangement-top-view_23-2149357125.jpg?_wi=3" + tag: "Service", title: "Expert Support", subtitle: "Beauty consultants", description: "Our beauty experts are ready to help you find the perfect products for your skin tone, style, and preferences.", imageSrc: "http://img.b2bpic.net/free-photo/gua-sha-cotton-arrangement-top-view_23-2149357125.jpg" }, { id: 3, - tag: "Delivery", title: "Fast Shipping", subtitle: "Within 2-3 days", description: "Get your favorite products delivered quickly and securely. We partner with leading courier services for reliable shipping.", imageSrc: "http://img.b2bpic.net/free-photo/serious-female-shopper-holding-hanger-with-cloth-applying-dress-herself-looking-away-front-view-fashion-store-retail-concept_74855-11983.jpg?_wi=4" + tag: "Delivery", title: "Fast Shipping", subtitle: "Within 2-3 days", description: "Get your favorite products delivered quickly and securely. We partner with leading courier services for reliable shipping.", imageSrc: "http://img.b2bpic.net/free-photo/serious-female-shopper-holding-hanger-with-cloth-applying-dress-herself-looking-away-front-view-fashion-store-retail-concept_74855-11983.jpg" } ]} /> -- 2.49.1