diff --git a/public/assets/css/style.css b/public/assets/css/style.css index b3a16c0..da6ac85 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -3909,7 +3909,7 @@ a.logo:hover { } .body-scrolled .social-nav { - color: var(--color-dark-3); + color: #00898b; } /* Menu sub */ diff --git a/src/components/Blogs/Blog.tsx b/src/components/Blogs/Blog.tsx index 809e60f..ff63cea 100644 --- a/src/components/Blogs/Blog.tsx +++ b/src/components/Blogs/Blog.tsx @@ -15,24 +15,12 @@ export default async function Blog() {

Our Blog

-

Check the latest news about our company in our blog.

-

- There are three kinds of web developer specialization front-end developer, back-end developer, and - full-stack developer. +

Knowledge and Support for Your Cancer Journey

+

+ Cancer treatment involves a team of specialists providing personalized, comprehensive care. Staying + informed and engaged empowers you to choose the best approach. Remember, you’re not alone in this journey.

-
-
- - - Our blog - - - -
-
{/* Blog Posts Grid */}
diff --git a/src/components/Blogs/BlogDetail.tsx b/src/components/Blogs/BlogDetail.tsx index 2b4c825..bf05b87 100644 --- a/src/components/Blogs/BlogDetail.tsx +++ b/src/components/Blogs/BlogDetail.tsx @@ -4,6 +4,7 @@ import { RichText } from "@payloadcms/richtext-lexical/react"; import { headers } from "next/headers"; import Image from "next/image"; import { notFound } from "next/navigation"; +import Blog from "./Blog"; export interface BlogDetailProps { slug: string | undefined; @@ -48,10 +49,14 @@ export default async function BlogDetail({ slug }: BlogDetailProps) { {/* End Post */}
{/* End Content */} +
{/* End Section */} +
+ +
); }