3 Commits

Author SHA1 Message Date
09ee64ab40 Update src/app/page.tsx 2026-01-27 18:56:17 +00:00
d5ed12b7e1 Update src/app/page.tsx 2026-01-27 18:51:15 +00:00
d1f42d50f2 Update src/app/layout.tsx 2026-01-27 18:51:14 +00:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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