aboutsummaryrefslogtreecommitdiff
path: root/pages/page2.js
diff options
context:
space:
mode:
Diffstat (limited to 'pages/page2.js')
-rw-r--r--pages/page2.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/pages/page2.js b/pages/page2.js
index d21c5c0..569bd67 100644
--- a/pages/page2.js
+++ b/pages/page2.js
@@ -12,7 +12,10 @@ export default function Home() {
<main className={styles.main}>
<h1>The Cause Of This War</h1>
- <Button variant="contained" color="primary" href="#">Next Page</Button>
+ <p>The British blocked American ships to enter Europe and American ships were forced to join the Royal Navy.</p>
+ <img src="https://www.maritime-executive.com/media/images/article/Photos/Navy_Govt_CoastGuard/warships-war-of-1812.351492.jpg"/>
+ <br />
+ <Button variant="contained" color="primary" href="page3">Next Page</Button>
</main>
</div>
)