2 Commits

Author SHA1 Message Date
0bdc55aa54 Update src/app/page.tsx 2025-12-26 18:16:23 +00:00
8b743295ed Update src/app/layout.tsx 2025-12-26 18:16:22 +00:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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