diff --git a/apps/hub/src/app/pools/PoolsPageContent.tsx b/apps/hub/src/app/pools/PoolsPageContent.tsx index 7783c1553..2db8496c4 100755 --- a/apps/hub/src/app/pools/PoolsPageContent.tsx +++ b/apps/hub/src/app/pools/PoolsPageContent.tsx @@ -5,6 +5,7 @@ import Image from "next/image"; import { useSearchParams } from "next/navigation"; import { SWRFallback } from "@bera/berajs"; import { cloudinaryUrl } from "@bera/config"; +import { Icons } from "@bera/ui/icons"; import { unstable_serialize } from "swr"; import { PoolSearch } from "./PoolsTable"; @@ -17,41 +18,53 @@ export function PoolsPageContent({ pools }: { pools?: any }) { -
- {/* Large Screen */} -
- Large Screen Image +
+ {/* Full-Width Banner Section */} +
+
+
+
+
+
+ + Pools Banner +
+ + {/* Text Overlay */} +
+ {/* NOTE: these breakpoints are set in the parent container, but to inset this like the table ~and~ overlay it we need them here */} +
+
+
+ +

+ POOLS +

+
+ +

+ Add liquidity
{" "} + or Create a pool +

+

+ Earn swap fees and BGT incentives +

+
+
+
- {/* Tablet Screen -
- Tablet Screen Image -
*/} - - {/* Mobile Screen */} - {/*
- Mobile Screen Image -
*/} - - + {/* Pool Search Section */} +
+ +
);