Skip to content

Commit 5995e6d

Browse files
committed
remove duplicate
1 parent 324db04 commit 5995e6d

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

pcweb/pages/pricing/plan_cards.py

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -377,21 +377,6 @@ def popular_card(
377377
)
378378

379379

380-
def pricing_header() -> rx.Component:
381-
"""Header section for the pricing page."""
382-
return rx.box(
383-
rx.el.h3(
384-
"Choose the perfect plan for your needs",
385-
class_name="text-slate-12 text-3xl font-semibold text-center",
386-
),
387-
rx.el.p(
388-
"Start free, scale as you grow, or go enterprise for maximum power",
389-
class_name="text-slate-9 text-xl font-semibold text-center",
390-
),
391-
class_name="flex items-center justify-between text-slate-11 flex-col py-[2.5rem] pt-[10rem] 2xl:border-x border-slate-4 max-w-[64.19rem] mx-auto w-full",
392-
)
393-
394-
395380
def price_cards() -> rx.Component:
396381
"""Render all three pricing plan cards following the tier structure."""
397382

0 commit comments

Comments
 (0)