diff --git a/src/components/layouts/Footer.tsx b/src/components/layouts/Footer.tsx index 1b26204..e55bb3b 100644 --- a/src/components/layouts/Footer.tsx +++ b/src/components/layouts/Footer.tsx @@ -23,7 +23,7 @@ const socialLinks: { name: SocialName; label: string; href: string }[] = [ const ecosystemLinks = [ { name: "IQ AI", href: "https://iqai.com/" }, { name: "IQ.wiki", href: "https://iq.wiki/" }, - { name: "IQ Industries", href: "https://iqindustries.ai/" }, + { name: "IQ Industries", href: "https://iqindustries.com/" }, { name: "IQ Blog", href: "https://blog.iqai.com/" }, ]; diff --git a/src/components/layouts/ecosystem.tsx b/src/components/layouts/ecosystem.tsx index b1b6dd2..2181245 100644 --- a/src/components/layouts/ecosystem.tsx +++ b/src/components/layouts/ecosystem.tsx @@ -6,7 +6,7 @@ import { Display, Eyebrow, Section } from "./section-kit"; const PRODUCTS = [ { key: "iqai", href: "https://iqai.com/" }, { key: "wiki", href: "https://iq.wiki/" }, - { key: "industries", href: "https://iqindustries.ai/" }, + { key: "industries", href: "https://iqindustries.com/" }, ] as const; const Ecosystem = async () => {