update the layout
This commit is contained in:
@@ -16,15 +16,15 @@ export interface FooterLink {
|
||||
|
||||
export const siteConfig = {
|
||||
name: "tenext",
|
||||
tagline: "AI Agency",
|
||||
tagline: "Enterprise Digital Transformation",
|
||||
|
||||
// Contact
|
||||
phone: "+1 800 529 10 37",
|
||||
phoneRaw: "+18005291037",
|
||||
email: "tenext@mail.co",
|
||||
phone: "+91 96294 15770",
|
||||
phoneRaw: "+919629415770",
|
||||
email: "info@tenext.in",
|
||||
address: {
|
||||
line1: "USA, New York – 1060",
|
||||
line2: "Str. First Avenue 1",
|
||||
line1: "424 Redrose Towers, DB Road",
|
||||
line2: "RS Puram, Coimbatore, India",
|
||||
},
|
||||
|
||||
// Social
|
||||
@@ -47,20 +47,20 @@ export const siteConfig = {
|
||||
footerLinks: {
|
||||
company: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Creative Team", href: "#" },
|
||||
{ label: "Pricing Plans", href: "#" },
|
||||
{ label: "FAQ", href: "#" },
|
||||
{ label: "Leadership", href: "/about#team" },
|
||||
{ label: "Careers", href: "/careers" },
|
||||
{ label: "Contact", href: "/contacts" },
|
||||
] as FooterLink[],
|
||||
services: [
|
||||
{ label: "Services Page", href: "/services" },
|
||||
{ label: "AI Systems", href: "#" },
|
||||
{ label: "Deep Learning", href: "#" },
|
||||
{ label: "Neural Networks", href: "#" },
|
||||
{ label: "Cloud & Enterprise Platforms", href: "/services#cloud-enterprise-platforms" },
|
||||
{ label: "AI & Data Science", href: "/services#ai-data-science" },
|
||||
{ label: "Enterprise Mobility", href: "/services#enterprise-mobility" },
|
||||
{ label: "Digital Commerce", href: "/services#digital-commerce" },
|
||||
] as FooterLink[],
|
||||
},
|
||||
|
||||
// Legal
|
||||
copyright: "©tenext 2025. All rights reserved.",
|
||||
copyright: "©Tenext Technologies 2026. All rights reserved.",
|
||||
legalLinks: [
|
||||
{ label: "Terms of use", href: "#" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user