2 Commits

Author SHA1 Message Date
a5a51d7616 Update src/app/page.tsx 2025-12-26 08:07:28 +00:00
d09c033cc4 Update src/app/layout.tsx 2025-12-26 08:07:27 +00:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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