4 Commits

Author SHA1 Message Date
9a5a7c8251 Merge version_3 into main
Merge version_3 into main
2026-03-09 01:25:58 +00:00
386783e61a Update src/app/page.tsx 2026-03-09 01:25:54 +00:00
f136c32fce Update src/app/layout.tsx 2026-03-09 01:25:53 +00:00
ecea7b6153 Merge version_2 into main
Merge version_2 into main
2026-03-09 01:22:38 +00:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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