From 85cad47dd8c034ec3e26a51f2cf6e7bcc463e7b5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 01:05:40 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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" + ], }, }; -- 2.49.1 From 85573c21ab495ab682ced819aa43a269bead7980 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 01:05:40 +0000 Subject: [PATCH 2/2] Update src/app/team/page.tsx --- src/app/team/page.tsx | 31 ++++++++++++------------------- 1 file changed, 12 insertions(+), 19 deletions(-) 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() {
- -- 2.49.1