From 16a46440f43d801cddb099d1db0b2f806642d69c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 13:35:38 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index cd21134..8891efa 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -65,7 +65,7 @@ export default function AboutPage() { }, ]} buttonAnimation="slide-up" - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Az3FUjwyuzpropZb2IKghP5ZMC/close-up-technical-showcase-of-the-aegis-1773581669085-2baf4cb7.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Az3FUjwyuzpropZb2IKghP5ZMC/close-up-technical-showcase-of-the-aegis-1773581669085-2baf4cb7.png?_wi=2" imageAlt="Vanguard Robotics Innovation" mediaAnimation="slide-up" imagePosition="right" @@ -123,7 +123,7 @@ export default function AboutPage() { "Integrated thermal and infrared imaging for 24/7 detection", "AI-powered computer vision for intelligent threat analysis", ], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Az3FUjwyuzpropZb2IKghP5ZMC/advanced-visualization-of-lidar-technolo-1773581671915-f0c8b00c.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Az3FUjwyuzpropZb2IKghP5ZMC/advanced-visualization-of-lidar-technolo-1773581671915-f0c8b00c.png?_wi=2", }, { id: "ai", @@ -133,7 +133,7 @@ export default function AboutPage() { "Continuous learning systems that improve with deployment", "Real-time anomaly detection and behavioral analysis", ], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Az3FUjwyuzpropZb2IKghP5ZMC/futuristic-ai-analytics-interface-dashbo-1773581669438-a6e28f14.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Az3FUjwyuzpropZb2IKghP5ZMC/futuristic-ai-analytics-interface-dashbo-1773581669438-a6e28f14.png?_wi=2", }, { id: "enterprise", @@ -143,7 +143,7 @@ export default function AboutPage() { "Cloud-native architecture with enterprise integration", "Full compliance with ISO 27001 and SOC 2 certifications", ], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Az3FUjwyuzpropZb2IKghP5ZMC/enterprise-security-architecture-dashboa-1773581670592-e021fcb5.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Az3FUjwyuzpropZb2IKghP5ZMC/enterprise-security-architecture-dashboa-1773581670592-e021fcb5.png?_wi=2", }, ]} /> -- 2.49.1 From 335e00bd10b46fd5338a5eb0af9c00e0c58db3ad Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 13:35:39 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 28cfd30..a698270 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -45,7 +45,7 @@ export default function ContactPage() { title="Ready to Deploy Aegis-01?" description="Get in touch with our security solutions team to discuss your facility's specific needs and receive a customized quote." useInvertedBackground={false} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Az3FUjwyuzpropZb2IKghP5ZMC/aegis-01-robot-actively-patrolling-a-mod-1773581669905-3d254e88.jpg" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Az3FUjwyuzpropZb2IKghP5ZMC/aegis-01-robot-actively-patrolling-a-mod-1773581669905-3d254e88.jpg?_wi=2" imageAlt="Aegis-01 Robot in Action" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1 From 695e9701a3b74fa8e1155b0dc5052ae64536a0f4 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 13:35:39 +0000 Subject: [PATCH 3/5] Update src/app/layout.tsx --- src/app/layout.tsx | 57 +++++++++++++++++++++++++++++++++++++++------- 1 file changed, 49 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 9b64f44..3e84961 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,18 +1,22 @@ import type { Metadata } from "next"; import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; +import { Inter_Tight } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; import { getVisualEditScript } from "@/utils/visual-edit-script"; -import { Inter_Tight } from "next/font/google"; +const halant = Halant({ + variable: "--font-halant", + subsets: ["latin"], + weight: ["300", "400", "500", "600", "700"], +}); - -export const metadata: Metadata = { - title: "Webild components 2", - description: "Generated by create next app", -}; +const inter = Inter({ + variable: "--font-inter", + subsets: ["latin"], +}); const interTight = Inter_Tight({ variable: "--font-inter-tight", @@ -20,6 +24,41 @@ const interTight = Inter_Tight({ weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], }); +export const metadata: Metadata = { + title: "Aegis-01 Security Robot | Autonomous AI-Powered Surveillance", + description: "Revolutionize industrial security with Aegis-01. Advanced autonomous security robot with LIDAR, AI threat detection, and 24/7 surveillance. Trusted by industry leaders.", + keywords: "autonomous security robot, AI threat detection, LIDAR surveillance, warehouse security, industrial robotics, autonomous patrol", + metadataBase: new URL("https://vanguardrobotics.com"), + alternates: { + canonical: "https://vanguardrobotics.com", + }, + openGraph: { + title: "Aegis-01 Security Robot | Autonomous Surveillance", + description: "Next-generation autonomous security robot engineered for intelligent threat detection and 24/7 industrial surveillance.", + url: "https://vanguardrobotics.com", + siteName: "Vanguard Robotics", + images: [ + { + url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Az3FUjwyuzpropZb2IKghP5ZMC/a-hyper-realistic-product-shot-of-the-ae-1773581668073-79826771.png", + alt: "Aegis-01 Security Robot", + }, + ], + type: "website", + }, + twitter: { + card: "summary_large_image", + title: "Aegis-01 Security Robot | Autonomous Surveillance", + description: "Revolutionary autonomous security with AI-powered threat detection and 360° coverage.", + images: [ + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Az3FUjwyuzpropZb2IKghP5ZMC/a-hyper-realistic-product-shot-of-the-ae-1773581668073-79826771.png", + ], + }, + robots: { + index: true, + follow: true, + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -28,7 +67,9 @@ export default function RootLayout({ return ( - + {children}