aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-05-19 21:49:13 +0530
committerreal-zephex <[email protected]>2024-05-19 21:49:13 +0530
commitee6f5fc32a863531d75041bac245f4b13d75db4d (patch)
tree906fa061fc4c74419e400d3df44bd93c3e237ba8 /src
parenttest (diff)
downloaddramalama-ee6f5fc32a863531d75041bac245f4b13d75db4d.tar.xz
dramalama-ee6f5fc32a863531d75041bac245f4b13d75db4d.zip
✨ style(homepage): removed unnecessary sub text from the homepage cards and changed web-series to series
Diffstat (limited to 'src')
-rw-r--r--src/app/page.jsx12
1 files changed, 2 insertions, 10 deletions
diff --git a/src/app/page.jsx b/src/app/page.jsx
index a53a14f..b2bcc5f 100644
--- a/src/app/page.jsx
+++ b/src/app/page.jsx
@@ -32,7 +32,7 @@ export default async function Home() {
</Link>
<Link
href={"/movies"}
- title="Click here to get redirected to the kdrama webpage"
+ title="Click here to get redirected to the movie webpage"
>
<div className={styles.movies}>
<h2>Movies</h2>
@@ -40,20 +40,12 @@ export default async function Home() {
</Link>
<Link
href={"/web-series"}
- title="Click here to get redirected to the kdrama webpage"
+ title="Click here to get redirected to the series webpage"
>
<div className={styles.series}>
<h2>Series</h2>
</div>
</Link>
- <Link
- href={"/web-series"}
- title="Click here to get redirected to the kdrama webpage"
- >
- <div className={styles.movies}>
- <h2>Web Series</h2>
- </div>
- </Link>
</div>
</div>
</main>