From 3c2fbd155cb3e6dba8aac3ca0ffe6b45537da8a0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 15:48:53 +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 6164e5c..73b9c90 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { { text: "Learn More", href: "#about" }, ]} buttonAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "sparkles-gradient" }} imageSrc="http://img.b2bpic.net/free-photo/young-caucasian-slender-brunette-girl-black-elegant-suit-glasses-sits-by-window-with-glass-drink-evening-lifestyle-concept_197531-32089.jpg" imageAlt="StyleHub Fashion Collection" mediaAnimation="blur-reveal" @@ -114,18 +114,18 @@ export default function LandingPage() { title: "Perfect Sizing Guide", description: "Comprehensive size charts and fitting guides to ensure every piece fits you perfectly. Easy returns and exchanges for complete satisfaction.", icon: Ruler, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-psd/luxury-men-s-fashion-invoice-template_23-2150860024.jpg?_wi=1", imageAlt: "Size chart guide"}, + imageSrc: "http://img.b2bpic.net/free-psd/luxury-men-s-fashion-invoice-template_23-2150860024.jpg", imageAlt: "Size chart guide"}, { - imageSrc: "http://img.b2bpic.net/free-photo/detail-brown-black-feather-backgrounds_23-2148114526.jpg?_wi=1", imageAlt: "Quality fabric detail"}, + imageSrc: "http://img.b2bpic.net/free-photo/detail-brown-black-feather-backgrounds_23-2148114526.jpg", imageAlt: "Quality fabric detail"}, ], }, { title: "Premium Quality Materials", description: "All our garments are crafted from the finest fabrics sourced globally. We maintain rigorous quality standards for durability and comfort in every collection.", icon: Sparkles, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/detail-brown-black-feather-backgrounds_23-2148114526.jpg?_wi=2", imageAlt: "Premium fabric texture"}, + imageSrc: "http://img.b2bpic.net/free-photo/detail-brown-black-feather-backgrounds_23-2148114526.jpg", imageAlt: "Premium fabric texture"}, { - imageSrc: "http://img.b2bpic.net/free-psd/luxury-men-s-fashion-invoice-template_23-2150860024.jpg?_wi=2", imageAlt: "Quality assurance"}, + imageSrc: "http://img.b2bpic.net/free-psd/luxury-men-s-fashion-invoice-template_23-2150860024.jpg", imageAlt: "Quality assurance"}, ], }, ]} @@ -190,7 +190,7 @@ export default function LandingPage() { title="Stay Updated with New Collections" description="Subscribe to our newsletter for exclusive previews of new collections, special discounts, and styling tips from our fashion experts." tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-vector/web-member-signup-page-form-template-with-easy-user-interface_1017-59678.jpg" imageAlt="Newsletter signup" -- 2.49.1