diff options
| author | real-zephex <[email protected]> | 2024-05-19 08:00:13 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-05-19 08:00:13 +0530 |
| commit | 6ef5bd54d5cdea80adc6972dbcb662908b3e39dd (patch) | |
| tree | 55c1c4ca2823ba62f2184d2de0ac29c4535117a5 /src/app/page.jsx | |
| parent | minor changes to the manga page (diff) | |
| download | dramalama-6ef5bd54d5cdea80adc6972dbcb662908b3e39dd.tar.xz dramalama-6ef5bd54d5cdea80adc6972dbcb662908b3e39dd.zip | |
added series support
Diffstat (limited to 'src/app/page.jsx')
| -rw-r--r-- | src/app/page.jsx | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/app/page.jsx b/src/app/page.jsx index 4f9eda2..91f9551 100644 --- a/src/app/page.jsx +++ b/src/app/page.jsx @@ -42,6 +42,15 @@ export default async function Home() { <p>Your one stop for all your movie needs</p> </div> </Link> + <Link + href={"/web-series"} + title="Click here to get redirected to the kdrama webpage" + > + <div className={styles.movies}> + <h2>Web Series</h2> + <p>Your one stop for all your web-series needs</p> + </div> + </Link> </div> </div> </main> |