From 300ca29e2eb5af3bfcc60b6efc50b1230c580e25 Mon Sep 17 00:00:00 2001
From: "CHIEFSOFT\\ameye"
Date: Fri, 21 Feb 2025 09:51:45 -0500
Subject: [PATCH] sercice pages
---
app/(services)/performance/page.jsx | 26 +----
app/page.jsx | 7 +-
components/footer/FooterFinSite.jsx | 146 ++++++++++++++++++++++++++++
components/footer/FooterFour.jsx | 2 +-
components/footer/FooterThree.jsx | 2 +-
components/footer/FooterTwo.jsx | 2 +-
6 files changed, 156 insertions(+), 29 deletions(-)
create mode 100644 components/footer/FooterFinSite.jsx
diff --git a/app/(services)/performance/page.jsx b/app/(services)/performance/page.jsx
index 3d802a7..7c3559b 100644
--- a/app/(services)/performance/page.jsx
+++ b/app/(services)/performance/page.jsx
@@ -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 = () => {
{/* */}
- {/* =====================================================
- Counter With Icon One
- ===================================================== */}
-
- {/* /.counter-with-icon-one */}
- {/* =====================================================
- Fancy Short Banner Three
- ===================================================== */}
-
-
-
-
-
- {/* /.bg-wrapper */}
-
- {/* /.container */}
-
- {/* /.fancy-short-banner-four */}
{/* =====================================================
Footer Style Two
@@ -193,7 +173,7 @@ const ServiceV1 = () => {
{/* /.bottom-footer */}
diff --git a/components/footer/FooterFinSite.jsx b/components/footer/FooterFinSite.jsx
new file mode 100644
index 0000000..ae4f7f6
--- /dev/null
+++ b/components/footer/FooterFinSite.jsx
@@ -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 (
+
+
+ {/* /.footer-list */}
+
+
+
Links
+
+ {linksFooterContent.map((list, i) => (
+ -
+ {list.itemName}
+
+ ))}
+
+
+
+ {/* /.footer-list */}
+
+
Legal
+
+ {legalFooterContent.map((list, i) => (
+ -
+ {list.itemName}
+
+ ))}
+
+
+ {/* /.footer-list */}
+
+
+
Products
+
+ {productsFooterContent.map((list, i) => (
+ -
+ {list.itemName}
+
+ ))}
+
+
+ {/* /.footer-list */}
+
+ );
+};
+
+export default FooterFinSite;
diff --git a/components/footer/FooterFour.jsx b/components/footer/FooterFour.jsx
index bd785c6..6cd9d42 100644
--- a/components/footer/FooterFour.jsx
+++ b/components/footer/FooterFour.jsx
@@ -98,7 +98,7 @@ const FooterFour = () => {
tokslaw@gmail.com
- +761 412 3224
+ +761 412 32241
diff --git a/components/footer/FooterThree.jsx b/components/footer/FooterThree.jsx
index 4636953..fbe948a 100644
--- a/components/footer/FooterThree.jsx
+++ b/components/footer/FooterThree.jsx
@@ -103,7 +103,7 @@ const FooterThree = () => {
- +761 412 3224
+ +761 412 32242
diff --git a/components/footer/FooterTwo.jsx b/components/footer/FooterTwo.jsx
index 5b38d1a..ca23b2b 100644
--- a/components/footer/FooterTwo.jsx
+++ b/components/footer/FooterTwo.jsx
@@ -129,7 +129,7 @@ const FooterTwo = () => {
- +761 412 3224
+ +761 412 32240