5 Commits

Author SHA1 Message Date
207c1ec2b1 Update src/app/page.tsx 2026-03-12 07:51:58 +00:00
f29905c179 Update src/app/ai-marketing/page.tsx 2026-03-12 07:51:58 +00:00
bdb5ac31ff Update src/app/ai-automation/page.tsx 2026-03-12 07:51:57 +00:00
bb7b9ceb4a Update src/app/about/page.tsx 2026-03-12 07:51:57 +00:00
a810e51fd2 Merge version_18 into main
Merge version_18 into main
2026-03-12 07:21:42 +00:00
4 changed files with 5 additions and 4 deletions

View File

@@ -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" }
]
},

View File

@@ -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" }
]
},

View File

@@ -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" }
]
},

View File

@@ -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" }
]
},