Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-05 19:04:27 +00:00

View File

@@ -64,21 +64,11 @@ export default function CustomizePage() {
tagIcon={Award}
negativeCard={{
items: [
"Limited to preset designs",
"No color control",
"Fixed size options",
"No design feedback",
"Generic results",
],
"Limited to preset designs", "No color control", "Fixed size options", "No design feedback", "Generic results"],
}}
positiveCard={{
items: [
"Full creative freedom",
"Unlimited color choices",
"Any size available",
"Expert design consultation",
"Unique personalized rugs",
],
"Full creative freedom", "Unlimited color choices", "Any size available", "Expert design consultation", "Unique personalized rugs"],
}}
animationType="blur-reveal"
textboxLayout="default"
@@ -99,7 +89,7 @@ export default function CustomizePage() {
{ text: "View Design Gallery", href: "/shop" },
]}
buttonAnimation="slide-up"
background={{ variant: "glowing-orb" }}
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
/>
</div>