diff --git a/app/(services)/content/page.jsx b/app/(services)/content/page.jsx
index 372027c..edd78ed 100644
--- a/app/(services)/content/page.jsx
+++ b/app/(services)/content/page.jsx
@@ -1,6 +1,5 @@
import React from "react";
-import HeaderTwo from "../../../components/header/HeaderTwo";
import FancyVideoFive from "../../../components/video/FancyVideoFive";
import CounterThree from "../../../components/counter/CounterThree";
import FooterTwo from "../../../components/footer/FooterTwo";
@@ -10,7 +9,7 @@ import CallToActionThree from "../../../components/call-to-action/CallToActionTh
import FancyFeatureThirtyThree from "../../../components/features/FancyFeatureThirtyThree";
import Image from "next/image";
import FooterFinSite from "@/components/footer/FooterFinSite";
-
+import Header from "../../../components/header/Header";
export const metadata = {
title: 'Service Version 1 || Deski-Saas & Software Nextjs Template',
description: `Unleash the full potential of your software projects with our SaaS-focused Next.js template. Create engaging blogs, showcase your talented team, set up an online shop, provide helpful FAQs, and offer exceptional services with our feature-rich solution. Elevate your SaaS and software development with ease and drive growth. Try it now and take your projects to new heights.`,
@@ -21,7 +20,7 @@ const ServiceV1 = () => {
{/* End Page SEO Content */}
-