diff options
Diffstat (limited to 'src/app/page.jsx')
| -rw-r--r-- | src/app/page.jsx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/app/page.jsx b/src/app/page.jsx index 29c4857..4c99113 100644 --- a/src/app/page.jsx +++ b/src/app/page.jsx @@ -48,6 +48,11 @@ export default async function Home() { "Infinity loop I'll watch just one k-drama, ok one more, ok wait...", "https://ih1.redbubble.net/image.2656505524.2951/poster,504x498,f8f8f8-pad,600x600,f8f8f8.jpg" )} + {homePageCards( + "movies", + "Dive into a world of thrilling adventure and heart-pounding suspense", + "https://images.hdqwalls.com/download/poster-avengers-endgame-ni-1920x1080.jpg" + )} </section> ); } |