From f2c4ff32b55a981ae1a2b03537471ea9be9bd3fb Mon Sep 17 00:00:00 2001
From: Bel Curcio <curciobel@gmail.com>
Date: Tue, 8 Jun 2021 12:30:22 -0300
Subject: [PATCH] changes

---
 pages/index.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pages/index.tsx b/pages/index.tsx
index 6f907f8f5..5d21aa07b 100644
--- a/pages/index.tsx
+++ b/pages/index.tsx
@@ -26,7 +26,7 @@ export async function getStaticProps({
       brands,
       pages,
     },
-    revalidate: 14400,
+    revalidate: 600,
   }
 }