feat: implement solutions page, use cases, and update landing page sections including MagicBento, ScrollStack, and interactive components

This commit is contained in:
R-Bharathraj
2026-07-04 17:28:38 +05:30
parent abcefbb9c9
commit 727a6bcb62
52 changed files with 3061 additions and 835 deletions

View File

@@ -10,7 +10,7 @@ const NAV = [
links: [
{ label: 'For People', href: '/for_people' },
{ label: 'For Business', href: '/use_cases' },
{ label: 'Solutions', href: '/solutions_page' },
{ label: 'Meet the Crew', href: '/solutions_page' },
],
},
{
@@ -24,7 +24,7 @@ const NAV = [
{
title: 'Company',
links: [
{ label: 'Meet the Crew', href: '/about_us' },
{ label: 'About us', href: '/about_us' },
{ label: 'Market Insights', href: '/blog_main' },
{ label: 'Contact Us', href: '/contacts' },
],