Skip to content

Commit

Permalink
SEMrush - Adding lang param & h1 for homepage (#3034)
Browse files Browse the repository at this point in the history
* SEMrush - Adding lang param & h1 for homepage

TODO

* Updating pnpm-lock

* Adding updated pnpm lock file

* updated tina-lock

* Synching package.json with prod

* removing extra dependencies

* Adding prod's lock-file
  • Loading branch information
amankumarrr authored Aug 28, 2024
1 parent 57b8ac9 commit eff221f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/pages/home.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ afterBody:
showAzureFooter: true
---

## Australia's Leading AI, .NET and Azure Consultants
# Australia's Leading AI, .NET and Azure Consultants

SSW Consulting has over 30 years of experience developing awesome Microsoft solutions that today build on top of Angular, React, Vue, Azure, Azure DevOps, OpenAI, SharePoint, Office 365, Blazor, .NET, WebAPI, Dynamics 365, and SQL Server. [More on SSW's consulting services.](https://www.ssw.com.au/consulting "More on SSW's consulting services")

Expand Down
13 changes: 13 additions & 0 deletions pages/_document.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import { Head, Html, Main, NextScript } from "next/document";

export default function Document() {
return (
<Html lang="en">
<Head />
<body>
<Main />
<NextScript />
</body>
</Html>
);
}
2 changes: 1 addition & 1 deletion tina/tina-lock.json

Large diffs are not rendered by default.

0 comments on commit eff221f

Please sign in to comment.