Merge version_3 into main #8

Merged
bender merged 2 commits from version_3 into main 2026-03-09 11:41:38 +00:00
2 changed files with 6 additions and 2 deletions

View File

@@ -16,8 +16,10 @@ export default function RootLayout({
children: React.ReactNode;
}) {
return (
<html lang="en">
<body className={poppins.variable}>{children}
<html lang="en" suppressHydrationWarning>
<body className={poppins.variable}>
{children}
<script
dangerouslySetInnerHTML={{
__html: `

View File

@@ -33,6 +33,8 @@ export default function LandingPage() {
{ name: "Why Us", id: "why-us" },
{ name: "Contact", id: "contact" }
]}
isSticky={true}
scrollBehavior="refined"
/>
</div>