@@ -68,6 +53,12 @@ export default async function Blog() {
))}
{/* End Post Item */}
+
+
+ Our blog
+
+
+
{/* End Blog Posts Grid */}
>
diff --git a/src/components/Homepage.tsx b/src/components/Homepage.tsx
index ac4d043..fe37b41 100644
--- a/src/components/Homepage.tsx
+++ b/src/components/Homepage.tsx
@@ -3,16 +3,10 @@ import React from "react";
import Facts from "./Facts";
import Service from "./Service";
import Image from "next/image";
-import Testimonials from "./Testimonials";
import Blog from "./Blogs/Blog";
-import Newsletter from "./Newsletter";
-import Contact from "./Contacts/Contact";
import Link from "next/link";
-import TestimonialsDark from "./TestimonialsDark";
-import ContactDark from "./ContactDark";
import { features4 } from "@/data/features";
import Cta3 from "./cta3";
-import { fetchBlog } from "@/services/payload/blog";
export default function homepage({ onePage = false, dark = false }) {
return (