sercice pages
This commit is contained in:
@@ -9,6 +9,8 @@ import FeatureSixV2 from "../../../components/features/FeatureSixV2";
|
||||
import CallToActionThree from "../../../components/call-to-action/CallToActionThree";
|
||||
import FancyFeatureThirtyThree from "../../../components/features/FancyFeatureThirtyThree";
|
||||
import Image from "next/image";
|
||||
import FooterFinSite from "@/components/footer/FooterFinSite";
|
||||
|
||||
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.`,
|
||||
@@ -163,29 +165,7 @@ const ServiceV1 = () => {
|
||||
</div>
|
||||
{/* <!-- /.fancy-text-block-twelve --> */}
|
||||
|
||||
{/* =====================================================
|
||||
Counter With Icon One
|
||||
===================================================== */}
|
||||
<div className="counter-with-icon-one pt-120 md-pt-70">
|
||||
<div className="container">
|
||||
<CounterThree />
|
||||
</div>
|
||||
</div>
|
||||
{/* /.counter-with-icon-one */}
|
||||
|
||||
{/* =====================================================
|
||||
Fancy Short Banner Three
|
||||
===================================================== */}
|
||||
<div className="fancy-short-banner-three mt-200 md-mt-150">
|
||||
<div className="container">
|
||||
<div className="bg-wrapper">
|
||||
<CallToActionThree />
|
||||
</div>
|
||||
{/* /.bg-wrapper */}
|
||||
</div>
|
||||
{/* /.container */}
|
||||
</div>
|
||||
{/* /.fancy-short-banner-four */}
|
||||
|
||||
{/* =====================================================
|
||||
Footer Style Two
|
||||
@@ -193,7 +173,7 @@ const ServiceV1 = () => {
|
||||
<footer className="theme-footer-two pt-150 md-pt-80">
|
||||
<div className="top-footer">
|
||||
<div className="container">
|
||||
<FooterTwo />
|
||||
<FooterFinSite />
|
||||
</div>
|
||||
{/* /.container */}
|
||||
</div>
|
||||
|
||||
+4
-3
@@ -12,6 +12,7 @@ import FaqFour from "../components/faq/FaqFour";
|
||||
import FooterFour from "../components/footer/FooterFour";
|
||||
import CallToActionFive from "../components/call-to-action/CallToActionFive";
|
||||
import Image from "next/image";
|
||||
import FooterFinSite from "@/components/footer/FooterFinSite";
|
||||
|
||||
|
||||
export const metadata = {
|
||||
@@ -152,7 +153,7 @@ export default function Home () {
|
||||
<footer className="theme-footer-four">
|
||||
<div className="top-footer">
|
||||
<div className="container">
|
||||
<FooterFour />
|
||||
<FooterFinSite />
|
||||
</div>
|
||||
{/* /.container */}
|
||||
</div>
|
||||
@@ -166,9 +167,9 @@ export default function Home () {
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
>
|
||||
NAME OF
|
||||
Bread Agency
|
||||
</a>{" "}
|
||||
PRODUCT.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
{/* /.bottom-footer */}
|
||||
|
||||
Reference in New Issue
Block a user