3 Commits

Author SHA1 Message Date
4c53cfb870 Update src/app/page.tsx 2025-12-26 16:26:12 +00:00
7b2ab86e9a Update src/app/layout.tsx 2025-12-26 16:26:11 +00:00
457426a145 Update src/app/page.tsx 2025-12-26 16:23:12 +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

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