diff --git a/packages/lib/modules/pool/PoolList/PoolListFilters.tsx b/packages/lib/modules/pool/PoolList/PoolListFilters.tsx
index 14eb480b5e..4c3c1b99c9 100644
--- a/packages/lib/modules/pool/PoolList/PoolListFilters.tsx
+++ b/packages/lib/modules/pool/PoolList/PoolListFilters.tsx
@@ -627,18 +627,20 @@ export function PoolListFilters() {
-
+ {!isBalancer && (
+
+ )}
)
diff --git a/packages/lib/shared/pages/PoolsPage/BuildPromo.tsx b/packages/lib/shared/pages/PoolsPage/BuildPromo.tsx
new file mode 100644
index 0000000000..e0c43413eb
--- /dev/null
+++ b/packages/lib/shared/pages/PoolsPage/BuildPromo.tsx
@@ -0,0 +1,107 @@
+'use client'
+
+import { Box, Button, Center, Flex, Heading, Link, Text, HStack, Stack } from '@chakra-ui/react'
+import FadeInOnView from '@repo/lib/shared/components/containers/FadeInOnView'
+import NextLink from 'next/link'
+import { ArrowUpRight } from 'react-feather'
+import { RadialPattern } from '../../components/zen/RadialPattern'
+
+export function BuildPromo() {
+ return (
+
+
+
+
+
+
+
+
+
+ Ready to build on Balancer?
+
+
+ Start by creating your own pool. Or prototype your own AMM with the most extensive
+ DeFi builder toolkit.
+
+
+
+ }
+ size="lg"
+ variant="primary"
+ >
+ Create a pool
+
+ }
+ size="lg"
+ variant="tertiary"
+ >
+ Prototype on v3
+
+
+
+
+
+ View the docs
+
+
+
+
+
+
+
+
+
+