2 Commits

Author SHA1 Message Date
1e0e0056f5 Update src/app/page.tsx 2025-12-27 15:13:01 +00:00
7ee5033788 Update src/app/layout.tsx 2025-12-27 15:12:59 +00:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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