import React from "react"; import Image from "next/image"; import Link from "next/link"; import { fetchBlog } from "@/services/payload/blog"; import { sanitizeBlogContentIntoStringPreview } from "@/utils/sanitize"; export default async function Blog() { const data = await fetchBlog(undefined); if (!data?.totalDocs) return <>>; return ( <> {/* End Background Shape */}
There are three kinds of web developer specialization front-end developer, back-end developer, and full-stack developer.