diff --git a/src/app/customize/page.tsx b/src/app/customize/page.tsx index bfd1e3b..ccf5a78 100644 --- a/src/app/customize/page.tsx +++ b/src/app/customize/page.tsx @@ -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} />