performance page
This commit is contained in:
@@ -104,7 +104,7 @@ const ServiceV1 = () => {
|
|||||||
<div className="title-style-three">
|
<div className="title-style-three">
|
||||||
<h2>
|
<h2>
|
||||||
<span>
|
<span>
|
||||||
We do
|
We do
|
||||||
<Image width="530" height="54" src="/images/shape/line-shape-6.svg" alt="image" />
|
<Image width="530" height="54" src="/images/shape/line-shape-6.svg" alt="image" />
|
||||||
</span>
|
</span>
|
||||||
more.
|
more.
|
||||||
|
|||||||
@@ -10,6 +10,8 @@ import FancyFeatureThirtyThree from "../../../components/features/FancyFeatureTh
|
|||||||
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";
|
import Header from "../../../components/header/Header";
|
||||||
|
import FeatureThree from "@/components/features/FeatureThree";
|
||||||
|
import FeatureFive from "@/components/features/FeatureFive";
|
||||||
|
|
||||||
export const metadata = {
|
export const metadata = {
|
||||||
title: 'Service Version 1 || Deski-Saas & Software Nextjs Template',
|
title: 'Service Version 1 || Deski-Saas & Software Nextjs Template',
|
||||||
@@ -67,6 +69,36 @@ const ServiceV1 = () => {
|
|||||||
</div>
|
</div>
|
||||||
{/* /.fancy-text-block-eleven */}
|
{/* /.fancy-text-block-eleven */}
|
||||||
|
|
||||||
|
|
||||||
|
{/* =============================================
|
||||||
|
Fancy Text block Four
|
||||||
|
============================================== */}
|
||||||
|
<div className="fancy-text-block-four pt-130 pb-120 md-pt-100 md-pb-80">
|
||||||
|
<div className="container">
|
||||||
|
<div className="row">
|
||||||
|
<div className="col-xl-7 col-lg-8">
|
||||||
|
<div className="title-style-one mb-40 md-mb-20">
|
||||||
|
<h2>For all kinds of Teams</h2>
|
||||||
|
<p className="font-rubik">
|
||||||
|
Duis aute irure dolor in reprehenderit in voluptate velit io
|
||||||
|
cillum dolore eu fugiat nulla pariatur non labrum.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
{/* /.title-style-one */}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div className="wrapper">
|
||||||
|
<div className="row justify-content-center">
|
||||||
|
<FeatureThree />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
{/* /.fancy-text-block-four */}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{/* =============================================
|
{/* =============================================
|
||||||
Fancy Feature Six
|
Fancy Feature Six
|
||||||
============================================== */}
|
============================================== */}
|
||||||
@@ -102,6 +134,36 @@ const ServiceV1 = () => {
|
|||||||
</div>
|
</div>
|
||||||
{/* /.fancy-feature-six */}
|
{/* /.fancy-feature-six */}
|
||||||
|
|
||||||
|
|
||||||
|
{/* =============================================
|
||||||
|
Fancy Text block Five
|
||||||
|
============================================== */}
|
||||||
|
<div className="fancy-text-block-five pt-130 pb-160 md-pt-100 md-pb-100">
|
||||||
|
<div className="container">
|
||||||
|
<div className="row">
|
||||||
|
<div className="col-lg-7 ms-auto">
|
||||||
|
<div className="title-style-one mb-50 md-mb-30">
|
||||||
|
<h2>For all kinds of Startup</h2>
|
||||||
|
<p className="font-rubik">
|
||||||
|
Excepteur sint occaecat cupidat non proident, sunt in culpa
|
||||||
|
qui officia deserunt mollit anim est laborum.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
{/* /.title-style-one */}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div className="wrapper">
|
||||||
|
<div className="row justify-content-center">
|
||||||
|
<FeatureFive />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
{/* /.block-style-five */}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{/* =====================================================
|
{/* =====================================================
|
||||||
Fancy Text block Twelve
|
Fancy Text block Twelve
|
||||||
===================================================== */}
|
===================================================== */}
|
||||||
|
|||||||
Reference in New Issue
Block a user