Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a960f2a6c1 | ||
|
|
72e588b3a7 |
@ -9464,12 +9464,20 @@ ul.social-box li a:hover {
|
|||||||
|
|
||||||
.blogbanner-shape {
|
.blogbanner-shape {
|
||||||
|
|
||||||
width: 45%;
|
width: 60%;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@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){
|
@media only screen and (min-width: 320px) and (max-width: 992px){
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
BIN
public/assets/images/blog/blog-cards/boost-card.webp
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
public/assets/images/blog/blog-cards/google-business-card.webp
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
public/assets/images/blog/blog-cards/local-customers-card.webp
Normal file
|
After Width: | Height: | Size: 7.8 KiB |
BIN
public/assets/images/blog/blog-cards/small-card.webp
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
public/assets/images/blog/blog-details/boost-big-img.webp
Normal file
|
After Width: | Height: | Size: 30 KiB |
|
After Width: | Height: | Size: 22 KiB |
|
After Width: | Height: | Size: 16 KiB |
BIN
public/assets/images/blog/blog-details/small-big-img.webp
Normal file
|
After Width: | Height: | Size: 23 KiB |
BIN
public/assets/images/portfolio/shopify/2.0.png
Normal file
|
After Width: | Height: | Size: 567 KiB |
BIN
public/assets/images/portfolio/web-development/Cybus.png
Normal file
|
After Width: | Height: | Size: 304 KiB |
|
After Width: | Height: | Size: 362 KiB |
|
After Width: | Height: | Size: 702 KiB |
BIN
public/assets/images/portfolio/web-development/Sixty5Street.png
Normal file
|
After Width: | Height: | Size: 210 KiB |
BIN
public/assets/images/portfolio/web-development/TCA.png
Normal file
|
After Width: | Height: | Size: 309 KiB |
BIN
public/assets/images/portfolio/web-development/repharehab.png
Normal file
|
After Width: | Height: | Size: 235 KiB |
BIN
public/assets/images/portfolio/wordpress/TNCSC.png
Normal file
|
After Width: | Height: | Size: 983 KiB |
@ -82,6 +82,10 @@ const blogPosts = [
|
|||||||
{ slug: 'mastering-omnichannel-marketing-strategies-for-2026' },
|
{ slug: 'mastering-omnichannel-marketing-strategies-for-2026' },
|
||||||
{ slug: 'how-metatroncube-solutions-improve-local-seo-waterloo' },
|
{ slug: 'how-metatroncube-solutions-improve-local-seo-waterloo' },
|
||||||
{ slug: 'why-metatroncube-solutions-top-choice-social-media-marketing-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,6 +11,7 @@ const tabs = [
|
|||||||
{ label: "Graphic Design", value: "graphic" },
|
{ label: "Graphic Design", value: "graphic" },
|
||||||
{ label: "Google Meta Ads", value: "meta" },
|
{ label: "Google Meta Ads", value: "meta" },
|
||||||
{ label: "Shopify Store", value: "shopify" },
|
{ label: "Shopify Store", value: "shopify" },
|
||||||
|
{ label: "WordPress", value: "wordpress" },
|
||||||
{ label: "Logo Branding", value: "logo" },
|
{ label: "Logo Branding", value: "logo" },
|
||||||
{ label: "Video Editing", value: "video" },
|
{ label: "Video Editing", value: "video" },
|
||||||
];
|
];
|
||||||
|
|||||||