diff --git a/public/assets/css/main.css b/public/assets/css/main.css index f98a751..5a18269 100644 --- a/public/assets/css/main.css +++ b/public/assets/css/main.css @@ -1226,9 +1226,9 @@ only screen and (min-width: 576px) and (max-width: 767px) { -webkit-transition: all 400ms linear; -o-transition: all 400ms linear; transition: all 400ms linear; - color: #151515; + color: #fff; justify-content: center; - background-color: #fff; + background-color: #222222; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3); } @@ -2828,11 +2828,11 @@ ul.footer-contact-info-widget .icon { left: 0; width: 100%; height: 100%; - background: linear-gradient(90deg, rgba(16, 32, 57, 0.90) 0%, rgba(11, 21, 38, 0.60) 56.25%, rgba(0, 0, 0, 0.00) 97.81%); + /* background: linear-gradient(90deg, rgba(16, 32, 57, 0.90) 0%, rgba(11, 21, 38, 0.60) 56.25%, rgba(0, 0, 0, 0.00) 97.81%); */ } .banner-area { - max-width: 1075px; + max-width: 900px; padding-left: 70px; } diff --git a/public/assets/images/home/1/banner-image/digital.webp b/public/assets/images/home/1/banner-image/digital.webp index f25510e..069580b 100644 Binary files a/public/assets/images/home/1/banner-image/digital.webp and b/public/assets/images/home/1/banner-image/digital.webp differ diff --git a/public/assets/images/home/1/banner-image/graphic.webp b/public/assets/images/home/1/banner-image/graphic.webp index e8f0e3a..cc22610 100644 Binary files a/public/assets/images/home/1/banner-image/graphic.webp and b/public/assets/images/home/1/banner-image/graphic.webp differ diff --git a/public/assets/images/home/1/banner-image/right-digital.webp b/public/assets/images/home/1/banner-image/right-digital.webp deleted file mode 100644 index 8420c73..0000000 Binary files a/public/assets/images/home/1/banner-image/right-digital.webp and /dev/null differ diff --git a/public/assets/images/home/1/banner-image/right-graphic.webp b/public/assets/images/home/1/banner-image/right-graphic.webp deleted file mode 100644 index 69c1781..0000000 Binary files a/public/assets/images/home/1/banner-image/right-graphic.webp and /dev/null differ diff --git a/public/assets/images/home/1/banner-image/right-seo.webp b/public/assets/images/home/1/banner-image/right-seo.webp deleted file mode 100644 index ab621f6..0000000 Binary files a/public/assets/images/home/1/banner-image/right-seo.webp and /dev/null differ diff --git a/public/assets/images/home/1/banner-image/right-web.webp b/public/assets/images/home/1/banner-image/right-web.webp deleted file mode 100644 index d9b723f..0000000 Binary files a/public/assets/images/home/1/banner-image/right-web.webp and /dev/null differ diff --git a/public/assets/images/home/1/banner-image/seo-strategies.webp b/public/assets/images/home/1/banner-image/seo-strategies.webp deleted file mode 100644 index 1713656..0000000 Binary files a/public/assets/images/home/1/banner-image/seo-strategies.webp and /dev/null differ diff --git a/public/assets/images/home/1/banner-image/seo.webp b/public/assets/images/home/1/banner-image/seo.webp index 1713656..77976fe 100644 Binary files a/public/assets/images/home/1/banner-image/seo.webp and b/public/assets/images/home/1/banner-image/seo.webp differ diff --git a/public/assets/images/home/1/banner-image/web.webp b/public/assets/images/home/1/banner-image/web.webp index 64d5b56..2ea7331 100644 Binary files a/public/assets/images/home/1/banner-image/web.webp and b/public/assets/images/home/1/banner-image/web.webp differ diff --git a/src/app/about-us/page.tsx b/src/app/about-us/page.tsx index b3e6923..a1130b2 100644 --- a/src/app/about-us/page.tsx +++ b/src/app/about-us/page.tsx @@ -36,7 +36,7 @@ export default function Home2() { - + diff --git a/src/components/blog/BlogSidebar.tsx b/src/components/blog/BlogSidebar.tsx index f21e547..c8e8e2d 100644 --- a/src/components/blog/BlogSidebar.tsx +++ b/src/components/blog/BlogSidebar.tsx @@ -139,7 +139,7 @@ const BlogSidebar = ({ {/* Recent News Widget */}
-

Recent News

+

Recent Blogs

{recentPosts.map((post: any) => ( diff --git a/src/components/careers/WorkProcessSection.tsx b/src/components/careers/WorkProcessSection.tsx index def77f9..a3a8a38 100644 --- a/src/components/careers/WorkProcessSection.tsx +++ b/src/components/careers/WorkProcessSection.tsx @@ -50,7 +50,7 @@ const WorkProcessSection2 = () => { shape @@ -94,9 +94,9 @@ const WorkProcessSection2 = () => { {processCards.map((card) => (
{card.id}
-
+ {/*
-
+
*/}
{card.text.split('\n').map((line, i) => ( diff --git a/src/components/common/Offcanvas.tsx b/src/components/common/Offcanvas.tsx index 772273e..5f6592e 100644 --- a/src/components/common/Offcanvas.tsx +++ b/src/components/common/Offcanvas.tsx @@ -8,7 +8,7 @@ const mobileNavItems = [ title: "Service", link: "/services-digital-solutions", children: [ - { title: "Website Development", link: "/services-digital-solutions/web-development" }, + { title: "Website Development", link: "/services-digital-solutions/website-development-company" }, { title: "Mobile Application Development", link: "/services-digital-solutions/mobile-application-development" }, { title: "Graphic Designing", link: "/services-digital-solutions/graphic-designing-company" }, { title: "UI / UX Designing", link: "/services-digital-solutions/ui-ux-designing" }, diff --git a/src/components/contact/ContactSection.tsx b/src/components/contact/ContactSection.tsx index 526d13b..65104d9 100644 --- a/src/components/contact/ContactSection.tsx +++ b/src/components/contact/ContactSection.tsx @@ -98,14 +98,14 @@ const ContactSection = () => {
Let's Connect
-

Drop us a Line.

+

Drop us a Line.

Whether you have a question, a project idea, or just want to chat about your digital needs, our team is here to listen and provide tailored solutions. Reach out to Metatroncube Software Solutions and start your journey towards innovative digital success.

{/* */}
-
+
@@ -114,7 +114,7 @@ const ContactSection = () => {
-
+
@@ -123,7 +123,7 @@ const ContactSection = () => {
-
+
diff --git a/src/components/home/AboutThree.tsx b/src/components/home/AboutThree.tsx index 1b06fe4..61dcf6e 100644 --- a/src/components/home/AboutThree.tsx +++ b/src/components/home/AboutThree.tsx @@ -63,7 +63,7 @@ const AboutThree = () => {
  • - icon + Innovate Fearlessly

    Innovate Fearlessly

  • diff --git a/src/components/home/AboutTwo.tsx b/src/components/home/AboutTwo.tsx index 7d73097..0281968 100644 --- a/src/components/home/AboutTwo.tsx +++ b/src/components/home/AboutTwo.tsx @@ -8,12 +8,12 @@ const AboutTwo = () => {
    shape shape diff --git a/src/components/home/CounterAreaThree.tsx b/src/components/home/CounterAreaThree.tsx index 7ce6245..32b4bcd 100644 --- a/src/components/home/CounterAreaThree.tsx +++ b/src/components/home/CounterAreaThree.tsx @@ -87,7 +87,7 @@ const CounterAreaThree: React.FC = () => { {counterItems.map((item, index) => (
  • - icon + {item.text}

    diff --git a/src/components/home/CounterAreaTwo.tsx b/src/components/home/CounterAreaTwo.tsx index 5597316..33e7bdd 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) => (
  • - icon + {item.text}

    diff --git a/src/components/home/FaqFour.tsx b/src/components/home/FaqFour.tsx index 9226027..04f6bf7 100644 --- a/src/components/home/FaqFour.tsx +++ b/src/components/home/FaqFour.tsx @@ -81,7 +81,7 @@ const FaqFour = () => {
    Metatroncube FAQs: web-apps, SEO, & digital marketing
    faq diff --git a/src/components/home/PortfolioSection.tsx b/src/components/home/PortfolioSection.tsx index 0540a3e..44eede1 100644 --- a/src/components/home/PortfolioSection.tsx +++ b/src/components/home/PortfolioSection.tsx @@ -214,7 +214,7 @@ export default function PortfolioSection() {
    PORTFOLIO
    -

    We Serve the Best Works

    +

    We Serve the Best Works

    diff --git a/src/components/home/ProjectsSection.tsx b/src/components/home/ProjectsSection.tsx index 70daebc..8737020 100644 --- a/src/components/home/ProjectsSection.tsx +++ b/src/components/home/ProjectsSection.tsx @@ -10,7 +10,7 @@ const projectsData = [ description: "5 Feb, 2025 | Full Time", image: "/assets/images/careers/4/web.webp", category: "web", - link: "/services-digital-solutions/web-development" + link: "/services-digital-solutions/website-development-company" }, { id: 2, diff --git a/src/components/home/home-1/AboutSection.tsx b/src/components/home/home-1/AboutSection.tsx index 7b82752..8057500 100644 --- a/src/components/home/home-1/AboutSection.tsx +++ b/src/components/home/home-1/AboutSection.tsx @@ -49,7 +49,7 @@ const AboutSection = () => {

    Partner with Metatroncube Software Solutions 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 109a685..5a0ebbf 100644 --- a/src/components/home/home-1/BannerSection.tsx +++ b/src/components/home/home-1/BannerSection.tsx @@ -81,10 +81,10 @@ const BannerSection = () => { style={{ backgroundImage: "url(/assets/images/home/1/dark-light/dark.webp)" }} >
    */} -
    + >
    */}
    ))} diff --git a/src/components/home/home-1/BrandSection.tsx b/src/components/home/home-1/BrandSection.tsx index 6c800ba..b36127d 100644 --- a/src/components/home/home-1/BrandSection.tsx +++ b/src/components/home/home-1/BrandSection.tsx @@ -3,7 +3,7 @@ import React from "react"; import SectionTitle from "@/components/common/SectionTitle"; import Slider from "react-slick"; -const BrandSection = () => { +const BrandSection = ({ start = 1 }) => { const settings = { dots: false, arrows: false, @@ -60,10 +60,12 @@ const BrandSection = () => { {[1, 2, 3, 4, 1, 2, 3, 4].map((num, i) => (
    - {`Brand + + {`Brand +
    ))}
    @@ -73,4 +75,4 @@ const BrandSection = () => { ); }; -export default BrandSection; +export default BrandSection; \ No newline at end of file diff --git a/src/components/home/home-1/FeaturesSection.tsx b/src/components/home/home-1/FeaturesSection.tsx index d9b654d..d8530d0 100644 --- a/src/components/home/home-1/FeaturesSection.tsx +++ b/src/components/home/home-1/FeaturesSection.tsx @@ -162,7 +162,7 @@ const FeaturesSection = () => {
    {feature.title} {
    {feature.title} {
    - icon + {service.title}

    {service.title} diff --git a/src/components/home/home-2/About2Section.tsx b/src/components/home/home-2/About2Section.tsx index e1cf77f..23ae5fd 100644 --- a/src/components/home/home-2/About2Section.tsx +++ b/src/components/home/home-2/About2Section.tsx @@ -32,14 +32,14 @@ const About2Section = () => (
    ABOUT US
    -

    Our Story

    +

    Our Story

    {/* */}

    Metatroncube Software Solutions was born from a passion for technology and a vision to revolutionize digital interactions. Based in the heart of Waterloo's tech hub, we have been pioneering custom software solutions since 2019.

    -
    +
    @@ -49,7 +49,7 @@ const About2Section = () => (
    -
    +
    @@ -59,7 +59,7 @@ const About2Section = () => (
    -
    +
    diff --git a/src/components/home/home-2/WorkProcessSection.tsx b/src/components/home/home-2/WorkProcessSection.tsx index 370fc44..aa79ba8 100644 --- a/src/components/home/home-2/WorkProcessSection.tsx +++ b/src/components/home/home-2/WorkProcessSection.tsx @@ -17,7 +17,7 @@ const WorkProcessSection = () => ( {[ { num: 1, title: "Our Mission", icon: "our-mission.webp", desc: "Empowering businesses with innovative digital growth solutions."}, { num: 2, title: "Our Vision", icon: "our-vision.webp", desc: "Redefining digital innovation for a connected, efficient future."}, - { num: 3, title: "Our Values", icon: "our-values.webp", desc: "Redefining digital innovation for a connected, efficient future."} + { num: 3, title: "Our Values", icon: "our-values.webp", desc: "Integrity and Trust, Innovation and Excellence, Collaborationl."} ].map((proc, i) => (
    diff --git a/src/components/layout/Footer1.tsx b/src/components/layout/Footer1.tsx index 23b8356..e219fbb 100644 --- a/src/components/layout/Footer1.tsx +++ b/src/components/layout/Footer1.tsx @@ -101,7 +101,7 @@ const Footer1 = () => {

    Our Services

      -
    • Website Development
    • +
    • Website Development
    • Mobile Application Development
    • Graphic Designing
    • UI / UX Designing
    • diff --git a/src/components/layout/NavItemsMetatron.tsx b/src/components/layout/NavItemsMetatron.tsx index 3ad8d2b..f1e6dfd 100644 --- a/src/components/layout/NavItemsMetatron.tsx +++ b/src/components/layout/NavItemsMetatron.tsx @@ -7,7 +7,7 @@ const navItems = [ title: 'Service', link: '/services-digital-solutions', submenu: [ - { title: 'Website Development', link: '/services-digital-solutions/web-development' }, + { title: 'Website Development', link: '/services-digital-solutions/website-development-company' }, { title: 'Mobile Application Development', link: '/services-digital-solutions/mobile-application-development' }, { title: 'Graphic Designing', link: '/services-digital-solutions/graphic-designing-company' }, { title: 'UI / UX Designing', link: '/services-digital-solutions/ui-ux-designing' }, diff --git a/src/components/layout/NavMenu.tsx b/src/components/layout/NavMenu.tsx index acf3eb7..dad9cce 100644 --- a/src/components/layout/NavMenu.tsx +++ b/src/components/layout/NavMenu.tsx @@ -7,7 +7,7 @@ const NavMenu = () => (
    • SERVICE
        -
      • WEBSITE DEVELOPMENT
      • +
      • WEBSITE DEVELOPMENT
      • MOBILE APPLICATION DEVELOPMENT
      • GRAPHIC DESIGNING
      • UI / UX DESIGNING
      • diff --git a/src/components/services-digital-solutions/AboutService.tsx b/src/components/services-digital-solutions/AboutService.tsx index b1e0a90..362feef 100644 --- a/src/components/services-digital-solutions/AboutService.tsx +++ b/src/components/services-digital-solutions/AboutService.tsx @@ -36,7 +36,7 @@ const AboutService = () => {
        Welcome to Your Next Big Opportunity
        -

        Why Join Metatroncube Software Solutions?

        +

        Why Join Metatroncube Software Solutions?

        {/* */}

        diff --git a/src/utils/constant.utils.ts b/src/utils/constant.utils.ts index 2935a8f..c7eb28e 100644 --- a/src/utils/constant.utils.ts +++ b/src/utils/constant.utils.ts @@ -3664,7 +3664,7 @@ AI is not replacing SEO—it’s evolving it. The opportunity for brands that mo

      You're not getting an overseas "one size fits all" strategy. You're getting people who understand that showing up for "coffee near Waterloo Park" can literally be the difference between a quiet afternoon and a line out the door.

      Learn more about us here: - + Click here

      @@ -4980,7 +4980,7 @@ AI is not replacing SEO—it’s evolving it. The opportunity for brands that mo
    • A law office in North York that relies on search visibility and reviews
    • An e-commerce brand shipping across the GTA and beyond
    -

    You can read more about their approach on their About page, but here’s the simple idea:

    +

    You can read more about their approach on their About page, but here’s the simple idea:

    Use AI to automate and personalize the boring, repetitive parts of marketing, so you can focus on running and growing your business.

    What Exactly Are AI Marketing Services in Toronto?

    @@ -6605,7 +6605,7 @@ AI is not replacing SEO—it’s evolving it. The opportunity for brands that mo

    You can reach out directly here:

    Contact MetatronCube Solutions

    Or learn more about the team and their background:

    -

    About MetatronCube Solutions

    +

    About MetatronCube Solutions

    Final Thoughts: Choosing the Right PPC Partner in Waterloo

    So, is MetatronCube Solutions the best PPC agency in Waterloo?

    @@ -7438,7 +7438,7 @@ AI is not replacing SEO—it’s evolving it. The opportunity for brands that mo
  • Professional firms that rely on steady, high-quality leads

If you want to learn more about the team and their background, you can visit their About page:
- About MetatronCube Solutions

+ About MetatronCube Solutions

How AI-Powered Marketing Solutions in Waterloo Actually Work

Let’s keep this simple and practical—no heavy jargon.

@@ -8206,7 +8206,7 @@ AI is not replacing SEO—it’s evolving it. The opportunity for brands that mo

Meet MetatronCube Solutions: Your Local SEO Agency

Picture this: A software whiz starts MetatronCube Solutions in 2019, right in Waterloo's tech hub. From - About, you'll see their passion for web dev, SEO, and digital marketing. They're not some distant agency—they get the local vibe, from Laurel Creek trails to Conestoga Mall shoppers.​

+ About, you'll see their passion for web dev, SEO, and digital marketing. They're not some distant agency—they get the local vibe, from Laurel Creek trails to Conestoga Mall shoppers.​

As a local SEO agency, they optimize for Waterloo-specific searches, ensuring your site ranks for "Waterloo plumber" or "Etobicoke dentist" if you're expanding nearby. Their team handles everything under one roof, saving you the hassle of juggling vendors.​

Businesses near the Waterloo Public Library tell me they love how MetatronCube understands cultural preferences here—like mobile-first strategies for busy students and professionals.

@@ -8347,7 +8347,7 @@ info@metatroncubesolutions.com

Waterloo Success Stories with MetatronCube

A bakery on King Street North battled slow winters. MetatronCube ran Instagram Reels + Facebook offers—sales up 35%, per their process. Another, a salon near Westmount Place, used LinkedIn for corporate events, filling chairs.

-

These aren't outliers. Local directories list them strong—Google Maps https://www.google.com/maps/search/Metatroncube+Software+Solutions+Waterloo, Waterloo Chamber. Visit About for more.​

+

These aren't outliers. Local directories list them strong—Google Maps https://www.google.com/maps/search/Metatroncube+Software+Solutions+Waterloo, Waterloo Chamber. Visit About for more.​

Practical Tips from a Local Social Media Agency

Post native videos—higher engagement. Use urgency: "Today only, Uptown pickup." Budget 70% creation, 30% boosts initially.

diff --git a/src/utils/data.ts b/src/utils/data.ts index 465c5ca..50f7998 100644 --- a/src/utils/data.ts +++ b/src/utils/data.ts @@ -536,7 +536,7 @@ export const ourServices = [ { id: 1, title: "Website Development", - slug: "web-development", + slug: "website-development-company", icon: "/assets/images/services/service/icon-1.webp", image: "/assets/images/services/service/img-1.webp", bigImage: "/assets/images/services/service/web.webp", @@ -1518,7 +1518,7 @@ Robust Security
- Kitchener Waterloo Website Design + Kitchener Waterloo Website Design services
@@ -1739,7 +1739,7 @@ Robust Security
- Web Design Waterloo + professional Web Design Waterloo