diff --git a/api/campaign.js b/api/campaign.js
index 12add85..4b0fac3 100644
--- a/api/campaign.js
+++ b/api/campaign.js
@@ -408,7 +408,7 @@ const Campaign = [
sTitle: "Tailored Defense Strategy",
slug: "removal-strategy",
sImgS: sImgS1,
- description: "Every case is unique; we craft defense plans to maximize chances of success.",
+ description: "Every case is truly unique; we carefully craft defense plans to maximize chances of success.",
category: "Removal Defense",
cSimg: cSimg3,
descriptiondetail: `
diff --git a/components/footer/Footer.js b/components/footer/Footer.js
index 9455ce9..edd56b3 100644
--- a/components/footer/Footer.js
+++ b/components/footer/Footer.js
@@ -1,7 +1,7 @@
import React from 'react'
import Link from 'next/link'
import Logo from '/public/images/janhanlaw-logo.png'
-import Services from '../../api/service';
+import Campaign from '../../api/campaign';
import Image from 'next/image';
const ClickHandler = () => {
@@ -31,9 +31,9 @@ const Footer = (props) => {
Quick Links
- - Home
+ - Home
- About Us
- - Services
+ - Services
- Our Approach
- Blog
@@ -45,8 +45,8 @@ const Footer = (props) => {
Mission & Vision
- {Services.slice(0, 5).map((service, Sitem) => (
- - {service.sTitle}
+ {Campaign.slice(0, 5).map((service, Sitem) => (
+ - {service.sTitle}
))}
@@ -68,7 +68,10 @@ const Footer = (props) => {
*/}
- - Phone: 111-222-333-2155
+ -
+
- Phone: 111-222-333-2155
+
+
- Email: info@janahanlaw.com
{/* - Address: 22/1 Melborane city austria,
human resoerch, Canada
*/}
@@ -76,25 +79,26 @@ const Footer = (props) => {
-
-
+
-
-
+
-
-
+
-
-
+
+
{/* -
@@ -113,8 +117,18 @@ const Footer = (props) => {
- - Copyright {new Date().getFullYear()} © Janahan Law. Powered by MetatronCube. All Right Reserved.{new Date().getFullYear()}
+ -
+ Copyright {new Date().getFullYear()} © Janahan Law. Powered by{" "}
+
+ MetatronCube
+ . All Right Reserved.{new Date().getFullYear()}
+
+
{/*
diff --git a/utils/constant.utils.js b/utils/constant.utils.js
index 276f965..fb91b78 100644
--- a/utils/constant.utils.js
+++ b/utils/constant.utils.js
@@ -113,7 +113,7 @@ export const TabServices = [
sTitle: "Tailored Defense Strategy",
slug: "removal-strategy",
sImgS: sImgS1,
- description: "Every case is unique; we craft defense plans to maximize chances of success.",
+ description: "Every case is truly unique; we carefully craft defense plans to maximize chances of success.",
category: "Removal Defense"
},
{