Skip to content

Commit c9add41

Browse files
authored
remove landing cta (#1639)
1 parent 77a9cdb commit c9add41

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pcweb/pages/landing/landing.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
from pcweb.pages.landing.views.outcomes_section import outcomes_section
1010
from pcweb.pages.landing.views.products import products
1111
from pcweb.pages.landing.views.security import security
12-
from pcweb.pages.landing.views.start_building import start_building
1312
from pcweb.templates.mainpage import mainpage
1413

1514

@@ -24,6 +23,5 @@ def landing() -> rx.Component:
2423
hosting_section(),
2524
outcomes_section(),
2625
security(),
27-
start_building(),
2826
class_name="flex flex-col size-full justify-center items-center",
2927
)

0 commit comments

Comments
 (0)