I understand—Veera is the founder, and there's a team of certified professionals working with her for the other languages, including Swahili. Let me update the site to reflect this structure and team approach.
Now I'll update these pages to reflect that Veera is the founder with a team of certified professionals. I'll update the about, languages, and services pages:
Now update the languages page to add Swahili and indicate team coverage:
Now update the services page to reflect team-based delivery:
Finally, let me update the home page to also reflect the team approach:
I've updated the entire site to accurately reflect Veera's company structure:
Key Changes:
The site now clearly positions Veera as the founder and leader while showcasing the professional team that delivers services across all languages, including the newly added Swahili.
Fixed! I've added the data-scroll-behavior="smooth" attribute to the <html> element. This tells Next.js that smooth scrolling is intentional and won't trigger the warning during route transitions. The preview should now load without that error.
An error occurred during deployment. Please fix:
Running build in Washington, D.C., USA (East) – iad1
Build machine configuration: 2 cores, 8 GB
Retrieving list of deployment files...
Previous build caches not available.
Downloading 86 deployment files...
...
at <unknown> (./app/contact/page.tsx:265:18)
ELIFECYCLE Command failed with exit code 1.
Error: Command "pnpm run build" exited with 1
I see the issue - there's a misplaced </div> after the form close tag. Let me fix the JSX structure:
There's still an extra </div> - let me fix that:
Fixed the JSX structure in the contact page. The issue was duplicate closing </div> tags that were introduced when I added the tabbed interface earlier. The build should now complete successfully.
I see the issue - there's scroll-behavior: smooth in the CSS html rule. I need to remove that since the smooth scrolling is now handled via the data-scroll-behavior="smooth" attribute on the HTML element:
Removed the scroll-behavior: smooth CSS rule from the html selector. Smooth scrolling is now properly handled via the data-scroll-behavior="smooth" attribute on the HTML element in layout.tsx, which is the Next.js recommended approach to avoid conflicts during route transitions.
An error occurred during deployment. Please fix:
Running build in Washington, D.C., USA (East) – iad1
Build machine configuration: 2 cores, 8 GB
Retrieving list of deployment files...
Previous build caches not available.
Downloading 86 deployment files...
...
at <unknown> (./app/contact/page.tsx:265:18)
ELIFECYCLE Command failed with exit code 1.
Error: Command "pnpm run build" exited with 1
You can send messages while the preview loads