diff --git a/src/app/globals.css b/src/app/globals.css
index aa2ef70..6cbab07 100644
--- a/src/app/globals.css
+++ b/src/app/globals.css
@@ -9463,26 +9463,25 @@ body {
.form-textarea {
width: 100%;
padding: 15px 20px;
- border: 1px solid rgba(255, 255, 255, 0.1);
- background-color: rgba(255, 255, 255, 0.05);
+ border: 1px solid #e2e8f0;
+ background-color: #ffffff;
border-radius: 12px;
outline: none;
font-size: 15px;
- color: #fff;
+ color: #787878;
transition: all 0.3s ease;
height: 60px;
}
.form-select-custom-styled-global option,
.form-select option {
- background-color: #111827;
- color: #fff;
+ background-color: #ffffff;
+ color: #1e293b;
}
.form-textarea-custom-global,
.form-textarea {
min-height: 110px;
- /* height: auto; */
resize: vertical;
}
@@ -9493,7 +9492,7 @@ body {
.form-textarea:focus,
.form-select:focus {
border-color: #3779b9;
- background-color: rgba(255, 255, 255, 0.08);
+ background-color: #ffffff;
box-shadow: 0 0 0 4px rgba(55, 121, 185, 0.15);
}
@@ -10125,7 +10124,7 @@ body {
border-radius: 12px;
border: 1px solid #e2e8f0;
outline: none;
- background: #fff;
+ /* background: #fff; */
transition: all 0.3s ease;
font-size: 14px;
color: #1e293b;
@@ -17736,9 +17735,9 @@ h4.service-details__dynamic-content-erp {
.careers-popup-optimized .form-input {
padding: 10px 14px !important;
- border: 1.5px solid rgba(255, 255, 255, 0.08) !important;
- background: rgba(255, 255, 255, 0.03) !important;
- color: #fff !important;
+ border: 1.5px solid #e2e8f0 !important;
+ /* background: #ffffff !important; */
+ color: #787878 !important;
font-weight: 500 !important;
border-radius: 10px !important;
}
@@ -17746,14 +17745,15 @@ h4.service-details__dynamic-content-erp {
.careers-popup-optimized .form-input:focus {
border-color: #3779b9 !important;
- background: rgba(55, 121, 185, 0.05) !important;
+ background: #ffffff !important;
box-shadow: 0 0 0 4px rgba(55, 121, 185, 0.1) !important;
}
.careers-popup-optimized .form-textarea {
min-height: 60px !important;
- background: rgba(255, 255, 255, 0.03) !important;
- border: 1.5px solid rgba(255, 255, 255, 0.08) !important;
+ background: #ffffff !important;
+ border: 1.5px solid #e2e8f0 !important;
+ color: #787878 !important;
}
/* File Upload Popup Styling */
@@ -17769,8 +17769,9 @@ h4.service-details__dynamic-content-erp {
display: flex;
align-items: center;
justify-content: space-between;
- background: rgba(255, 255, 255, 0.02);
- border: 1.5px dashed rgba(255, 255, 255, 0.1);
+ background: #ffffff;
+ color: #000000 !important;
+ border: 1.5px dashed #c0cad8;
border-radius: 10px;
padding: 8px 12px;
cursor: pointer;
@@ -17779,11 +17780,11 @@ h4.service-details__dynamic-content-erp {
.careers-popup-optimized .file-upload-label:hover {
border-color: #3779b9;
- background: rgba(255, 255, 255, 0.05);
+ background: #f0f6ff;
}
.careers-popup-optimized .file-content {
- color: rgba(255, 255, 255, 0.6);
+ color: #000000;
}
/* ── Careers Popup Optimized (Dark Theme & No-Scroll) ── */
@@ -17852,23 +17853,24 @@ h4.service-details__dynamic-content-erp {
.careers-popup-optimized .form-input {
padding: 12px 16px !important;
- border: 1.5px solid rgba(255, 255, 255, 0.08) !important;
- background: rgba(255, 255, 255, 0.03) !important;
- color: #fff !important;
+ border: 1.5px solid #e2e8f0 !important;
+ /* background: #ffffff !important; */
+ color: #787878 !important;
font-weight: 500 !important;
border-radius: 12px !important;
}
.careers-popup-optimized .form-input:focus {
border-color: #3779b9 !important;
- background: rgba(55, 121, 185, 0.05) !important;
+ /* background: #ffffff !important; */
box-shadow: 0 0 0 4px rgba(55, 121, 185, 0.1) !important;
}
.careers-popup-optimized .form-textarea {
min-height: 80px !important;
- background: rgba(255, 255, 255, 0.03) !important;
- border: 1.5px solid rgba(255, 255, 255, 0.08) !important;
+ background: #ffffff !important;
+ border: 1.5px solid #e2e8f0 !important;
+ color: #787878 !important;
}
/* File Upload Popup Styling */
@@ -17884,8 +17886,9 @@ h4.service-details__dynamic-content-erp {
display: flex;
align-items: center;
justify-content: space-between;
- background: rgba(255, 255, 255, 0.02);
- border: 1.5px dashed rgba(255, 255, 255, 0.1);
+ background: #ffffff;
+ color: #000000 !important;
+ border: 1.5px dashed #c0cad8;
border-radius: 12px;
padding: 10px 15px;
cursor: pointer;
@@ -17894,16 +17897,17 @@ h4.service-details__dynamic-content-erp {
.careers-popup-optimized .file-upload-label:hover {
border-color: #3779b9;
- background: rgba(255, 255, 255, 0.05);
+ background: #f0f6ff;
}
.careers-popup-optimized .file-content {
- color: rgba(255, 255, 255, 0.6);
+ color: #787878;
}
.careers-popup-optimized .file-name-text {
font-size: 13px;
font-weight: 500;
+ color: #787878;
}
.careers-popup-optimized .file-browse-btn {
diff --git a/src/components/about/Results.tsx b/src/components/about/Results.tsx
index ac5c819..92db7bd 100644
--- a/src/components/about/Results.tsx
+++ b/src/components/about/Results.tsx
@@ -13,7 +13,7 @@ const ResultsSection = () => {
Discover Our Process
How We Deliver Exceptional Results
-
+
Delve into Metatroncube’s unique approach to delivering exceptional results. Our ‘Discover Our Process’ section illuminates the meticulous steps we take in transforming your digital vision into tangible success.
@@ -55,11 +55,11 @@ const ResultsSection = () => {
diff --git a/src/components/about/WhyChooseUs.tsx b/src/components/about/WhyChooseUs.tsx
index 1aea7f2..0b8ff03 100644
--- a/src/components/about/WhyChooseUs.tsx
+++ b/src/components/about/WhyChooseUs.tsx
@@ -10,11 +10,11 @@ const WhyChooseUs = () => {
diff --git a/src/components/blog/BlogDetails.tsx b/src/components/blog/BlogDetails.tsx
index 0b8d24f..b9a943e 100644
--- a/src/components/blog/BlogDetails.tsx
+++ b/src/components/blog/BlogDetails.tsx
@@ -39,7 +39,7 @@ const BlogDetails = ({ blog }: BlogDetailsProps) => {
-
+
diff --git a/src/components/blog/BlogSidebar.tsx b/src/components/blog/BlogSidebar.tsx
index af535c1..6a5b6f7 100644
--- a/src/components/blog/BlogSidebar.tsx
+++ b/src/components/blog/BlogSidebar.tsx
@@ -146,7 +146,7 @@ const BlogSidebar = ({
-
+
diff --git a/src/components/cards/ServiceCard.tsx b/src/components/cards/ServiceCard.tsx
index 125fa5f..00c1921 100644
--- a/src/components/cards/ServiceCard.tsx
+++ b/src/components/cards/ServiceCard.tsx
@@ -10,7 +10,7 @@ const ServiceCard: React.FC
= ({ service }) => {
return (
-
+
diff --git a/src/components/careers/CareersWorkProcess.tsx b/src/components/careers/CareersWorkProcess.tsx
index 261d942..2d51343 100644
--- a/src/components/careers/CareersWorkProcess.tsx
+++ b/src/components/careers/CareersWorkProcess.tsx
@@ -104,7 +104,7 @@ const CareersWorkProcess = () => {
{step.title}
{step.desc}
-
+
diff --git a/src/components/careers/ContactSection.tsx b/src/components/careers/ContactSection.tsx
index c6fbd69..9d99b68 100644
--- a/src/components/careers/ContactSection.tsx
+++ b/src/components/careers/ContactSection.tsx
@@ -145,7 +145,7 @@ const ContactSection = () => {
-
+
@@ -159,7 +159,7 @@ const ContactSection = () => {
-
+
diff --git a/src/components/careers/FaqVideoSection.tsx b/src/components/careers/FaqVideoSection.tsx
index 97de915..405341d 100644
--- a/src/components/careers/FaqVideoSection.tsx
+++ b/src/components/careers/FaqVideoSection.tsx
@@ -104,7 +104,7 @@ const FaqVideoSection = () => {
)}
-
@@ -146,6 +149,7 @@ const FaqVideoSection = () => {
value={formData.service}
onChange={handleChange}
className="faq-select"
+ suppressHydrationWarning
>
Select Service
Website Development
@@ -165,6 +169,7 @@ const FaqVideoSection = () => {
rows={5}
value={formData.message}
onChange={handleChange}
+ suppressHydrationWarning
>
{formErrors.message &&
{formErrors.message} }
diff --git a/src/components/careers/ServiceSection.tsx b/src/components/careers/ServiceSection.tsx
index eddb79f..59cdd0a 100644
--- a/src/components/careers/ServiceSection.tsx
+++ b/src/components/careers/ServiceSection.tsx
@@ -60,7 +60,7 @@ const ServiceSection2 = () => {
OUR BEST SERVICE
We Run All Kinds Of Services From Technologies
-
+
@@ -76,7 +76,7 @@ const ServiceSection2 = () => {
-
+
--
@@ -87,7 +87,7 @@ const ServiceSection2 = () => {
-
+
diff --git a/src/components/careers/WorkProcessSection.tsx b/src/components/careers/WorkProcessSection.tsx
index 57b4ba1..f4102be 100644
--- a/src/components/careers/WorkProcessSection.tsx
+++ b/src/components/careers/WorkProcessSection.tsx
@@ -85,7 +85,7 @@ const WorkProcessSection2 = () => {
-
+
@@ -103,7 +103,7 @@ const WorkProcessSection2 = () => {
-
+
diff --git a/src/components/common/InnerBanner.tsx b/src/components/common/InnerBanner.tsx
index 51df424..84064af 100644
--- a/src/components/common/InnerBanner.tsx
+++ b/src/components/common/InnerBanner.tsx
@@ -162,6 +162,7 @@ const InnerBanner = ({
data-wow-duration="1500ms"
>
{
borderRadius: '12px',
outline: 'none',
fontSize: '15px',
- color: '#1e293b'
+ color: '#787878'
}}
>
Select Service
diff --git a/src/components/faq/FaqPageSection.tsx b/src/components/faq/FaqPageSection.tsx
index 16d24b3..8ff7e64 100644
--- a/src/components/faq/FaqPageSection.tsx
+++ b/src/components/faq/FaqPageSection.tsx
@@ -95,7 +95,7 @@ const FaqPageSection = () => {
{/* Center Image */}
-
+
diff --git a/src/components/home/AboutThree.tsx b/src/components/home/AboutThree.tsx
index bf095c5..35543c3 100644
--- a/src/components/home/AboutThree.tsx
+++ b/src/components/home/AboutThree.tsx
@@ -41,10 +41,10 @@ const AboutThree = () => {
@@ -63,7 +63,7 @@ const AboutThree = () => {
-
+
Innovate Fearlessly
@@ -111,7 +111,7 @@ const AboutThree = () => {
-
+
diff --git a/src/components/home/AboutTwo.tsx b/src/components/home/AboutTwo.tsx
index 132bc44..833f36a 100644
--- a/src/components/home/AboutTwo.tsx
+++ b/src/components/home/AboutTwo.tsx
@@ -7,11 +7,13 @@ const AboutTwo = () => {
{
@@ -43,8 +46,8 @@ const AboutTwo = () => {
Latest Technology
@@ -53,8 +56,8 @@ const AboutTwo = () => {
Certified Experts
@@ -63,8 +66,8 @@ const AboutTwo = () => {
Get Reasonable Price
diff --git a/src/components/home/CounsellingSolutions.tsx b/src/components/home/CounsellingSolutions.tsx
index c23ef7a..c1b081a 100644
--- a/src/components/home/CounsellingSolutions.tsx
+++ b/src/components/home/CounsellingSolutions.tsx
@@ -10,11 +10,13 @@ const CounsellingSolutions: React.FC = () => {
{
{counterItems.map((item, index) => (
-
+
diff --git a/src/components/home/CounterAreaTwo.tsx b/src/components/home/CounterAreaTwo.tsx
index 33e7bdd..b8ca2ef 100644
--- a/src/components/home/CounterAreaTwo.tsx
+++ b/src/components/home/CounterAreaTwo.tsx
@@ -87,7 +87,7 @@ const CounterAreaTwo: React.FC = () => {
{counterItems.map((item, index) => (
-
+
diff --git a/src/components/home/FaqFive.tsx b/src/components/home/FaqFive.tsx
index 7c86a5f..a110984 100644
--- a/src/components/home/FaqFive.tsx
+++ b/src/components/home/FaqFive.tsx
@@ -65,6 +65,7 @@ const FaqFive = () => {
diff --git a/src/components/home/HistoryTwo.tsx b/src/components/home/HistoryTwo.tsx
index c368eca..9c0a271 100644
--- a/src/components/home/HistoryTwo.tsx
+++ b/src/components/home/HistoryTwo.tsx
@@ -30,12 +30,12 @@ const HistoryTwo = () => {
-
+
-
+
{/*
2021 */}
@@ -66,7 +66,7 @@ const HistoryTwo = () => {
-
+
diff --git a/src/components/home/HomeContactOne.tsx b/src/components/home/HomeContactOne.tsx
index 5c75aa5..eea19db 100644
--- a/src/components/home/HomeContactOne.tsx
+++ b/src/components/home/HomeContactOne.tsx
@@ -123,7 +123,7 @@ const HomeContactOne = () => {
Location
-
Canada
+
Waterloo, Ontario Canada
diff --git a/src/components/home/HomeServiceOne.tsx b/src/components/home/HomeServiceOne.tsx
index 94a8ffc..3fb2bf8 100644
--- a/src/components/home/HomeServiceOne.tsx
+++ b/src/components/home/HomeServiceOne.tsx
@@ -43,7 +43,7 @@ const HomeServiceOne: React.FC = () => {
-
+
--
@@ -54,7 +54,7 @@ const HomeServiceOne: React.FC = () => {
-
+
diff --git a/src/components/home/PortfolioSection.tsx b/src/components/home/PortfolioSection.tsx
index ae78736..e83bc01 100644
--- a/src/components/home/PortfolioSection.tsx
+++ b/src/components/home/PortfolioSection.tsx
@@ -40,7 +40,7 @@ function MonitorCard({ item, onOpen }: { item: (typeof PortfolioData)[0], onOpen
-
+
@@ -77,7 +77,7 @@ function GraphicCard({ item, onOpen }: { item: (typeof PortfolioData)[0], onOpen
-
+
{item.name}
@@ -91,7 +91,7 @@ function MetaCard({ item, onOpen }: { item: (typeof PortfolioData)[0], onOpen: (
return (
-
+
{item.name}
@@ -105,7 +105,7 @@ function LogoCard({ item, onOpen }: { item: (typeof PortfolioData)[0], onOpen: (
return (
-
+
{item.name}
@@ -149,7 +149,7 @@ function MobileCard({ item, onOpen }: { item: (typeof MobileAppServicesData)[0],
-
+
@@ -173,7 +173,7 @@ function PortfolioLightbox({ item, onClose }: { item: any; onClose: () => void }
return (
e.stopPropagation()}>
-
+
{/*
{item.name}
*/}
@@ -224,6 +224,7 @@ export default function PortfolioSection() {
{TABS.map((tab) => (
setActiveTab(tab.value)}
>
diff --git a/src/components/home/ProjectsSection.tsx b/src/components/home/ProjectsSection.tsx
index 0fd726a..23012e0 100644
--- a/src/components/home/ProjectsSection.tsx
+++ b/src/components/home/ProjectsSection.tsx
@@ -88,6 +88,7 @@ const ProjectsSection = () => {
{/* Row 1: All Items */}
setActiveFilter("all")}
>
@@ -100,6 +101,7 @@ const ProjectsSection = () => {
{categories.slice(1, 4).map((cat, idx) => (
setActiveFilter(cat.filter)}
>
@@ -113,6 +115,7 @@ const ProjectsSection = () => {
{categories.slice(4, 7).map((cat, idx) => (
setActiveFilter(cat.filter)}
>
@@ -127,7 +130,7 @@ const ProjectsSection = () => {
{filteredProjects.map((project) => (
openPopup(project.title, e)}>
-
+
@@ -138,7 +141,7 @@ const ProjectsSection = () => {
{project.description}
-
openPopup(project.title, e)}
@@ -160,9 +163,9 @@ const ProjectsSection = () => {
)}
-
diff --git a/src/components/home/WhyChooseTwo.tsx b/src/components/home/WhyChooseTwo.tsx
index 0eafa24..88662df 100644
--- a/src/components/home/WhyChooseTwo.tsx
+++ b/src/components/home/WhyChooseTwo.tsx
@@ -7,7 +7,7 @@ interface WhyChooseTwoProps {
const WhyChooseTwo: React.FC
= ({ reverse = false }) => {
return (
-
+
@@ -28,7 +28,7 @@ const WhyChooseTwo: React.FC
= ({ reverse = false }) => {
-
+
Urgent development solutions
@@ -40,7 +40,7 @@ const WhyChooseTwo: React.FC
= ({ reverse = false }) => {
-
+
Top quality services with reasonable price
@@ -52,7 +52,7 @@ const WhyChooseTwo: React.FC
= ({ reverse = false }) => {
-
+
Professional & experienced team
@@ -68,7 +68,7 @@ const WhyChooseTwo: React.FC
= ({ reverse = false }) => {
-
+
diff --git a/src/components/home/home-1/AboutSection.tsx b/src/components/home/home-1/AboutSection.tsx
index b633a47..3b91ace 100644
--- a/src/components/home/home-1/AboutSection.tsx
+++ b/src/components/home/home-1/AboutSection.tsx
@@ -14,11 +14,11 @@ const AboutSection = () => {
-
+
{/*
-
+
@@ -49,7 +49,7 @@ const AboutSection = () => {
Partner with Metatroncube Software Solution and unlock a world of digital possibilities in web & app development, SEO, digital marketing, and graphic design services. Our commitment extends beyond mere product delivery; we focus on enhancing your market presence and driving business success with comprehensive digital strategies. Experience the unique Metatroncube advantage in every aspect of digital transformation.
-
+
Exceptional Digital Quality
@@ -58,7 +58,7 @@ const AboutSection = () => {
-
+
Expertise in innovation
@@ -67,7 +67,7 @@ const AboutSection = () => {
-
+
Comprehensive web solutions
diff --git a/src/components/home/home-1/BannerSection.tsx b/src/components/home/home-1/BannerSection.tsx
index ddee7a5..ee8aa27 100644
--- a/src/components/home/home-1/BannerSection.tsx
+++ b/src/components/home/home-1/BannerSection.tsx
@@ -120,12 +120,12 @@ const BannerSection = () => {
{/* Right Side: Floating Image Group + Category Slider */}
- {/*
*/}
-
- {/*
*/}
-
-
-
+ {/*
*/}
+
+ {/*
*/}
+
+
+
{/* Bottom Right "Our Service" Slider */}
@@ -150,7 +150,7 @@ const BannerSection = () => {
diff --git a/src/components/home/home-1/BlogSection.tsx b/src/components/home/home-1/BlogSection.tsx
index c9a278c..b4b4191 100644
--- a/src/components/home/home-1/BlogSection.tsx
+++ b/src/components/home/home-1/BlogSection.tsx
@@ -151,7 +151,7 @@ const BlogSection = ({
-
+
{blog.category}
@@ -180,7 +180,7 @@ const BlogSection = ({
-
+
{blog.category}
diff --git a/src/components/home/home-1/ChooseSection.tsx b/src/components/home/home-1/ChooseSection.tsx
index c4f488a..a59960b 100644
--- a/src/components/home/home-1/ChooseSection.tsx
+++ b/src/components/home/home-1/ChooseSection.tsx
@@ -20,7 +20,7 @@ const ChooseSection = () => (
-
+
@@ -34,7 +34,7 @@ const ChooseSection = () => (
-
+
diff --git a/src/components/home/home-1/CtaSection.tsx b/src/components/home/home-1/CtaSection.tsx
index ddb1077..706ee42 100644
--- a/src/components/home/home-1/CtaSection.tsx
+++ b/src/components/home/home-1/CtaSection.tsx
@@ -5,7 +5,7 @@ const CtaSection = () => (
-
+
diff --git a/src/components/home/home-1/TestimonialsSection.tsx b/src/components/home/home-1/TestimonialsSection.tsx
index 4ba3910..9b1b6fc 100644
--- a/src/components/home/home-1/TestimonialsSection.tsx
+++ b/src/components/home/home-1/TestimonialsSection.tsx
@@ -86,7 +86,7 @@ const TestimonialsSection = ({ className = "section-space" }: { className?: stri
-
+
@@ -125,7 +125,7 @@ const TestimonialsSection = ({ className = "section-space" }: { className?: stri
-
+
diff --git a/src/components/home/home-2/About2Section.tsx b/src/components/home/home-2/About2Section.tsx
index 5b1bb4d..7dbb959 100644
--- a/src/components/home/home-2/About2Section.tsx
+++ b/src/components/home/home-2/About2Section.tsx
@@ -9,10 +9,10 @@ const About2Section = () => (
-
+
{/*
-
+
*/}
{/*
diff --git a/src/components/home/home-2/WorkProcessSection.tsx b/src/components/home/home-2/WorkProcessSection.tsx
index eb3c176..a814b90 100644
--- a/src/components/home/home-2/WorkProcessSection.tsx
+++ b/src/components/home/home-2/WorkProcessSection.tsx
@@ -21,7 +21,7 @@ const WorkProcessSection = () => (
-
+
{proc.num}
diff --git a/src/components/home/home-3/ChooseSection.tsx b/src/components/home/home-3/ChooseSection.tsx
index 2968d71..cd67ede 100644
--- a/src/components/home/home-3/ChooseSection.tsx
+++ b/src/components/home/home-3/ChooseSection.tsx
@@ -10,11 +10,11 @@ const ChooseSection = () => (
-
+
{/*
-
+
@@ -43,7 +43,7 @@ const ChooseSection = () => (
- {item.isIcon ?
:
}
+ {item.isIcon ?
:
}
diff --git a/src/components/layout/CTA/CTA.tsx b/src/components/layout/CTA/CTA.tsx
index a2faa2c..bd78937 100644
--- a/src/components/layout/CTA/CTA.tsx
+++ b/src/components/layout/CTA/CTA.tsx
@@ -23,24 +23,24 @@ const CTA = () => {
-
+
-
+
diff --git a/src/components/layout/Footer1.tsx b/src/components/layout/Footer1.tsx
index ba77431..eb281de 100644
--- a/src/components/layout/Footer1.tsx
+++ b/src/components/layout/Footer1.tsx
@@ -47,7 +47,7 @@ const Footer1 = () => {
-
+
Metatroncube Software Solution: Where innovation meets execution to elevate your digital presence. Partner with us for bespoke web and app development that powers your business growth.
diff --git a/src/components/layout/Header/MobileMenu.tsx b/src/components/layout/Header/MobileMenu.tsx
index 21af119..6a0f007 100644
--- a/src/components/layout/Header/MobileMenu.tsx
+++ b/src/components/layout/Header/MobileMenu.tsx
@@ -28,7 +28,7 @@ const MobileMenu: React.FC
= ({ isMobileMenuOpen, toggleMobileM
-
+
diff --git a/src/components/layout/Header1.tsx b/src/components/layout/Header1.tsx
index b70e67a..2619905 100644
--- a/src/components/layout/Header1.tsx
+++ b/src/components/layout/Header1.tsx
@@ -38,7 +38,7 @@ const Header1 = () => {
-
+
diff --git a/src/components/mobile-app-development-service/About.tsx b/src/components/mobile-app-development-service/About.tsx
index c5936b0..e36d780 100644
--- a/src/components/mobile-app-development-service/About.tsx
+++ b/src/components/mobile-app-development-service/About.tsx
@@ -8,13 +8,14 @@ const About = () => {
const [isContactOpen, setIsContactOpen] = useState(false);
return (
-
+
-
+
{
- About Metatroncube Software Solution
+ About Metatroncube Software Solution
diff --git a/src/components/mobile-app-development-service/BannerBottom.tsx b/src/components/mobile-app-development-service/BannerBottom.tsx
index 8b0ee8d..cd82efc 100644
--- a/src/components/mobile-app-development-service/BannerBottom.tsx
+++ b/src/components/mobile-app-development-service/BannerBottom.tsx
@@ -59,7 +59,7 @@ const BannerBottom = () => {
{floatingItems.map((item, idx) => (
-
+
{item.title}
@@ -71,6 +71,7 @@ const BannerBottom = () => {
{/* Central hero image */}
{
}}
>
-
+
Speak With Our App Experts Today
diff --git a/src/components/mobile-app-development-service/BrandSlider.tsx b/src/components/mobile-app-development-service/BrandSlider.tsx
index afccdc3..8ce4515 100644
--- a/src/components/mobile-app-development-service/BrandSlider.tsx
+++ b/src/components/mobile-app-development-service/BrandSlider.tsx
@@ -64,7 +64,7 @@ const BrandSlider = () => {
- Our Partners
+ Our Partners
@@ -84,7 +84,7 @@ const BrandSlider = () => {
{brands.map((brand) => (
-
+
))}
diff --git a/src/components/mobile-app-development-service/CaseStudies.tsx b/src/components/mobile-app-development-service/CaseStudies.tsx
index 4c41b3f..f9e77f8 100644
--- a/src/components/mobile-app-development-service/CaseStudies.tsx
+++ b/src/components/mobile-app-development-service/CaseStudies.tsx
@@ -64,12 +64,12 @@ const CaseStudies = () => {
return (
-
-
+
+
{/* Floating Elements - Right (4) */}
-
-
+
+
@@ -80,7 +80,7 @@ const CaseStudies = () => {
-
+
Case Studies
@@ -156,7 +156,6 @@ const CaseStudies = () => {
width={200}
height={200}
className="loaded"
- priority
/>
@@ -188,6 +187,7 @@ const CaseStudies = () => {
{/* Lightbox Component */}
{
diff --git a/src/components/mobile-app-development-service/FAQ.tsx b/src/components/mobile-app-development-service/FAQ.tsx
index 21b7aae..28f1eea 100644
--- a/src/components/mobile-app-development-service/FAQ.tsx
+++ b/src/components/mobile-app-development-service/FAQ.tsx
@@ -97,7 +97,7 @@ const FAQ = () => {
-
+
FAQ
@@ -139,6 +139,7 @@ const FAQ = () => {
diff --git a/src/components/mobile-app-development-service/Hero.tsx b/src/components/mobile-app-development-service/Hero.tsx
index 0b131c8..e64b30c 100644
--- a/src/components/mobile-app-development-service/Hero.tsx
+++ b/src/components/mobile-app-development-service/Hero.tsx
@@ -11,8 +11,8 @@ const Hero = () => {
return (
-
-
+
+
@@ -40,19 +40,19 @@ const Hero = () => {
-
+
{/*
-
+
*/}
-
+
-
+
-
+
diff --git a/src/components/mobile-app-development-service/Pricing.tsx b/src/components/mobile-app-development-service/Pricing.tsx
index 5d843b1..04dd191 100644
--- a/src/components/mobile-app-development-service/Pricing.tsx
+++ b/src/components/mobile-app-development-service/Pricing.tsx
@@ -13,7 +13,7 @@ const Pricing = () => {
-
+
Pricing Plans
@@ -71,6 +71,7 @@ const Pricing = () => {
{plan.features.map((feature, i) => (
{
- Our Services
+ Our Services
diff --git a/src/components/mobile-app-development-service/Testimonial.tsx b/src/components/mobile-app-development-service/Testimonial.tsx
index 84bccb4..b6cc508 100644
--- a/src/components/mobile-app-development-service/Testimonial.tsx
+++ b/src/components/mobile-app-development-service/Testimonial.tsx
@@ -86,7 +86,7 @@ const Testimonial = () => {
- Testimonials
+ Testimonials
@@ -108,7 +108,7 @@ const Testimonial = () => {
-
+
@@ -139,7 +139,7 @@ const Testimonial = () => {
position: 'relative',
transition: 'transform 0.3s ease'
}}>
-
+
{/* Stars */}
@@ -179,7 +179,7 @@ const Testimonial = () => {
flexShrink: 0
}}>
{profileImg ? (
-
+
) : (
{getInitials(name)}
)}
diff --git a/src/components/mobile-app-development-service/Work.tsx b/src/components/mobile-app-development-service/Work.tsx
index 6f3bff0..7acb60e 100644
--- a/src/components/mobile-app-development-service/Work.tsx
+++ b/src/components/mobile-app-development-service/Work.tsx
@@ -17,8 +17,8 @@ const Work = () => {
backgroundSize: 'cover',
}}
>
-
-
+
+
@@ -27,16 +27,9 @@ const Work = () => {
@@ -45,7 +38,7 @@ const Work = () => {
- OUR DEVELOPMENT PROCESS
+ OUR DEVELOPMENT PROCESS
diff --git a/src/components/mobile-app-development-service/WorkProcess.tsx b/src/components/mobile-app-development-service/WorkProcess.tsx
index e08e003..fa23ad6 100644
--- a/src/components/mobile-app-development-service/WorkProcess.tsx
+++ b/src/components/mobile-app-development-service/WorkProcess.tsx
@@ -54,12 +54,12 @@ const WorkProcess = () => {
diff --git a/src/components/mobile-app-development-service/support/cards/BlogCard.tsx b/src/components/mobile-app-development-service/support/cards/BlogCard.tsx
index e267f24..179a972 100644
--- a/src/components/mobile-app-development-service/support/cards/BlogCard.tsx
+++ b/src/components/mobile-app-development-service/support/cards/BlogCard.tsx
@@ -10,19 +10,19 @@ const BlogCard: React.FC
= ({ blog }) => {
return (
-
+
diff --git a/src/components/mobile-app-development-service/support/cards/CaseStudyCard.tsx b/src/components/mobile-app-development-service/support/cards/CaseStudyCard.tsx
index bcbe6df..ccc6163 100644
--- a/src/components/mobile-app-development-service/support/cards/CaseStudyCard.tsx
+++ b/src/components/mobile-app-development-service/support/cards/CaseStudyCard.tsx
@@ -10,7 +10,7 @@ const CaseStudyCard: React.FC
= ({ caseStudy }) => {
return (
-
+
{caseStudy.tag}
diff --git a/src/components/mobile-app-development-service/support/cards/MemberCard.tsx b/src/components/mobile-app-development-service/support/cards/MemberCard.tsx
index 50fa445..161e8ab 100644
--- a/src/components/mobile-app-development-service/support/cards/MemberCard.tsx
+++ b/src/components/mobile-app-development-service/support/cards/MemberCard.tsx
@@ -10,7 +10,7 @@ const MemberCard: React.FC
= ({ member }) => {
return (
-
+
@@ -19,7 +19,7 @@ const MemberCard: React.FC
= ({ member }) => {
{member.role}
-
+
diff --git a/src/components/mobile-app-development-service/support/cards/ServiceCard.tsx b/src/components/mobile-app-development-service/support/cards/ServiceCard.tsx
index 03971ab..447cc81 100644
--- a/src/components/mobile-app-development-service/support/cards/ServiceCard.tsx
+++ b/src/components/mobile-app-development-service/support/cards/ServiceCard.tsx
@@ -10,7 +10,7 @@ const ServiceCard: React.FC = ({ service }) => {
return (
-
+
diff --git a/src/components/mobile-app-development-service/support/layout/CTA/CTA.tsx b/src/components/mobile-app-development-service/support/layout/CTA/CTA.tsx
index 994845e..3a0bd31 100644
--- a/src/components/mobile-app-development-service/support/layout/CTA/CTA.tsx
+++ b/src/components/mobile-app-development-service/support/layout/CTA/CTA.tsx
@@ -32,24 +32,24 @@ const CTA = () => {
-
+
-
+
diff --git a/src/components/mobile-app-development-service/support/layout/Footer/Footer.tsx b/src/components/mobile-app-development-service/support/layout/Footer/Footer.tsx
index eca5c56..1febca9 100644
--- a/src/components/mobile-app-development-service/support/layout/Footer/Footer.tsx
+++ b/src/components/mobile-app-development-service/support/layout/Footer/Footer.tsx
@@ -47,7 +47,7 @@ const Footer = () => {
-
+
Metatroncube Software Solution: Where innovation meets execution to elevate your digital presence. Partner with us for bespoke web and app development that powers your business growth.
diff --git a/src/components/mobile-app-development-service/support/layout/Header/Header.tsx b/src/components/mobile-app-development-service/support/layout/Header/Header.tsx
index 53eca31..837dacb 100644
--- a/src/components/mobile-app-development-service/support/layout/Header/Header.tsx
+++ b/src/components/mobile-app-development-service/support/layout/Header/Header.tsx
@@ -29,7 +29,7 @@ const Header = () => {
-
+
diff --git a/src/components/mobile-app-development-service/support/layout/Header/MobileMenu.tsx b/src/components/mobile-app-development-service/support/layout/Header/MobileMenu.tsx
index e6b62bd..ec5ce62 100644
--- a/src/components/mobile-app-development-service/support/layout/Header/MobileMenu.tsx
+++ b/src/components/mobile-app-development-service/support/layout/Header/MobileMenu.tsx
@@ -27,7 +27,7 @@ const MobileMenu: React.FC
= ({ isMobileMenuOpen, toggleMobileM
-
+
diff --git a/src/components/services-digital-solutions/AboutService.tsx b/src/components/services-digital-solutions/AboutService.tsx
index b97e80c..d580d47 100644
--- a/src/components/services-digital-solutions/AboutService.tsx
+++ b/src/components/services-digital-solutions/AboutService.tsx
@@ -15,17 +15,17 @@ const AboutService = () => {
{/* Background Image */}
-
+
{/* Foreground Curved Image */}
-
+
{/* Decorative Dots */}
-
+
@@ -46,7 +46,7 @@ const AboutService = () => {
{/*
-
+
*/}
diff --git a/src/components/services-digital-solutions/ServiceDetails.tsx b/src/components/services-digital-solutions/ServiceDetails.tsx
index 0ce7b28..561d344 100644
--- a/src/components/services-digital-solutions/ServiceDetails.tsx
+++ b/src/components/services-digital-solutions/ServiceDetails.tsx
@@ -48,7 +48,7 @@ const ServiceDetails: React.FC = ({ service }) => {
-
+
@@ -64,7 +64,7 @@ const ServiceDetails: React.FC = ({ service }) => {
{/*
-
+
*/}
{service.content && (
@@ -80,7 +80,7 @@ const ServiceDetails: React.FC
= ({ service }) => {
{/*
-
+
*/}
{service.fullcontent && (
diff --git a/src/components/web-development-service/About.tsx b/src/components/web-development-service/About.tsx
index 475cb90..4920fd5 100644
--- a/src/components/web-development-service/About.tsx
+++ b/src/components/web-development-service/About.tsx
@@ -8,13 +8,14 @@ const About = () => {
const [isContactOpen, setIsContactOpen] = useState(false);
return (
-
+
-
+
{
- About MetatronCube IT Solution
+ About MetatronCube IT Solution
@@ -40,13 +41,13 @@ const About = () => {
We specialize in:
- Business Websites
- Corporate Websites
- Landing Pages
+ Business Websites
+ Corporate Websites
+ Landing Pages
- E-commerce Stores
- Custom Web Applications
+ E-commerce Stores
+ Custom Web Applications
diff --git a/src/components/web-development-service/BannerBottom.tsx b/src/components/web-development-service/BannerBottom.tsx
index b5ff819..ee10a63 100644
--- a/src/components/web-development-service/BannerBottom.tsx
+++ b/src/components/web-development-service/BannerBottom.tsx
@@ -57,7 +57,7 @@ const BannerBottom = () => {
{floatingItems.map((item, idx) => (
-
+
{item.title}
@@ -69,6 +69,7 @@ const BannerBottom = () => {
{/* Central hero image */}
{
}}
>
-
+
Speak With Our Experts Today
diff --git a/src/components/web-development-service/BrandSlider.tsx b/src/components/web-development-service/BrandSlider.tsx
index 4e9ede4..d8c2035 100644
--- a/src/components/web-development-service/BrandSlider.tsx
+++ b/src/components/web-development-service/BrandSlider.tsx
@@ -64,7 +64,7 @@ const BrandSlider = () => {
- Our Partners
+ Our Partners
@@ -84,7 +84,7 @@ const BrandSlider = () => {
{brands.map((brand) => (
-
+
))}
diff --git a/src/components/web-development-service/CaseStudies.tsx b/src/components/web-development-service/CaseStudies.tsx
index 4ff818e..66fd18e 100644
--- a/src/components/web-development-service/CaseStudies.tsx
+++ b/src/components/web-development-service/CaseStudies.tsx
@@ -65,12 +65,12 @@ const CaseStudies = () => {
return (
-
-
+
+
{/* Floating Elements - Right (4) */}
-
-
+
+
@@ -81,7 +81,7 @@ const CaseStudies = () => {
-
+
Case Studies
@@ -157,7 +157,6 @@ const CaseStudies = () => {
width={600}
height={400}
className="loaded"
- priority
style={{ width: "100%", height: "100%", objectFit: "cover" }}
/>
diff --git a/src/components/web-development-service/CaseStudy.tsx b/src/components/web-development-service/CaseStudy.tsx
index 15c513d..7ca445c 100644
--- a/src/components/web-development-service/CaseStudy.tsx
+++ b/src/components/web-development-service/CaseStudy.tsx
@@ -58,12 +58,12 @@ const CaseStudy = () => {
diff --git a/src/components/web-development-service/FAQ.tsx b/src/components/web-development-service/FAQ.tsx
index 4ff836c..6fe9233 100644
--- a/src/components/web-development-service/FAQ.tsx
+++ b/src/components/web-development-service/FAQ.tsx
@@ -105,7 +105,7 @@ const FAQ = ({ faqData }: { faqData?: { question: string; answer: string }[] })
-
+
FAQ
@@ -141,6 +141,7 @@ const FAQ = ({ faqData }: { faqData?: { question: string; answer: string }[] })
diff --git a/src/components/web-development-service/Hero.tsx b/src/components/web-development-service/Hero.tsx
index 5824799..b48cab4 100644
--- a/src/components/web-development-service/Hero.tsx
+++ b/src/components/web-development-service/Hero.tsx
@@ -11,8 +11,8 @@ const Hero = () => {
return (
-
-
+
+
@@ -40,19 +40,19 @@ const Hero = () => {
-
+
{/*
-
+
*/}
-
+
-
+
-
+
diff --git a/src/components/web-development-service/Pricing.tsx b/src/components/web-development-service/Pricing.tsx
index cf8fe9b..4014a06 100644
--- a/src/components/web-development-service/Pricing.tsx
+++ b/src/components/web-development-service/Pricing.tsx
@@ -13,7 +13,7 @@ const Pricing = () => {
-
+
Pricing Plans
@@ -71,6 +71,7 @@ const Pricing = () => {
{plan.features.map((feature, i) => (
{
- Our Services
+ Our Services
@@ -33,6 +33,7 @@ const Service = () => {
{
- Testimonials
+ Testimonials
@@ -107,7 +107,7 @@ const Testimonial = () => {
-
+
@@ -138,7 +138,7 @@ const Testimonial = () => {
position: 'relative',
transition: 'transform 0.3s ease'
}}>
-
+
{/* Stars */}
@@ -178,7 +178,7 @@ const Testimonial = () => {
flexShrink: 0
}}>
{profileImg ? (
-
+
) : (
{getInitials(name)}
)}
diff --git a/src/components/web-development-service/Work.tsx b/src/components/web-development-service/Work.tsx
index a82f147..5d67e36 100644
--- a/src/components/web-development-service/Work.tsx
+++ b/src/components/web-development-service/Work.tsx
@@ -17,8 +17,8 @@ const Work = () => {
backgroundSize: 'cover',
}}
>
-
-
+
+
@@ -27,16 +27,9 @@ const Work = () => {
@@ -45,7 +38,7 @@ const Work = () => {
- How It Works
+ How It Works
@@ -77,7 +70,7 @@ const Work = () => {
].map((step, i) => (
-
+
{step.title}
diff --git a/src/components/web-development-service/WorkProcess.tsx b/src/components/web-development-service/WorkProcess.tsx
index fe8a9bd..e1a244f 100644
--- a/src/components/web-development-service/WorkProcess.tsx
+++ b/src/components/web-development-service/WorkProcess.tsx
@@ -54,12 +54,12 @@ const WorkProcess = () => {
diff --git a/src/components/web-development-service/support/layout/Footer/Footer.tsx b/src/components/web-development-service/support/layout/Footer/Footer.tsx
index 773f1a5..590f20b 100644
--- a/src/components/web-development-service/support/layout/Footer/Footer.tsx
+++ b/src/components/web-development-service/support/layout/Footer/Footer.tsx
@@ -47,7 +47,7 @@ const Footer = () => {
-
+
Metatroncube Software Solution: Where innovation meets execution to elevate your digital presence. Partner with us for bespoke web and app development that powers your business growth.
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 4782784..28709ec 100644
--- a/src/components/web-development-service/support/layout/Header/Header.tsx
+++ b/src/components/web-development-service/support/layout/Header/Header.tsx
@@ -30,7 +30,7 @@ const Header = () => {
-
+
diff --git a/src/components/web-development-service/support/layout/Header/MobileMenu.tsx b/src/components/web-development-service/support/layout/Header/MobileMenu.tsx
index c0a2421..07aa294 100644
--- a/src/components/web-development-service/support/layout/Header/MobileMenu.tsx
+++ b/src/components/web-development-service/support/layout/Header/MobileMenu.tsx
@@ -27,7 +27,7 @@ const MobileMenu: React.FC
= ({ isMobileMenuOpen, toggleMobileM
-
+