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 CallToActionThree from "../../../components/call-to-action/CallToActionThree";
|
||||||
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";
|
||||||
|
|
||||||
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.`,
|
||||||
@@ -163,29 +165,7 @@ const ServiceV1 = () => {
|
|||||||
</div>
|
</div>
|
||||||
{/* <!-- /.fancy-text-block-twelve --> */}
|
{/* <!-- /.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
|
Footer Style Two
|
||||||
@@ -193,7 +173,7 @@ const ServiceV1 = () => {
|
|||||||
<footer className="theme-footer-two pt-150 md-pt-80">
|
<footer className="theme-footer-two pt-150 md-pt-80">
|
||||||
<div className="top-footer">
|
<div className="top-footer">
|
||||||
<div className="container">
|
<div className="container">
|
||||||
<FooterTwo />
|
<FooterFinSite />
|
||||||
</div>
|
</div>
|
||||||
{/* /.container */}
|
{/* /.container */}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
+4
-3
@@ -12,6 +12,7 @@ import FaqFour from "../components/faq/FaqFour";
|
|||||||
import FooterFour from "../components/footer/FooterFour";
|
import FooterFour from "../components/footer/FooterFour";
|
||||||
import CallToActionFive from "../components/call-to-action/CallToActionFive";
|
import CallToActionFive from "../components/call-to-action/CallToActionFive";
|
||||||
import Image from "next/image";
|
import Image from "next/image";
|
||||||
|
import FooterFinSite from "@/components/footer/FooterFinSite";
|
||||||
|
|
||||||
|
|
||||||
export const metadata = {
|
export const metadata = {
|
||||||
@@ -152,7 +153,7 @@ export default function Home () {
|
|||||||
<footer className="theme-footer-four">
|
<footer className="theme-footer-four">
|
||||||
<div className="top-footer">
|
<div className="top-footer">
|
||||||
<div className="container">
|
<div className="container">
|
||||||
<FooterFour />
|
<FooterFinSite />
|
||||||
</div>
|
</div>
|
||||||
{/* /.container */}
|
{/* /.container */}
|
||||||
</div>
|
</div>
|
||||||
@@ -166,9 +167,9 @@ export default function Home () {
|
|||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
>
|
>
|
||||||
NAME OF
|
Bread Agency
|
||||||
</a>{" "}
|
</a>{" "}
|
||||||
PRODUCT.
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
{/* /.bottom-footer */}
|
{/* /.bottom-footer */}
|
||||||
|
|||||||
@@ -0,0 +1,146 @@
|
|||||||
|
import React from "react";
|
||||||
|
import Link from "next/link";
|
||||||
|
import Image from "next/image";
|
||||||
|
|
||||||
|
const linksFooterContent = [
|
||||||
|
{
|
||||||
|
itemName: "Home",
|
||||||
|
routePath: "/",
|
||||||
|
},
|
||||||
|
// {
|
||||||
|
// itemName: "Product",
|
||||||
|
// routePath: "/product-customer-support",
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// itemName: "Pricing",
|
||||||
|
// routePath: "/pricing-pm",
|
||||||
|
// },
|
||||||
|
{
|
||||||
|
itemName: "About us",
|
||||||
|
routePath: "/about-pm",
|
||||||
|
},
|
||||||
|
// {
|
||||||
|
// itemName: "Features",
|
||||||
|
// routePath: "/solution-management",
|
||||||
|
// },
|
||||||
|
{
|
||||||
|
itemName: "Blog",
|
||||||
|
routePath: "/blog-v4",
|
||||||
|
},
|
||||||
|
// {
|
||||||
|
// itemName: "Help & Support",
|
||||||
|
// routePath: "/login",
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// itemName: "API documentation",
|
||||||
|
// routePath: "/doc-full-width",
|
||||||
|
// },
|
||||||
|
];
|
||||||
|
|
||||||
|
const legalFooterContent = [
|
||||||
|
// {
|
||||||
|
// itemName: "Terms of use",
|
||||||
|
// routePath: "/terms-conditions",
|
||||||
|
// },
|
||||||
|
{
|
||||||
|
itemName: "Terms & conditions",
|
||||||
|
routePath: "/terms-conditions",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
itemName: "Privacy policy",
|
||||||
|
routePath: "/terms-conditions",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
itemName: "Cookie policy",
|
||||||
|
routePath: "",
|
||||||
|
},
|
||||||
|
];
|
||||||
|
|
||||||
|
const productsFooterContent = [
|
||||||
|
// {
|
||||||
|
// itemName: "Take the tour",
|
||||||
|
// routePath: "/product-customer-support",
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// itemName: "Team",
|
||||||
|
// routePath: "/team-5",
|
||||||
|
// },
|
||||||
|
{
|
||||||
|
itemName: "Services",
|
||||||
|
routePath: "#",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
itemName: "News",
|
||||||
|
routePath: "/blog-v3",
|
||||||
|
},
|
||||||
|
// {
|
||||||
|
// itemName: "About us",
|
||||||
|
// routePath: "/about-doc",
|
||||||
|
// },
|
||||||
|
{
|
||||||
|
itemName: "Contact",
|
||||||
|
routePath: "/contact-cs",
|
||||||
|
},
|
||||||
|
];
|
||||||
|
|
||||||
|
const FooterFinSite = () => {
|
||||||
|
return (
|
||||||
|
<div className="row justify-content-end">
|
||||||
|
<div className="col-xl-4 col-lg-3 col-12 footer-about-widget">
|
||||||
|
<div className="logo">
|
||||||
|
<Link href="/">
|
||||||
|
<Image width={136}
|
||||||
|
height={43} src="/images/logo/logo.png" alt="brand" />
|
||||||
|
</Link>
|
||||||
|
</div>
|
||||||
|
<ul className="font-rubik mt-10">
|
||||||
|
<li>
|
||||||
|
<a href="mailto:deskiinc@gmail.com">tokslaw@gmail.com</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="tel:+761 412 3224">+761 412 32241</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
{/* /.footer-list */}
|
||||||
|
|
||||||
|
<div className="col-lg-3 col-md-4 footer-list">
|
||||||
|
<h5 className="footer-title font-slab">Links</h5>
|
||||||
|
<ul>
|
||||||
|
{linksFooterContent.map((list, i) => (
|
||||||
|
<li key={i}>
|
||||||
|
<Link href={list.routePath}>{list.itemName}</Link>
|
||||||
|
</li>
|
||||||
|
))}
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* /.footer-list */}
|
||||||
|
<div className="col-lg-3 col-md-4 footer-list">
|
||||||
|
<h5 className="footer-title font-slab">Legal</h5>
|
||||||
|
<ul>
|
||||||
|
{legalFooterContent.map((list, i) => (
|
||||||
|
<li key={i}>
|
||||||
|
<Link href={list.routePath}>{list.itemName}</Link>
|
||||||
|
</li>
|
||||||
|
))}
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
{/* /.footer-list */}
|
||||||
|
|
||||||
|
<div className="col-xl-2 col-lg-3 col-md-4 footer-list">
|
||||||
|
<h5 className="footer-title font-slab">Products</h5>
|
||||||
|
<ul className="pe-5">
|
||||||
|
{productsFooterContent.map((list, i) => (
|
||||||
|
<li key={i}>
|
||||||
|
<Link href={list.routePath}>{list.itemName}</Link>
|
||||||
|
</li>
|
||||||
|
))}
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
{/* /.footer-list */}
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
};
|
||||||
|
|
||||||
|
export default FooterFinSite;
|
||||||
@@ -98,7 +98,7 @@ const FooterFour = () => {
|
|||||||
<a href="mailto:deskiinc@gmail.com">tokslaw@gmail.com</a>
|
<a href="mailto:deskiinc@gmail.com">tokslaw@gmail.com</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="tel:+761 412 3224">+761 412 3224</a>
|
<a href="tel:+761 412 3224">+761 412 32241</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -103,7 +103,7 @@ const FooterThree = () => {
|
|||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="Tel: 7614123224" className="mobile-num">
|
<a href="Tel: 7614123224" className="mobile-num">
|
||||||
+761 412 3224
|
+761 412 32242
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
@@ -129,7 +129,7 @@ const FooterTwo = () => {
|
|||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="Tel: 7614123224" className="mobile-num">
|
<a href="Tel: 7614123224" className="mobile-num">
|
||||||
+761 412 3224
|
+761 412 32240
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
Reference in New Issue
Block a user