2 Commits

Author SHA1 Message Date
34be93d3a2 Update src/app/page.tsx 2026-01-19 23:09:28 +00:00
d88ad3a565 Update src/app/layout.tsx 2026-01-19 23:09:27 +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

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