Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-03-10 01:42:44 +00:00

View File

@@ -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}
/>
</div>