fix text
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
import React from "react";
|
import React from "react";
|
||||||
|
|
||||||
import HeaderTwo from "../../../components/header/HeaderTwo";
|
|
||||||
import FancyVideoFive from "../../../components/video/FancyVideoFive";
|
import FancyVideoFive from "../../../components/video/FancyVideoFive";
|
||||||
import CounterThree from "../../../components/counter/CounterThree";
|
import CounterThree from "../../../components/counter/CounterThree";
|
||||||
import FooterTwo from "../../../components/footer/FooterTwo";
|
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 FancyFeatureThirtyThree from "../../../components/features/FancyFeatureThirtyThree";
|
||||||
import Image from "next/image";
|
import Image from "next/image";
|
||||||
import FooterFinSite from "@/components/footer/FooterFinSite";
|
import FooterFinSite from "@/components/footer/FooterFinSite";
|
||||||
|
import Header from "../../../components/header/Header";
|
||||||
export const metadata = {
|
export const metadata = {
|
||||||
title: 'Service Version 1 || Deski-Saas & Software Nextjs Template',
|
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.`,
|
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 Page SEO Content */}
|
||||||
|
|
||||||
<HeaderTwo />
|
<Header />
|
||||||
{/* End Header */}
|
{/* End Header */}
|
||||||
|
|
||||||
{/* =============================================
|
{/* =============================================
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
import React from "react";
|
import React from "react";
|
||||||
|
|
||||||
import HeaderTwo from "../../../components/header/HeaderTwo";
|
|
||||||
import FancyVideoFive from "../../../components/video/FancyVideoFive";
|
import FancyVideoFive from "../../../components/video/FancyVideoFive";
|
||||||
import CounterThree from "../../../components/counter/CounterThree";
|
import CounterThree from "../../../components/counter/CounterThree";
|
||||||
import FooterTwo from "../../../components/footer/FooterTwo";
|
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 FancyFeatureThirtyThree from "../../../components/features/FancyFeatureThirtyThree";
|
||||||
import Image from "next/image";
|
import Image from "next/image";
|
||||||
import FooterFinSite from "@/components/footer/FooterFinSite";
|
import FooterFinSite from "@/components/footer/FooterFinSite";
|
||||||
|
import Header from "../../../components/header/Header";
|
||||||
|
|
||||||
export const metadata = {
|
export const metadata = {
|
||||||
title: 'Service Version 1 || Deski-Saas & Software Nextjs Template',
|
title: 'Service Version 1 || Deski-Saas & Software Nextjs Template',
|
||||||
@@ -20,8 +20,8 @@ const ServiceV1 = () => {
|
|||||||
<div className="main-page-wrapper p0">
|
<div className="main-page-wrapper p0">
|
||||||
|
|
||||||
{/* End Page SEO Content */}
|
{/* End Page SEO Content */}
|
||||||
|
<Header />
|
||||||
<HeaderTwo />
|
{/*<HeaderTwo />*/}
|
||||||
{/* End Header */}
|
{/* End Header */}
|
||||||
|
|
||||||
{/* =============================================
|
{/* =============================================
|
||||||
|
|||||||
Reference in New Issue
Block a user