Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9add3cbbd6 | |||
| b7bbf2afd9 | |||
| adbb2ea2d8 |
@@ -203,8 +203,7 @@ export default function LandingPage() {
|
|||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{ label: "hello@aditly.com", href: "mailto:hello@aditly.com" },
|
{ label: "hello@aditly.com", href: "mailto:hello@aditly.com" }
|
||||||
{ label: "© 2025 Aditly", href: "#" }
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
@@ -212,4 +211,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user