diff --git a/website/pages/home/index.jsx b/website/pages/home/index.jsx index 5b7e34162..fff092fbe 100644 --- a/website/pages/home/index.jsx +++ b/website/pages/home/index.jsx @@ -1,7 +1,132 @@ +import Button from '@hashicorp/react-button' +import VERSION from '../../data/version' + export default function Homepage() { return (
coming soon
++ HashiCorp Packer is easy to use and automates the creation of any + type of machine image. It embraces modern configuration management + by encouraging you to use automated scripts to install and configure + the software within your Packer-made images. Packer brings machine + images into the modern age, unlocking untapped potential and opening + new opportunities. +
++ Out of the box Packer comes with support to build images for + Amazon EC2, CloudStack, DigitalOcean, Docker, Google Compute + Engine, Microsoft Azure, QEMU, VirtualBox, VMware, and more. + Support for more platforms is on the way, and anyone can add new + platforms via plugins. +
+