update home page
This commit is contained in:
@@ -15,13 +15,13 @@ export interface FooterLink {
|
||||
}
|
||||
|
||||
export const siteConfig = {
|
||||
name: "Aiero",
|
||||
name: "tenext",
|
||||
tagline: "AI Agency",
|
||||
|
||||
// Contact
|
||||
phone: "+1 800 529 10 37",
|
||||
phoneRaw: "+18005291037",
|
||||
email: "aiero@mail.co",
|
||||
email: "tenext@mail.co",
|
||||
address: {
|
||||
line1: "USA, New York – 1060",
|
||||
line2: "Str. First Avenue 1",
|
||||
@@ -29,9 +29,17 @@ export const siteConfig = {
|
||||
|
||||
// Social
|
||||
socials: [
|
||||
{ platform: "Facebook", url: "https://www.facebook.com/", icon: "facebook" },
|
||||
{
|
||||
platform: "Facebook",
|
||||
url: "https://www.facebook.com/",
|
||||
icon: "facebook",
|
||||
},
|
||||
{ platform: "X", url: "https://twitter.com/", icon: "x-twitter" },
|
||||
{ platform: "LinkedIn", url: "https://www.linkedin.com/", icon: "linkedin" },
|
||||
{
|
||||
platform: "LinkedIn",
|
||||
url: "https://www.linkedin.com/",
|
||||
icon: "linkedin",
|
||||
},
|
||||
{ platform: "Youtube", url: "https://www.youtube.com/", icon: "youtube" },
|
||||
] as SocialLink[],
|
||||
|
||||
@@ -52,7 +60,7 @@ export const siteConfig = {
|
||||
},
|
||||
|
||||
// Legal
|
||||
copyright: "©Aiero 2025. All rights reserved.",
|
||||
copyright: "©tenext 2025. All rights reserved.",
|
||||
legalLinks: [
|
||||
{ label: "Terms of use", href: "#" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user