File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff 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-
395380def price_cards () -> rx .Component :
396381 """Render all three pricing plan cards following the tier structure."""
397382
You can’t perform that action at this time.
0 commit comments