feat: continue to work on site

This commit is contained in:
Stevan Freeborn
2023-04-09 23:13:02 -05:00
parent 85e7934c05
commit 5c411b4b9a
11 changed files with 177 additions and 31 deletions
+7 -4
View File
@@ -12,10 +12,13 @@ export default function Home() {
return (
<main className={styles.container}>
{versionTwoSections.map(section => (
<Section key={section.title}>
{section.copy}
{section.example}
</Section>
<>
<Section key={section.title}>
{section.copy}
{section.example}
</Section>
<div className={styles.divider}>&nbsp;</div>
</>
))}
</main>
);