2 Commits

Author SHA1 Message Date
ea1191686b Update src/app/page.tsx 2025-12-23 11:42:11 +00:00
60db6fc3d8 Update src/app/layout.tsx 2025-12-23 11:42:10 +00:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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