sercice pages

This commit is contained in:
CHIEFSOFT\ameye
2025-02-21 09:51:45 -05:00
parent 2bcf2ce924
commit 300ca29e2e
6 changed files with 156 additions and 29 deletions
+3 -23
View File
@@ -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
View File
@@ -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 */}
+146
View File
@@ -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;
+1 -1
View File
@@ -98,7 +98,7 @@ const FooterFour = () => {
<a href="mailto:deskiinc@gmail.com">tokslaw@gmail.com</a>
</li>
<li>
<a href="tel:+761 412 3224">+761 412 3224</a>
<a href="tel:+761 412 3224">+761 412 32241</a>
</li>
</ul>
</div>
+1 -1
View File
@@ -103,7 +103,7 @@ const FooterThree = () => {
</li>
<li>
<a href="Tel: 7614123224" className="mobile-num">
+761 412 3224
+761 412 32242
</a>
</li>
</ul>
+1 -1
View File
@@ -129,7 +129,7 @@ const FooterTwo = () => {
</li>
<li>
<a href="Tel: 7614123224" className="mobile-num">
+761 412 3224
+761 412 32240
</a>
</li>
</ul>