From bb7b9ceb4a2cefe6217eed41d73c4d8dc53abd4a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 07:51:57 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index ff6733a..972e3ab 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -147,7 +147,7 @@ export default function AboutPage() { { title: "Connect", items: [ { label: "Email", href: "mailto:hello@veroai.com" }, - { label: "LinkedIn", href: "https://linkedin.com" }, + { label: "Instagram", href: "https://instagram.com" }, { label: "Twitter", href: "https://twitter.com" } ] }, -- 2.49.1 From bdb5ac31ff391688e3311290fc8a97fe34f43c92 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 07:51:57 +0000 Subject: [PATCH 2/4] Update src/app/ai-automation/page.tsx --- src/app/ai-automation/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/ai-automation/page.tsx b/src/app/ai-automation/page.tsx index 05e31b2..d334a8a 100644 --- a/src/app/ai-automation/page.tsx +++ b/src/app/ai-automation/page.tsx @@ -184,7 +184,7 @@ export default function AIAutomationPage() { { title: "Connect", items: [ { label: "Email", href: "mailto:hello@veroai.com" }, - { label: "LinkedIn", href: "https://linkedin.com" }, + { label: "Instagram", href: "https://instagram.com" }, { label: "Twitter", href: "https://twitter.com" } ] }, -- 2.49.1 From f29905c179465f1a5e42b422bcd5557ad7c6b82d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 07:51:58 +0000 Subject: [PATCH 3/4] Update src/app/ai-marketing/page.tsx --- src/app/ai-marketing/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/ai-marketing/page.tsx b/src/app/ai-marketing/page.tsx index 897c6fb..b9b7d80 100644 --- a/src/app/ai-marketing/page.tsx +++ b/src/app/ai-marketing/page.tsx @@ -184,7 +184,7 @@ export default function AIMarketingPage() { { title: "Connect", items: [ { label: "Email", href: "mailto:hello@veroai.com" }, - { label: "LinkedIn", href: "https://linkedin.com" }, + { label: "Instagram", href: "https://instagram.com" }, { label: "Twitter", href: "https://twitter.com" } ] }, -- 2.49.1 From 207c1ec2b191850b8db22d03ad2ca86a74e85bd2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 07:51:58 +0000 Subject: [PATCH 4/4] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bc33335..80ff2a1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import BlogCardTwo from '@/components/sections/blog/BlogCardTwo'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import { Sparkles, CheckCircle, Award, Briefcase, Star } from 'lucide-react'; +import { Instagram } from 'lucide-react'; export default function LandingPage() { const handleContactSubmit = (formData: any) => { @@ -190,7 +191,7 @@ export default function LandingPage() { { title: "Connect", items: [ { label: "Email", href: "mailto:hello@veroai.com" }, - { label: "LinkedIn", href: "https://linkedin.com" }, + { label: "Instagram", href: "https://instagram.com" }, { label: "Twitter", href: "https://twitter.com" } ] }, -- 2.49.1