blog updated

This commit is contained in:
Selvi 2026-02-18 13:16:38 +05:30
parent 24d0e4f765
commit 5b6821cce9
8 changed files with 802 additions and 460 deletions

View File

@ -54,8 +54,8 @@ const Blog = () => {
<h2> <h2>
<Link legacyBehavior href={`${blog?.slug}`}> <Link legacyBehavior href={`${blog?.slug}`}>
<a> <a>
{blog?.title.length > 50 {blog?.title.length > 40
? blog.title.substring(0, 50) + '...' ? blog.title.substring(0, 40) + '...'
: blog.title} : blog.title}
</a> </a>
</Link> </Link>

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

File diff suppressed because one or more lines are too long

View File

@ -107,6 +107,8 @@ const blogPosts = [
{ slug: 'how-can-metatroncube-solutions-improve-mobile-ux-for-my-business-website' }, { 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: 'is-metatroncube-solutions-a-good-agency-for-website-redesign-in-waterloo' },
{ slug: 'does-metatroncube-solutions-provide-website-audits-for-small-businesses' }, { 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