We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77a9cdb commit c9add41Copy full SHA for c9add41
pcweb/pages/landing/landing.py
@@ -9,7 +9,6 @@
9
from pcweb.pages.landing.views.outcomes_section import outcomes_section
10
from pcweb.pages.landing.views.products import products
11
from pcweb.pages.landing.views.security import security
12
-from pcweb.pages.landing.views.start_building import start_building
13
from pcweb.templates.mainpage import mainpage
14
15
@@ -24,6 +23,5 @@ def landing() -> rx.Component:
24
23
hosting_section(),
25
outcomes_section(),
26
security(),
27
- start_building(),
28
class_name="flex flex-col size-full justify-center items-center",
29
)
0 commit comments