From d8668cc50e73420a94be75f82a8b21e51ee40693 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 01:42:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4bb38e7..ca90579 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,7 +44,7 @@ export default function LandingPage() { tag="Premium Clothing" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "glowing-orb" }} imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-posing-with-green-background_23-2149157610.jpg" imageAlt="Cinco premium clothing showcase" imagePosition="right" @@ -153,20 +153,16 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Emma Rodriguez", handle: "@emmasstyle", testimonial: "Cinco pieces have become staples in my wardrobe. The quality is exceptional and the designs are timeless. I've never felt more confident in my clothing.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-portrait-smiling_1303-2293.jpg", imageAlt: "Emma Rodriguez" + id: "1", name: "Emma Rodriguez", handle: "@emmasstyle", testimonial: "Cinco pieces have become staples in my wardrobe. The quality is exceptional and the designs are timeless. I've never felt more confident in my clothing.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-portrait-smiling_1303-2293.jpg", imageAlt: "Emma Rodriguez" }, { - id: "2", name: "James Chen", handle: "@jamesmenswear", testimonial: "Finally found a brand that understands true quality. Every detail matters with Cinco. These are investments, not just purchases.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/fashion-stylish-model-dressed-elegant-light-pink-suit_158538-7045.jpg", imageAlt: "James Chen" + id: "2", name: "James Chen", handle: "@jamesmenswear", testimonial: "Finally found a brand that understands true quality. Every detail matters with Cinco. These are investments, not just purchases.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fashion-stylish-model-dressed-elegant-light-pink-suit_158538-7045.jpg", imageAlt: "James Chen" }, { - id: "3", name: "Sophie Bennett", handle: "@sophieluxe", testimonial: "The attention to sustainability and ethical production is refreshing. I feel good about where my money is going while looking absolutely beautiful.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/designer-face-mask-studio-show-room_53876-100303.jpg", imageAlt: "Sophie Bennett" + id: "3", name: "Sophie Bennett", handle: "@sophieluxe", testimonial: "The attention to sustainability and ethical production is refreshing. I feel good about where my money is going while looking absolutely beautiful.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/designer-face-mask-studio-show-room_53876-100303.jpg", imageAlt: "Sophie Bennett" }, { - id: "4", name: "Marcus Johnson", handle: "@marcusfashion", testimonial: "Cinco delivers on every promise. Premium materials, impeccable fit, and customer service that actually cares. Highly recommend.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-blond-bearded-male-dressed-suit-grey-background_613910-11862.jpg", imageAlt: "Marcus Johnson" + id: "4", name: "Marcus Johnson", handle: "@marcusfashion", testimonial: "Cinco delivers on every promise. Premium materials, impeccable fit, and customer service that actually cares. Highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-blond-bearded-male-dressed-suit-grey-background_613910-11862.jpg", imageAlt: "Marcus Johnson" } ]} buttons={[ @@ -188,7 +184,7 @@ export default function LandingPage() { { text: "Subscribe to Updates", href: "#" } ]} buttonAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "glowing-orb" }} useInvertedBackground={false} /> -- 2.49.1