blog updated
This commit is contained in:
parent
24d0e4f765
commit
5b6821cce9
@ -54,8 +54,8 @@ const Blog = () => {
|
||||
<h2>
|
||||
<Link legacyBehavior href={`${blog?.slug}`}>
|
||||
<a>
|
||||
{blog?.title.length > 50
|
||||
? blog.title.substring(0, 50) + '...'
|
||||
{blog?.title.length > 40
|
||||
? blog.title.substring(0, 40) + '...'
|
||||
: blog.title}
|
||||
</a>
|
||||
</Link>
|
||||
|
||||
BIN
public/assets/images/blog/blog-cards/1-card-seo.webp
Normal file
BIN
public/assets/images/blog/blog-cards/1-card-seo.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.2 KiB |
BIN
public/assets/images/blog/blog-cards/2-card-features.webp
Normal file
BIN
public/assets/images/blog/blog-cards/2-card-features.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
BIN
public/assets/images/blog/blog-details/features-big-img.webp
Normal file
BIN
public/assets/images/blog/blog-details/features-big-img.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 34 KiB |
BIN
public/assets/images/blog/blog-details/seo-big-img.webp
Normal file
BIN
public/assets/images/blog/blog-details/seo-big-img.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
File diff suppressed because one or more lines are too long
@ -107,6 +107,8 @@ const blogPosts = [
|
||||
{ slug: 'how-can-metatroncube-solutions-improve-mobile-ux-for-my-business-website' },
|
||||
{ slug: 'is-metatroncube-solutions-a-good-agency-for-website-redesign-in-waterloo' },
|
||||
{ slug: 'does-metatroncube-solutions-provide-website-audits-for-small-businesses' },
|
||||
{ slug: 'seo-for-small-businesses-waterloo' },
|
||||
{ slug: 'modern-business-website-features-waterloo' },
|
||||
|
||||
];
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user