Compare commits
24 Commits
version_20
...
version_25
| Author | SHA1 | Date | |
|---|---|---|---|
| e813ac77d1 | |||
| 0979b482b9 | |||
| 0c48def8c8 | |||
| a60a803117 | |||
| ec0557a173 | |||
| fb5ec66820 | |||
| 9cf85c5ac5 | |||
| 4a3774516a | |||
| cff66873ae | |||
| 90ce37b152 | |||
| 46ab7ae9c9 | |||
| d8dd44474a | |||
| 21d0c109fc | |||
| 5838fb4965 | |||
| 5711235a63 | |||
| 32331caf66 | |||
| 1c5047517b | |||
| bbebdeda86 | |||
| 574e9cf90b | |||
| 52f5d57de4 | |||
| 51ae9e497c | |||
| 9694a53214 | |||
| e8ddfeae2c | |||
| bce9469a40 |
@@ -26,14 +26,14 @@ export default function AboutPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Work", id: "#portfolio" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Services", id: "#services" },
|
||||
{ name: "Process", id: "process" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
brandName="Vero AI"
|
||||
bottomLeftText="Vero Marketing AI"
|
||||
bottomRightText="hello@veroai.com"
|
||||
bottomRightText="veromarketingai@gmail.com"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -86,16 +86,6 @@ export default function AboutPage() {
|
||||
id: "2", reverse: true,
|
||||
media: <div className="w-full h-full bg-gradient-to-br from-green-400 to-blue-500 rounded-lg flex items-center justify-center"><span className="text-white text-2xl font-bold">2021</span></div>,
|
||||
content: <div><h3 className="text-xl font-bold mb-2">Growth</h3><p className="text-sm mb-3">Expanded our team and established partnerships with industry leaders.</p><ul className="text-sm space-y-1"><li>• Scaled to 10+ team members</li><li>• $2M in client revenue generated</li><li>• Industry recognition and awards</li></ul></div>
|
||||
},
|
||||
{
|
||||
id: "3", reverse: false,
|
||||
media: <div className="w-full h-full bg-gradient-to-br from-pink-400 to-orange-500 rounded-lg flex items-center justify-center"><span className="text-white text-2xl font-bold">2022-2023</span></div>,
|
||||
content: <div><h3 className="text-xl font-bold mb-2">Maturity</h3><p className="text-sm mb-3">Established ourselves as the trusted partner for premium brands worldwide.</p><ul className="text-sm space-y-1"><li>• 50+ active clients globally</li><li>• $50M+ in total client revenue generated</li><li>• Multiple industry excellence awards</li></ul></div>
|
||||
},
|
||||
{
|
||||
id: "4", reverse: true,
|
||||
media: <div className="w-full h-full bg-gradient-to-br from-purple-400 to-pink-500 rounded-lg flex items-center justify-center"><span className="text-white text-2xl font-bold">2024+</span></div>,
|
||||
content: <div><h3 className="text-xl font-bold mb-2">The Future</h3><p className="text-sm mb-3">Continuing to innovate and lead the industry in AI-powered marketing solutions.</p><ul className="text-sm space-y-1"><li>• Building next-generation AI systems</li><li>• Expanding global reach</li><li>• Setting industry standards</li></ul></div>
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -115,12 +105,6 @@ export default function AboutPage() {
|
||||
},
|
||||
{
|
||||
id: "2", name: "Sophia Chen", role: "Chief Marketing Officer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/professional-portrait-of-a-confident-mar-1773289186890-9d714eef.png?_wi=3"
|
||||
},
|
||||
{
|
||||
id: "3", name: "James Mitchell", role: "Chief Technology Officer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/professional-portrait-of-a-successful-en-1773289186769-5f49b9f5.png?_wi=3"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Alexandra Price", role: "VP Growth", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/professional-portrait-of-a-confident-bus-1773289187161-d558b679.png?_wi=2"
|
||||
}
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
@@ -133,7 +117,7 @@ export default function AboutPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Product", items: [
|
||||
{ label: "Services", href: "#services" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Work", href: "#portfolio" }
|
||||
]
|
||||
},
|
||||
@@ -145,14 +129,14 @@ export default function AboutPage() {
|
||||
},
|
||||
{
|
||||
title: "Connect", items: [
|
||||
{ label: "Email", href: "mailto:hello@veroai.com" },
|
||||
{ label: "Instagram", href: "https://instagram.com" }
|
||||
{ label: "Email", href: "mailto:veromarketingai@gmail.com" },
|
||||
{ label: "Instagram", href: "https://www.instagram.com/veromarketingai?igsh=aWNpYmdiczJ2Y2Zw&utm_source=qr" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy", href: "#" },
|
||||
{ label: "Terms", href: "#" }
|
||||
{ label: "Privacy", href: "#privacy" },
|
||||
{ label: "Terms", href: "#terms" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
|
||||
@@ -32,9 +32,9 @@ export default function AIAutomationPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "AI Automation", id: "/ai-automation" },
|
||||
{ name: "AI Marketing", id: "/ai-marketing" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
{ name: "Work", id: "#portfolio" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
brandName="Vero AI"
|
||||
bottomLeftText="Vero Marketing AI"
|
||||
@@ -169,29 +169,27 @@ export default function AIAutomationPage() {
|
||||
logoText="Vero AI"
|
||||
columns={[
|
||||
{
|
||||
title: "Services", items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "AI Automation", href: "/ai-automation" },
|
||||
{ label: "AI Marketing", href: "/ai-marketing" }
|
||||
{ label: "Work", href: "#portfolio" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Contact", href: "#contact" }
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Contact", href: "/contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Connect", items: [
|
||||
{ label: "Email", href: "mailto:hello@veroai.com" },
|
||||
{ label: "Instagram", href: "https://instagram.com" },
|
||||
{ label: "Twitter", href: "https://twitter.com" }
|
||||
{ label: "Instagram", href: "https://www.instagram.com/veromarketingai?igsh=aWNpYmdiczJ2Y2Zw&utm_source=qr" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy", href: "#" },
|
||||
{ label: "Terms", href: "#" }
|
||||
{ label: "Privacy", href: "#privacy" },
|
||||
{ label: "Terms", href: "#terms" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
@@ -200,4 +198,4 @@ export default function AIAutomationPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -33,13 +33,13 @@ export default function ContactPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Services", id: "#services" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
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>
|
||||
@@ -159,7 +159,7 @@ export default function ContactPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Product", items: [
|
||||
{ label: "Services", href: "#services" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Work", href: "#portfolio" }
|
||||
]
|
||||
},
|
||||
@@ -171,14 +171,14 @@ export default function ContactPage() {
|
||||
},
|
||||
{
|
||||
title: "Connect", items: [
|
||||
{ label: "Email", href: "mailto:hello@veroai.com" },
|
||||
{ label: "Instagram", href: "https://instagram.com" }
|
||||
{ label: "Email", href: "mailto:veromarketingai@gmail.com" },
|
||||
{ label: "Instagram", href: "https://www.instagram.com/veromarketingai?igsh=aWNpYmdiczJ2Y2Zw&utm_source=qr" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy", href: "#" },
|
||||
{ label: "Terms", href: "#" }
|
||||
{ label: "Privacy", href: "#privacy" },
|
||||
{ label: "Terms", href: "#terms" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
|
||||
@@ -39,14 +39,14 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Work", id: "portfolio" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Work", id: "#portfolio" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
brandName="Vero AI"
|
||||
bottomLeftText="Vero Marketing AI"
|
||||
bottomRightText="hello@veroai.com"
|
||||
bottomRightText="veromarketingai@gmail.com"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -161,8 +161,8 @@ export default function LandingPage() {
|
||||
tag="Let's Talk"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
title="Transform Your Marketing in 30 Days"
|
||||
description="Ready to elevate your marketing? Complete the form below and our team will reach out within 24 hours to discuss your goals."
|
||||
title="Transform Your Business Now!"
|
||||
description="Ready to elevate your business? Complete the form below and our team will reach out within 24 hours to discuss your goals."
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your email"
|
||||
@@ -178,7 +178,7 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Product", items: [
|
||||
{ label: "Services", href: "#services" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Work", href: "#portfolio" }
|
||||
]
|
||||
},
|
||||
@@ -190,14 +190,14 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
title: "Connect", items: [
|
||||
{ label: "Email", href: "mailto:hello@veroai.com" },
|
||||
{ label: "Instagram", href: "https://instagram.com" }
|
||||
{ label: "Email", href: "mailto:veromarketingai@gmail.com" },
|
||||
{ label: "Instagram", href: "https://www.instagram.com/veromarketingai?igsh=aWNpYmdiczJ2Y2Zw&utm_source=qr" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy", href: "#" },
|
||||
{ label: "Terms", href: "#" }
|
||||
{ label: "Privacy", href: "#privacy" },
|
||||
{ label: "Terms", href: "#terms" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
|
||||
@@ -33,11 +33,12 @@ export default function ServicesPage() {
|
||||
navItems={[
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Work", id: "#portfolio" },
|
||||
{ name: "Contact", id: "#contact" }
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
brandName="Vero AI"
|
||||
bottomLeftText="Vero Marketing AI"
|
||||
bottomRightText="hello@veroai.com"
|
||||
bottomRightText="veromarketingai@gmail.com"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -168,28 +169,27 @@ export default function ServicesPage() {
|
||||
logoText="Vero AI"
|
||||
columns={[
|
||||
{
|
||||
title: "Services", items: [
|
||||
{ label: "AI Automation", href: "/services" },
|
||||
{ label: "Web Design", href: "/services" },
|
||||
{ label: "AI Marketing", href: "/services" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
title: "Product", items: [
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Work", href: "#portfolio" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Contact", href: "/contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Connect", items: [
|
||||
{ label: "Email", href: "mailto:hello@veroai.com" },
|
||||
{ label: "Instagram", href: "https://instagram.com" }
|
||||
{ label: "Email", href: "mailto:veromarketingai@gmail.com" },
|
||||
{ label: "Instagram", href: "https://www.instagram.com/veromarketingai?igsh=aWNpYmdiczJ2Y2Zw&utm_source=qr" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy", href: "#" },
|
||||
{ label: "Terms", href: "#" }
|
||||
{ label: "Privacy", href: "#privacy" },
|
||||
{ label: "Terms", href: "#terms" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user