2 Commits

Author SHA1 Message Date
0f144c7d54 Update src/app/page.tsx 2025-12-24 13:28:25 +00:00
f0f0990d6e Update src/app/layout.tsx 2025-12-24 13:28:24 +00:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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