performance page
This commit is contained in:
@@ -104,7 +104,7 @@ const ServiceV1 = () => {
|
||||
<div className="title-style-three">
|
||||
<h2>
|
||||
<span>
|
||||
We do
|
||||
We do
|
||||
<Image width="530" height="54" src="/images/shape/line-shape-6.svg" alt="image" />
|
||||
</span>
|
||||
more.
|
||||
|
||||
@@ -10,6 +10,8 @@ import FancyFeatureThirtyThree from "../../../components/features/FancyFeatureTh
|
||||
import Image from "next/image";
|
||||
import FooterFinSite from "@/components/footer/FooterFinSite";
|
||||
import Header from "../../../components/header/Header";
|
||||
import FeatureThree from "@/components/features/FeatureThree";
|
||||
import FeatureFive from "@/components/features/FeatureFive";
|
||||
|
||||
export const metadata = {
|
||||
title: 'Service Version 1 || Deski-Saas & Software Nextjs Template',
|
||||
@@ -67,6 +69,36 @@ const ServiceV1 = () => {
|
||||
</div>
|
||||
{/* /.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
|
||||
============================================== */}
|
||||
@@ -102,6 +134,36 @@ const ServiceV1 = () => {
|
||||
</div>
|
||||
{/* /.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
|
||||
===================================================== */}
|
||||
|
||||
Reference in New Issue
Block a user