MCPcopy Index your code
hub / github.com/codingforentrepreneurs/full-stack-python / pricing_page

Function pricing_page

full_stack_python/pages/pricing.py:163–173  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

161 )
162
163def pricing_page() -> rx.Component:
164 my_child = rx.vstack(
165 rx.heading("Pricing", size="9"),
166 pricing_cards(),
167 spacing="5",
168 justify="center",
169 align="center",
170 min_height="85vh",
171 id='my-child'
172 )
173 return base_page(my_child)

Callers

nothing calls this directly

Calls 2

pricing_cardsFunction · 0.85
base_pageFunction · 0.85

Tested by

no test coverage detected