3 Commits

Author SHA1 Message Date
63892006cc Update src/app/page.tsx 2025-12-26 14:53:15 +00:00
b87232bf99 Update src/app/page.tsx 2025-12-26 14:51:24 +00:00
f0d314b4f0 Update src/app/layout.tsx 2025-12-26 14:51:23 +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

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