From c6803e79ce167a40f29de76ca4f2a566779a6b23 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 19:04:23 +0000 Subject: [PATCH] Update src/app/customize/page.tsx --- src/app/customize/page.tsx | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) 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} /> -- 2.49.1