Compare commits
6 Commits
version_22
...
version_23
| Author | SHA1 | Date | |
|---|---|---|---|
| 4a3774516a | |||
| cff66873ae | |||
| 90ce37b152 | |||
| 46ab7ae9c9 | |||
| d8dd44474a | |||
| 5838fb4965 |
@@ -33,7 +33,7 @@ export default function AboutPage() {
|
||||
]}
|
||||
brandName="Vero AI"
|
||||
bottomLeftText="Vero Marketing AI"
|
||||
bottomRightText="hello@veroai.com"
|
||||
bottomRightText="veromarketingai@gmail.com"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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" }
|
||||
]
|
||||
},
|
||||
|
||||
@@ -39,7 +39,7 @@ export default function ContactPage() {
|
||||
]}
|
||||
brandName="Vero AI"
|
||||
bottomLeftText="Vero Marketing AI"
|
||||
bottomRightText="hello@veroai.com"
|
||||
bottomRightText="veromarketingai@gmail.com"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -66,8 +66,8 @@ export default function ContactPage() {
|
||||
<Mail className="w-6 h-6 text-primary-cta" />
|
||||
</div>
|
||||
<h3 className="text-lg font-semibold mb-2">Email</h3>
|
||||
<a href="mailto:hello@veroai.com" className="text-accent hover:text-primary-cta transition-colors">
|
||||
hello@veroai.com
|
||||
<a href="mailto:veromarketingai@gmail.com" className="text-accent hover:text-primary-cta transition-colors">
|
||||
veromarketingai@gmail.com
|
||||
</a>
|
||||
<p className="text-sm text-foreground/70 mt-2">We typically respond within 24 hours</p>
|
||||
</div>
|
||||
@@ -77,8 +77,8 @@ export default function ContactPage() {
|
||||
<Phone className="w-6 h-6 text-primary-cta" />
|
||||
</div>
|
||||
<h3 className="text-lg font-semibold mb-2">Phone</h3>
|
||||
<a href="tel:+1-555-0123" className="text-accent hover:text-primary-cta transition-colors">
|
||||
+1 (555) 0123
|
||||
<a href="tel:516-402-1199" className="text-accent hover:text-primary-cta transition-colors">
|
||||
516-402-1199
|
||||
</a>
|
||||
<p className="text-sm text-foreground/70 mt-2">Mon-Fri, 9am-6pm EST</p>
|
||||
</div>
|
||||
@@ -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() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
brandName="Vero AI"
|
||||
bottomLeftText="Vero Marketing AI"
|
||||
bottomRightText="hello@veroai.com"
|
||||
bottomRightText="veromarketingai@gmail.com"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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" }
|
||||
]
|
||||
},
|
||||
|
||||
@@ -38,7 +38,7 @@ export default function ServicesPage() {
|
||||
]}
|
||||
brandName="Vero AI"
|
||||
bottomLeftText="Vero Marketing AI"
|
||||
bottomRightText="hello@veroai.com"
|
||||
bottomRightText="veromarketingai@gmail.com"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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" }
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user