feat: continue to work on site
This commit is contained in:
+7
-4
@@ -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}> </div>
|
||||
</>
|
||||
))}
|
||||
</main>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user