Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-03-12 14:01:34 +00:00

View File

@@ -203,8 +203,7 @@ export default function LandingPage() {
columns={[
{
items: [
{ label: "hello@aditly.com", href: "mailto:hello@aditly.com" },
{ label: "© 2025 Aditly", href: "#" }
{ label: "hello@aditly.com", href: "mailto:hello@aditly.com" }
]
}
]}
@@ -212,4 +211,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}