[#773,website][xs]: add gallery and community sections to the landing page

This commit is contained in:
deme
2023-04-19 20:17:11 -03:00
parent 2dbfbbd552
commit 342eabbb3d
16 changed files with 199 additions and 5 deletions

View File

@@ -0,0 +1,7 @@
export default function Container({ children }) {
return (
<div className="lg:max-w-8xl mx-auto px-4 lg:px-8 xl:px-12 mb-32">
{children}
</div>
);
}