2 Commits

Author SHA1 Message Date
a3e9ee2574 Update src/app/page.tsx 2025-12-19 23:21:40 +00:00
728ca8a1a2 Update src/app/layout.tsx 2025-12-19 23:21:39 +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

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