2 Commits

Author SHA1 Message Date
788f1a675e Update src/app/page.tsx 2026-01-23 14:20:56 +00:00
5596b3fe44 Update src/app/layout.tsx 2026-01-23 14:20:55 +00:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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