From e43631afb1060775a266be98e5b37211e77c790d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 01:40:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e17356d..68831a9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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} /> -- 2.49.1