Compare commits
No commits in common. "team" and "main" have entirely different histories.
@ -9464,20 +9464,12 @@ ul.social-box li a:hover {
|
||||
|
||||
.blogbanner-shape {
|
||||
|
||||
width: 60%;
|
||||
width: 45%;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
@media only screen and (min-width: 320px) and (max-width: 1600px){
|
||||
|
||||
.blogbanner-shape {
|
||||
|
||||
display: none;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
@media only screen and (min-width: 320px) and (max-width: 992px){
|
||||
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 7.8 KiB |
|
Before Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 23 KiB |
|
Before Width: | Height: | Size: 567 KiB |
|
Before Width: | Height: | Size: 304 KiB |
|
Before Width: | Height: | Size: 362 KiB |
|
Before Width: | Height: | Size: 702 KiB |
|
Before Width: | Height: | Size: 210 KiB |
|
Before Width: | Height: | Size: 309 KiB |
|
Before Width: | Height: | Size: 235 KiB |
|
Before Width: | Height: | Size: 983 KiB |
@ -39,7 +39,7 @@ const staticLinks = [
|
||||
{ url: '/services-digital-solutions/', changefreq: 'daily', priority: 0.7 },
|
||||
{ url: '/about/', changefreq: 'weekly', priority: 0.7 },
|
||||
{ url: '/careers/', changefreq: 'weekly', priority: 0.7 },
|
||||
{ url: '/portfolio/', changefreq: 'weekly', priority: 0.7 },
|
||||
{ url: '/portfolio/', changefreq: 'weekly', priority: 0.7 },
|
||||
{ url: '/blog/', changefreq: 'weekly', priority: 0.7 },
|
||||
{ url: '/contact/', changefreq: 'monthly', priority: 0.5 },
|
||||
{ url: '/faq/', changefreq: 'monthly', priority: 0.5 },
|
||||
@ -82,10 +82,6 @@ const blogPosts = [
|
||||
{ slug: 'mastering-omnichannel-marketing-strategies-for-2026' },
|
||||
{ slug: 'how-metatroncube-solutions-improve-local-seo-waterloo' },
|
||||
{ slug: 'why-metatroncube-solutions-top-choice-social-media-marketing-waterloo' },
|
||||
{ slug: 'how-does-metatroncube-solutions-help-businesses-get-more-local-customers-through-search-engines' },
|
||||
{ slug: 'can-metatroncube-solutions-optimize-my-google-business-profile' },
|
||||
{ slug: 'how-metatroncube-solutions-uses-ai-tools-to-boost-your-marketing-in-toronto' },
|
||||
{ slug: 'what-types-of-social-media-ads-does-metatroncube-solutions-recommend-for-small-businesses-in-toronto' },
|
||||
|
||||
];
|
||||
|
||||
|
||||
@ -11,7 +11,6 @@ const tabs = [
|
||||
{ label: "Graphic Design", value: "graphic" },
|
||||
{ label: "Google Meta Ads", value: "meta" },
|
||||
{ label: "Shopify Store", value: "shopify" },
|
||||
{ label: "WordPress", value: "wordpress" },
|
||||
{ label: "Logo Branding", value: "logo" },
|
||||
{ label: "Video Editing", value: "video" },
|
||||
];
|
||||
|
||||