diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 8bffb07..95c7b86 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -27,12 +27,14 @@ export const metadata: Metadata = { openGraph: { title: "AI Growth Infrastructure | Installed AI", description: "Engineer your growth with AI. Content creation, paid media, automation, and intelligent systems.", siteName: "Installed AI", type: "website", images: [ { - url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APXYs8p19SwZgPCy0dYpDGi8Hd/sleek-ai-infrastructure-visualization-sh-1772496096155-a1fa375c.png", alt: "AI Infrastructure Platform"}, + url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APXYs8p19SwZgPCy0dYpDGi8Hd/sleek-ai-infrastructure-visualization-sh-1772496096155-a1fa375c.png", alt: "AI Infrastructure Platform" + }, ], }, twitter: { card: "summary_large_image", title: "AI Growth Infrastructure | Installed AI", description: "We install AI into your business. Build growth systems that work 24/7.", images: [ - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APXYs8p19SwZgPCy0dYpDGi8Hd/sleek-ai-infrastructure-visualization-sh-1772496096155-a1fa375c.png"], + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APXYs8p19SwZgPCy0dYpDGi8Hd/sleek-ai-infrastructure-visualization-sh-1772496096155-a1fa375c.png" + ], }, }; diff --git a/src/app/team/page.tsx b/src/app/team/page.tsx index be54bbf..3088cbf 100644 --- a/src/app/team/page.tsx +++ b/src/app/team/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; +import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import { Rocket, Users } from 'lucide-react'; @@ -35,7 +35,7 @@ export default function TeamPage() {
-