chore: Update marketplace grid layout for larger screens

This commit is contained in:
Mauro Balades
2024-08-17 23:05:33 +02:00
parent eca094343e
commit 3f20072951
2 changed files with 2 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ export default function Features() {
useEffect(() => {
setInterval(() => {
setFeature((feature) => (feature + 1) % 3);
}, 10000);
}, 9000);
}, []);
return (
<div className="relative w-full mb-52 p-5 xl:p-0">