update home page

This commit is contained in:
2026-07-30 12:58:31 +05:30
parent 9768eabe4d
commit af8a9d5de1
80 changed files with 46814 additions and 1535 deletions

View File

@@ -4,7 +4,7 @@
// CSS custom properties in globals.css mirror these for Tailwind usage.
// ─────────────────────────────────────────────────────────────────────
/** Color palette — use Tailwind classes (e.g. `bg-aiero-dark`) when possible */
/** Color palette — use Tailwind classes (e.g. `bg-tenext-dark`) when possible */
export const colors = {
// Backgrounds
bgDark: "#1F1F1F",
@@ -30,6 +30,9 @@ export const colors = {
textMuted: "#87899B",
textWhite: "#FFFFFF",
textDark: "#1F1F1F",
// Surfaces
surfaceMuted: "#ECF0F4",
} as const;
/** Spacing tokens — predefined values only, no arbitrary px */

View File

@@ -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: "#" },