diff --git a/public/assets/css/main.css b/public/assets/css/main.css
index d2486ef..a321640 100644
--- a/public/assets/css/main.css
+++ b/public/assets/css/main.css
@@ -2831,25 +2831,26 @@ ul.footer-contact-info-widget .icon {
line-height: 32px;
letter-spacing: 9px;
text-transform: uppercase;
- margin-left: 40px;
+ /* margin-left: 40px; */
}
-.banner-sub-title:before {
- content: "\e92c";
+/* .banner-sub-title:before {
+ content: "";
font-family: 'icomoon';
color: var(--theme-color);
border: 1px solid var(--theme-color);
+ background-color: var(--theme-color);
position: absolute;
- top: 0px;
+ top: 7px;
left: -56px;
- height: 20px;
+ height: 10px;
width: 40px;
padding: 2px 1px;
display: flex;
justify-content: start;
align-items: center;
border-radius: 50px;
-}
+} */
.banner-sub-title.no-border:before {
border: none;
diff --git a/src/app/globals.css b/src/app/globals.css
index 55e382c..a88b4d6 100644
--- a/src/app/globals.css
+++ b/src/app/globals.css
@@ -8271,7 +8271,7 @@ body {
border: none !important;
position: relative;
display: block;
- /* background: linear-gradient(90deg, #3779b9 0%, #1a1f2b 50%, #3779b9 100%) !important; */
+ background: linear-gradient(90deg, #3779b9 0%, #1a1f2b 50%, #3779b9 100%) !important;
color: white !important;
transition: all 500ms ease;
text-transform: capitalize;
@@ -8285,7 +8285,7 @@ body {
.projects-one__filter__list button.list-unstyled-item.active,
.projects-one__filter__list button.list-unstyled-item:hover {
- /* background: linear-gradient(90deg, #3779b9 0%, #1a1f2b 50%, #3779b9 100%) !important; */
+ background: linear-gradient(90deg, #3779b9 0%, #1a1f2b 50%, #3779b9 100%) !important;
color: var(--pelocis-white, #fff) !important;
opacity: 0.85;
}
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 02b2ba0..12bd039 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -24,7 +24,7 @@ export default function RootLayout({
children: React.ReactNode;
}) {
return (
-
+
{/* CSS */}
@@ -153,6 +153,7 @@ export default function RootLayout({
{/* JS */}
+
diff --git a/src/components/home/home-1/TestimonialsSection.tsx b/src/components/home/home-1/TestimonialsSection.tsx
index 01d528a..8868815 100644
--- a/src/components/home/home-1/TestimonialsSection.tsx
+++ b/src/components/home/home-1/TestimonialsSection.tsx
@@ -1,6 +1,7 @@
"use client";
import React, { useState, useEffect } from "react";
import Slider from "react-slick";
+import Link from "next/link";
import GoogleReviewsBranding from "@/components/common/GoogleReviewsBranding";
const TestimonialsSection = () => {
@@ -145,9 +146,25 @@ const TestimonialsSection = () => {
)}
+ {/* Centered Action Button at Bottom */}
+
+
+
+ Review us on Google
+
+
+
+
+
+
);
diff --git a/src/components/web-development-service/About.tsx b/src/components/web-development-service/About.tsx
index f992a08..a1b7cac 100644
--- a/src/components/web-development-service/About.tsx
+++ b/src/components/web-development-service/About.tsx
@@ -59,7 +59,7 @@ const About = () => {
-
diff --git a/src/components/web-development-service/FAQ.tsx b/src/components/web-development-service/FAQ.tsx
index 0e1d25e..4ff836c 100644
--- a/src/components/web-development-service/FAQ.tsx
+++ b/src/components/web-development-service/FAQ.tsx
@@ -63,7 +63,7 @@ const AccordionItem = ({
-
+
{faq.q}
diff --git a/src/components/web-development-service/Hero.tsx b/src/components/web-development-service/Hero.tsx
index 4ba0835..5824799 100644
--- a/src/components/web-development-service/Hero.tsx
+++ b/src/components/web-development-service/Hero.tsx
@@ -31,7 +31,7 @@ const Hero = () => {
- setIsContactOpen(true)} className="vl-btn1">Get Free Consultation
+ setIsContactOpen(true)} className="vl-btn1" suppressHydrationWarning>Get Free Consultation
View Our Work
diff --git a/src/components/web-development-service/KeyFeatures.tsx b/src/components/web-development-service/KeyFeatures.tsx
index 9bf4468..2ccb54f 100644
--- a/src/components/web-development-service/KeyFeatures.tsx
+++ b/src/components/web-development-service/KeyFeatures.tsx
@@ -146,16 +146,16 @@ const KeyFeatures = () => {
{/* Controls + CTA */}
-
+
←
-
+
→
-
setIsContactOpen(true)} className="kf-demo-btn mt-50">
+ setIsContactOpen(true)} className="kf-demo-btn mt-50" suppressHydrationWarning>
Book Free Strategy Call
-
+
diff --git a/src/components/web-development-service/Service.tsx b/src/components/web-development-service/Service.tsx
index fb5b170..4f4a4ae 100644
--- a/src/components/web-development-service/Service.tsx
+++ b/src/components/web-development-service/Service.tsx
@@ -56,7 +56,7 @@ const Service = () => {
- setIsContactOpen(true)} className="vl-btn1">
+ setIsContactOpen(true)} className="vl-btn1" suppressHydrationWarning>
Start Your Project Today
diff --git a/src/components/web-development-service/Work.tsx b/src/components/web-development-service/Work.tsx
index f1b5117..ac9cd1a 100644
--- a/src/components/web-development-service/Work.tsx
+++ b/src/components/web-development-service/Work.tsx
@@ -89,7 +89,7 @@ const Work = () => {
- setIsContactOpen(true)} className="vl-btn1">
+ setIsContactOpen(true)} className="vl-btn1" suppressHydrationWarning>
Book Free Strategy Call
diff --git a/src/components/web-development-service/style.css b/src/components/web-development-service/style.css
index 4973f73..37beeeb 100644
--- a/src/components/web-development-service/style.css
+++ b/src/components/web-development-service/style.css
@@ -9205,7 +9205,7 @@ only screen and (min-width: 768px) and (max-width: 991px),
/* background: rgba(255, 255, 255, 0.1); */
background: linear-gradient(90deg, #1a1f2b 0%, #3779b9 60%, #1a1f2b 100%);
backdrop-filter: blur(1px);
- padding: 20px 20px;
+ padding: 20px 20px !important;
border-radius: 16px;
}
diff --git a/src/components/web-development-service/support/layout/Header/Header.tsx b/src/components/web-development-service/support/layout/Header/Header.tsx
index bc5b7ce..a66a6d5 100644
--- a/src/components/web-development-service/support/layout/Header/Header.tsx
+++ b/src/components/web-development-service/support/layout/Header/Header.tsx
@@ -41,20 +41,21 @@ const Header = () => {
-
+
setIsPopupOpen(true)}
className="vl-btn1"
style={{ border: 'none' }}
+ suppressHydrationWarning
>
Get Started Now
-
+