Merge version_1 into main #2

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

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="small"
sizing="mediumLarge"
background="aurora"
background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="double-inset"
secondaryButtonStyle="radial-glow"
@@ -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"
@@ -100,7 +100,7 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Sustainable Materials", description: "Ethically sourced fabrics and sustainable production methods that honor both quality and environment.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-pastel-golden-transparent-fabrics_23-2148516032.jpg?_wi=1", imageAlt: "Premium sustainable fabrics", buttonIcon: Leaf,
title: "Sustainable Materials", description: "Ethically sourced fabrics and sustainable production methods that honor both quality and environment.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-pastel-golden-transparent-fabrics_23-2148516032.jpg", imageAlt: "Premium sustainable fabrics", buttonIcon: Leaf,
buttonHref: "#"
},
{
@@ -112,7 +112,7 @@ export default function LandingPage() {
buttonHref: "#"
},
{
title: "Lifetime Support", description: "Cinco stands behind every piece with exceptional customer service and care guidance.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-pastel-golden-transparent-fabrics_23-2148516032.jpg?_wi=2", imageAlt: "Customer care support", buttonIcon: Heart,
title: "Lifetime Support", description: "Cinco stands behind every piece with exceptional customer service and care guidance.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-pastel-golden-transparent-fabrics_23-2148516032.jpg", imageAlt: "Customer care support", buttonIcon: Heart,
buttonHref: "#"
}
]}
@@ -188,7 +188,7 @@ export default function LandingPage() {
{ text: "Subscribe to Updates", href: "#" }
]}
buttonAnimation="slide-up"
background={{ variant: "aurora" }}
background={{ variant: "glowing-orb" }}
useInvertedBackground={false}
/>
</div>