blog Random is linked now
This commit is contained in:
parent
b705de169f
commit
9268375063
@ -1,4 +1,5 @@
|
|||||||
import Image from "next/image";
|
import Image from "next/image";
|
||||||
|
import Link from "next/link";
|
||||||
|
|
||||||
export default function Random() {
|
export default function Random() {
|
||||||
return (
|
return (
|
||||||
@ -35,9 +36,16 @@ export default function Random() {
|
|||||||
</h2>
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h1 className="text-[18px] font-[600] text-blog-text-default lg:text-[28px]">
|
<Link
|
||||||
|
href={
|
||||||
|
"/blog/posts/How to Fix Error 404 Not Found on Your WordPress Site"
|
||||||
|
}
|
||||||
|
>
|
||||||
|
<h2 className="text-[18px] font-[600] text-blog-text-default lg:text-[28px]">
|
||||||
How to Fix Error 404 Not Found on Your WordPress Site
|
How to Fix Error 404 Not Found on Your WordPress Site
|
||||||
</h1>
|
</h2>
|
||||||
|
</Link>
|
||||||
|
|
||||||
<p className="text-[16px] font-[400] text-blog-text-passive">
|
<p className="text-[16px] font-[400] text-blog-text-passive">
|
||||||
User research is the reality check every project needs. Here’s our
|
User research is the reality check every project needs. Here’s our
|
||||||
guide to why you should be doing it — and how to get started.
|
guide to why you should be doing it — and how to get started.
|
||||||
@ -69,9 +77,15 @@ export default function Random() {
|
|||||||
</h2>
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h1 className="text-[18px] font-[600] text-blog-text-default lg:text-[28px]">
|
<Link
|
||||||
|
href={
|
||||||
|
"/blog/posts/How to Fix Error 404 Not Found on Your WordPress Site"
|
||||||
|
}
|
||||||
|
>
|
||||||
|
<h2 className="text-[18px] font-[600] text-blog-text-default lg:text-[28px]">
|
||||||
How to Fix Error 404 Not Found on Your WordPress Site
|
How to Fix Error 404 Not Found on Your WordPress Site
|
||||||
</h1>
|
</h2>
|
||||||
|
</Link>
|
||||||
<p className="text-[16px] font-[400] text-blog-text-passive">
|
<p className="text-[16px] font-[400] text-blog-text-passive">
|
||||||
User research is the reality check every project needs. Here’s our
|
User research is the reality check every project needs. Here’s our
|
||||||
guide to why you should be doing it — and how to get started.
|
guide to why you should be doing it — and how to get started.
|
||||||
@ -103,9 +117,15 @@ export default function Random() {
|
|||||||
</h2>
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<Link
|
||||||
|
href={
|
||||||
|
"/blog/posts/How to Fix Error 404 Not Found on Your WordPress Site"
|
||||||
|
}
|
||||||
|
>
|
||||||
<h1 className="text-[18px] font-[600] text-blog-text-default lg:text-[28px]">
|
<h1 className="text-[18px] font-[600] text-blog-text-default lg:text-[28px]">
|
||||||
How to Fix Error 404 Not Found on Your WordPress Site
|
How to Fix Error 404 Not Found on Your WordPress Site
|
||||||
</h1>
|
</h1>
|
||||||
|
</Link>
|
||||||
<p className="text-[16px] font-[400] text-blog-text-passive">
|
<p className="text-[16px] font-[400] text-blog-text-passive">
|
||||||
User research is the reality check every project needs. Here’s our
|
User research is the reality check every project needs. Here’s our
|
||||||
guide to why you should be doing it — and how to get started.
|
guide to why you should be doing it — and how to get started.
|
||||||
@ -137,9 +157,15 @@ export default function Random() {
|
|||||||
</h2>
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<Link
|
||||||
|
href={
|
||||||
|
"/blog/posts/How to Fix Error 404 Not Found on Your WordPress Site"
|
||||||
|
}
|
||||||
|
>
|
||||||
<h1 className="text-[18px] font-[600] text-blog-text-default lg:text-[28px]">
|
<h1 className="text-[18px] font-[600] text-blog-text-default lg:text-[28px]">
|
||||||
How to Fix Error 404 Not Found on Your WordPress Site
|
How to Fix Error 404 Not Found on Your WordPress Site
|
||||||
</h1>
|
</h1>
|
||||||
|
</Link>
|
||||||
<p className="text-[16px] font-[400] text-blog-text-passive">
|
<p className="text-[16px] font-[400] text-blog-text-passive">
|
||||||
User research is the reality check every project needs. Here’s our
|
User research is the reality check every project needs. Here’s our
|
||||||
guide to why you should be doing it — and how to get started.
|
guide to why you should be doing it — and how to get started.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user