From c5caa37d58cdbce0ac485afff57c8f225518597f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 11:18:54 +0000 Subject: [PATCH] Update src/app/custom/page.tsx --- src/app/custom/page.tsx | 107 +++++----------------------------------- 1 file changed, 12 insertions(+), 95 deletions(-) diff --git a/src/app/custom/page.tsx b/src/app/custom/page.tsx index 44add46..66ea1a4 100644 --- a/src/app/custom/page.tsx +++ b/src/app/custom/page.tsx @@ -25,30 +25,13 @@ export default function LandingPage() { @@ -82,73 +54,18 @@ export default function LandingPage() { useInvertedBackground={false} title="Our Custom Process" description="From sketch to final bloom." - negativeCard={{ - items: [ - "Initial Consultation", - "Color Matching", - ], - }} - positiveCard={{ - items: [ - "Design Proofs", - "Final Creation", - ], - }} + negativeCard={{ items: ["Initial Consultation", "Color Matching"] }} + positiveCard={{ items: ["Design Proofs", "Final Creation"] }} /> ); -} +} \ No newline at end of file