Skip to content

Commit

Permalink
placeholder comment
Browse files Browse the repository at this point in the history
  • Loading branch information
luiztauffer committed Nov 10, 2023
1 parent f12680a commit 9fcb4fb
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,16 @@ function HomepageHeader() {
Get Started with Domino
</Link>
</div>

{/* <br />
<br />
<div style={{ textAlign: 'center' }}>
<img
src="img/intro/create-workflow.gif"
alt="Domino - Build amazing ideas, Piece by Piece"
style={{ maxWidth: '100%', height: 'auto' }}
/>
</div> */}
</div>
</header>
);
Expand All @@ -129,7 +139,7 @@ export default function Home(): JSX.Element {
return (
<Layout
title={`${siteConfig.title}`}
description="Description will go into a meta tag in <head />">
description="Domino - Build amazing ideas, Piece by Piece ">
<HomepageHeader />
<main>
<HomepageFeatures />
Expand Down

0 comments on commit 9fcb4fb

Please sign in to comment.