2 Commits

Author SHA1 Message Date
85a8e6eba5 Update src/app/page.tsx 2026-02-23 15:58:04 +00:00
a79ebf1f7c Update src/app/layout.tsx 2026-02-23 15:58:04 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1396,4 +1396,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -250,4 +250,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}