diff options
| author | real-zephex <[email protected]> | 2024-05-19 21:44:39 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-05-19 21:44:39 +0530 |
| commit | dc2921c7db924c36a98eb79ab5ceefe14d1803d1 (patch) | |
| tree | 82025b199767da5f7ea716dc386e68481485a3b6 /src/app/page.jsx | |
| parent | Merge branch 'master' of https://github.com/real-zephex/Dramalama-Next (diff) | |
| download | dramalama-dc2921c7db924c36a98eb79ab5ceefe14d1803d1.tar.xz dramalama-dc2921c7db924c36a98eb79ab5ceefe14d1803d1.zip | |
Revert "style(homepage): removed unnecessary sub text from the homepage cards and changed web-series to series"
This reverts commit c45c453fc1d58d553bcf07b7e186d9029a82cbeb.
Diffstat (limited to 'src/app/page.jsx')
| -rw-r--r-- | src/app/page.jsx | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/src/app/page.jsx b/src/app/page.jsx index 43938b4..91f9551 100644 --- a/src/app/page.jsx +++ b/src/app/page.jsx @@ -12,6 +12,7 @@ export default async function Home() { > <div className={styles.anime}> <h2>Anime</h2> + <p>Your one stop for all your anime needs</p> </div> </Link> <Link @@ -20,6 +21,7 @@ export default async function Home() { > <div className={styles.manga}> <h2>Manga</h2> + <p>Your one stop for all your manga needs</p> </div> </Link> <Link @@ -28,6 +30,7 @@ export default async function Home() { > <div className={styles.kdrama}> <h2>Kdrama</h2> + <p>Your one stop for all your kdrama needs</p> </div> </Link> <Link @@ -36,14 +39,7 @@ export default async function Home() { > <div className={styles.movies}> <h2>Movies</h2> - </div> - </Link> - <Link - href={"/web-series"} - title="Click here to get redirected to the kdrama webpage" - > - <div className={styles.series}> - <h2>Series</h2> + <p>Your one stop for all your movie needs</p> </div> </Link> <Link |