From ea70fc12ac80607e7f7b9f86300a78989db5905d Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Fri, 21 Feb 2025 10:07:15 -0500 Subject: [PATCH] fix text --- app/(services)/content/page.jsx | 5 ++--- app/(services)/performance/page.jsx | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) 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 */} - +
{/* End Header */} {/* ============================================= diff --git a/app/(services)/performance/page.jsx b/app/(services)/performance/page.jsx index fbcac95..ca8e80f 100644 --- a/app/(services)/performance/page.jsx +++ b/app/(services)/performance/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,6 +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', @@ -20,8 +20,8 @@ const ServiceV1 = () => {
{/* End Page SEO Content */} - - +
+ {/**/} {/* End Header */} {/* =============================================