diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index d6942d7..d20c62d 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -33,7 +33,7 @@ export default function AboutPage() {
]}
brandName="Vero AI"
bottomLeftText="Vero Marketing AI"
- bottomRightText="hello@veroai.com"
+ bottomRightText="veromarketingai@gmail.com"
/>
@@ -145,7 +145,7 @@ export default function AboutPage() {
},
{
title: "Connect", items: [
- { label: "Email", href: "mailto:hello@veroai.com" },
+ { label: "Email", href: "mailto:veromarketingai@gmail.com" },
{ label: "Instagram", href: "https://www.instagram.com/veromarketingai?igsh=aWNpYmdiczJ2Y2Zw&utm_source=qr" }
]
},
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 5008a72..a5cc418 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -39,7 +39,7 @@ export default function ContactPage() {
]}
brandName="Vero AI"
bottomLeftText="Vero Marketing AI"
- bottomRightText="hello@veroai.com"
+ bottomRightText="veromarketingai@gmail.com"
/>
@@ -66,8 +66,8 @@ export default function ContactPage() {
We typically respond within 24 hours
@@ -77,8 +77,8 @@ export default function ContactPage() {Mon-Fri, 9am-6pm EST
@@ -171,7 +171,7 @@ export default function ContactPage() { }, { title: "Connect", items: [ - { label: "Email", href: "mailto:hello@veroai.com" }, + { label: "Email", href: "mailto:veromarketingai@gmail.com" }, { label: "Instagram", href: "https://www.instagram.com/veromarketingai?igsh=aWNpYmdiczJ2Y2Zw&utm_source=qr" } ] }, @@ -187,4 +187,4 @@ export default function ContactPage() { ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 5e8ffef..4f02af7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { ]} brandName="Vero AI" bottomLeftText="Vero Marketing AI" - bottomRightText="hello@veroai.com" + bottomRightText="veromarketingai@gmail.com" /> @@ -190,7 +190,7 @@ export default function LandingPage() { }, { title: "Connect", items: [ - { label: "Email", href: "mailto:hello@veroai.com" }, + { label: "Email", href: "mailto:veromarketingai@gmail.com" }, { label: "Instagram", href: "https://www.instagram.com/veromarketingai?igsh=aWNpYmdiczJ2Y2Zw&utm_source=qr" } ] }, diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 125929d..cecf031 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -38,7 +38,7 @@ export default function ServicesPage() { ]} brandName="Vero AI" bottomLeftText="Vero Marketing AI" - bottomRightText="hello@veroai.com" + bottomRightText="veromarketingai@gmail.com" /> @@ -182,7 +182,7 @@ export default function ServicesPage() { }, { title: "Connect", items: [ - { label: "Email", href: "mailto:hello@veroai.com" }, + { label: "Email", href: "mailto:veromarketingai@gmail.com" }, { label: "Instagram", href: "https://www.instagram.com/veromarketingai?igsh=aWNpYmdiczJ2Y2Zw&utm_source=qr" } ] },