diff --git a/src/components/AboutCategories.tsx b/src/components/AboutCategories.tsx
index 90dfef3..184a7c5 100644
--- a/src/components/AboutCategories.tsx
+++ b/src/components/AboutCategories.tsx
@@ -1,5 +1,5 @@
import React from 'react';
-import { Box, Text, Link } from '@chakra-ui/react';
+import { Box, Text } from '@chakra-ui/react';
import { aboutCategories } from '../data/links';
@@ -15,7 +15,21 @@ export function AboutCategories({ category }: any) {
Sobre {category}
-
+
{description}
diff --git a/src/pages/Search.tsx b/src/pages/Search.tsx
index 3a34a48..c38782c 100644
--- a/src/pages/Search.tsx
+++ b/src/pages/Search.tsx
@@ -130,6 +130,8 @@ export default function Search() {
direction='column'
mt='10'
pb='10'
+ position='sticky'
+ top='16'
>