2 Commits

Author SHA1 Message Date
985c69e085 Update src/app/page.tsx 2026-03-04 13:35:16 +00:00
d5691e0003 Update src/app/layout.tsx 2026-03-04 13:35:15 +00:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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