Compare commits
51 Commits
version_15
...
version_24
| Author | SHA1 | Date | |
|---|---|---|---|
| 0c48def8c8 | |||
| a60a803117 | |||
| ec0557a173 | |||
| fb5ec66820 | |||
| 9cf85c5ac5 | |||
| 4a3774516a | |||
| cff66873ae | |||
| 90ce37b152 | |||
| 46ab7ae9c9 | |||
| d8dd44474a | |||
| 21d0c109fc | |||
| 5838fb4965 | |||
| 5711235a63 | |||
| 32331caf66 | |||
| 1c5047517b | |||
| bbebdeda86 | |||
| 574e9cf90b | |||
| 52f5d57de4 | |||
| 51ae9e497c | |||
| 9694a53214 | |||
| e8ddfeae2c | |||
| bce9469a40 | |||
| 87201fc908 | |||
| efbb9ac34c | |||
| 8fc47f6311 | |||
| c44dbd750a | |||
| 0cdf94892f | |||
| 207c1ec2b1 | |||
| f29905c179 | |||
| bdb5ac31ff | |||
| bb7b9ceb4a | |||
| a810e51fd2 | |||
| 4b06ff466f | |||
| ce72299eec | |||
| 4d1ed0f949 | |||
| f99e340645 | |||
| 6bd85717ea | |||
| 0a8f19f2a7 | |||
| 8e607ed3b5 | |||
| b915b7c3c5 | |||
| 6c976efb15 | |||
| 4b528d73c0 | |||
| e1431594c8 | |||
| eb8c65edfb | |||
| be13541075 | |||
| 89c56f8dcc | |||
| 4ef7d5c37f | |||
| 78f93311e3 | |||
| a9b469a7f5 | |||
| 64954b4cf5 | |||
| 50df613b51 |
@@ -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>
|
||||
|
||||
@@ -133,9 +133,8 @@ export default function AboutPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Product", items: [
|
||||
{ label: "Services", href: "/#services" },
|
||||
{ label: "Process", href: "/#process" },
|
||||
{ label: "Work", href: "/#portfolio" }
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Work", href: "#portfolio" }
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -146,15 +145,14 @@ export default function AboutPage() {
|
||||
},
|
||||
{
|
||||
title: "Connect", items: [
|
||||
{ label: "Email", href: "mailto:hello@veroai.com" },
|
||||
{ label: "LinkedIn", href: "https://linkedin.com" },
|
||||
{ label: "Twitter", href: "https://twitter.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" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
|
||||
@@ -4,11 +4,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
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 } from 'lucide-react';
|
||||
import { Sparkles, CheckCircle, Award, Briefcase, Star } from 'lucide-react';
|
||||
|
||||
export default function AIAutomationPage() {
|
||||
const handleContactSubmit = (formData: any) => {
|
||||
@@ -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"
|
||||
@@ -89,7 +89,7 @@ export default function AIAutomationPage() {
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
<TestimonialCardThirteen
|
||||
title="Automation Success Stories"
|
||||
description="See how leading brands have transformed their operations with our automation solutions."
|
||||
tag="Client Results"
|
||||
@@ -98,29 +98,25 @@ export default function AIAutomationPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
showRating={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Marcus Richardson", role: "Operations Director", company: "Premium Ventures", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/professional-portrait-of-a-confident-bus-1773289186556-a645a6b7.png?_wi=3"
|
||||
id: "1", name: "Marcus Richardson", handle: "@mrichardson", testimonial: "Vero AI's automation systems freed up 20+ hours weekly for our team. The efficiency gains were immediate and the ROI was exceptional.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/professional-portrait-of-a-confident-bus-1773289186556-a645a6b7.png?_wi=3", icon: Star
|
||||
},
|
||||
{
|
||||
id: "2", name: "Sophia Chen", role: "VP Technology", company: "Luxury Brand Co", rating: 5,
|
||||
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: "2", name: "Sophia Chen", handle: "@sophiachen", testimonial: "As VP Technology, I was impressed by the technical sophistication and seamless integration with our existing systems. Highly professional team.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/professional-portrait-of-a-confident-mar-1773289186890-9d714eef.png?_wi=3", icon: Star
|
||||
},
|
||||
{
|
||||
id: "3", name: "James Mitchell", role: "Founder", company: "Elite Solutions", rating: 5,
|
||||
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: "3", name: "James Mitchell", handle: "@jamesmitch", testimonial: "The automation framework Vero AI built for us reduced errors by 95% and accelerated our processes dramatically. Outstanding work.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/professional-portrait-of-a-successful-en-1773289186769-5f49b9f5.png?_wi=3", icon: Star
|
||||
},
|
||||
{
|
||||
id: "4", name: "Alexandra Price", role: "Executive VP", company: "Apex Collective", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/professional-portrait-of-a-confident-bus-1773289187161-d558b679.png?_wi=1"
|
||||
id: "4", name: "Alexandra Price", handle: "@alexan", testimonial: "From implementation to support, Vero AI delivered exceptional value. Our operational costs dropped significantly while productivity soared.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/professional-portrait-of-a-confident-bus-1773289187161-d558b679.png?_wi=1", icon: Star
|
||||
}
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "60+%", label: "Average Efficiency Gain" },
|
||||
{ value: "40+%", label: "Cost Reduction" },
|
||||
{ value: "100+", label: "Workflows Deployed" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -173,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: "LinkedIn", href: "https://linkedin.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" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
@@ -204,4 +198,4 @@ export default function AIAutomationPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,11 +4,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
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 } from 'lucide-react';
|
||||
import { Sparkles, CheckCircle, Award, Briefcase, Star } from 'lucide-react';
|
||||
|
||||
export default function AIMarketingPage() {
|
||||
const handleContactSubmit = (formData: any) => {
|
||||
@@ -89,7 +89,7 @@ export default function AIMarketingPage() {
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
<TestimonialCardThirteen
|
||||
title="Marketing Transformation Results"
|
||||
description="Real revenue growth achieved through intelligent AI marketing systems."
|
||||
tag="Client Testimonials"
|
||||
@@ -98,29 +98,25 @@ export default function AIMarketingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
showRating={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Marcus Richardson", role: "CEO", company: "Premium Ventures", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/professional-portrait-of-a-confident-bus-1773289186556-a645a6b7.png?_wi=3"
|
||||
id: "1", name: "Marcus Richardson", handle: "@mrichardson", testimonial: "Vero AI's marketing system transformed our lead generation. We went from 20 leads/month to 100+ qualified leads within 3 months. Game-changing partnership.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/professional-portrait-of-a-confident-bus-1773289186556-a645a6b7.png?_wi=3", icon: Star
|
||||
},
|
||||
{
|
||||
id: "2", name: "Sophia Chen", role: "CMO", company: "Luxury Brand Co", rating: 5,
|
||||
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: "2", name: "Sophia Chen", handle: "@sophiachen", testimonial: "As CMO, I appreciate how Vero AI's data-driven approach aligns with our brand values. Their marketing system delivered 340% ROI and strengthened customer relationships.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/professional-portrait-of-a-confident-mar-1773289186890-9d714eef.png?_wi=3", icon: Star
|
||||
},
|
||||
{
|
||||
id: "3", name: "James Mitchell", role: "Founder", company: "Elite Solutions", rating: 5,
|
||||
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: "3", name: "James Mitchell", handle: "@jamesmitch", testimonial: "Their strategic approach to marketing automation was exactly what we needed. Revenue increased, customer acquisition cost dropped, and our team can focus on strategy.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/professional-portrait-of-a-successful-en-1773289186769-5f49b9f5.png?_wi=3", icon: Star
|
||||
},
|
||||
{
|
||||
id: "4", name: "Alexandra Price", role: "VP Growth", company: "Apex Collective", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/professional-portrait-of-a-confident-bus-1773289187161-d558b679.png?_wi=2"
|
||||
id: "4", name: "Alexandra Price", handle: "@alexan", testimonial: "Vero AI helped us scale revenue from $2M to $8M+ in one year. Their marketing systems are sophisticated, professional, and deliver results. Highly recommended.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/professional-portrait-of-a-confident-bus-1773289187161-d558b679.png?_wi=2", icon: Star
|
||||
}
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "340%", label: "Average ROI Improvement" },
|
||||
{ value: "$500K+", label: "Revenue Generated" },
|
||||
{ value: "92%", label: "Retention Rate" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -188,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" }
|
||||
]
|
||||
},
|
||||
|
||||
@@ -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,9 +159,8 @@ export default function ContactPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Product", items: [
|
||||
{ label: "Services", href: "/#services" },
|
||||
{ label: "Process", href: "/#process" },
|
||||
{ label: "Work", href: "/#portfolio" }
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Work", href: "#portfolio" }
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -172,15 +171,14 @@ export default function ContactPage() {
|
||||
},
|
||||
{
|
||||
title: "Connect", items: [
|
||||
{ label: "Email", href: "mailto:hello@veroai.com" },
|
||||
{ label: "LinkedIn", href: "https://linkedin.com" },
|
||||
{ label: "Twitter", href: "https://twitter.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" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
|
||||
@@ -4,11 +4,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
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 } from 'lucide-react';
|
||||
import { Sparkles, CheckCircle, Award, Briefcase, Star } from 'lucide-react';
|
||||
import { Instagram } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
const handleContactSubmit = (formData: any) => {
|
||||
@@ -38,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>
|
||||
|
||||
@@ -96,7 +97,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
<TestimonialCardThirteen
|
||||
title="Client Results That Speak"
|
||||
description="Real outcomes from real brands who trusted Vero AI to transform their marketing systems."
|
||||
tag="Testimonials"
|
||||
@@ -105,29 +106,25 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
showRating={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "David Alvarez", role: "Owns a window cleaning company ", company: "", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/uploaded-1773296815973-4v0oqvhn.jpg"
|
||||
id: "1", name: "Vero helped out so much. ", handle: "David Alvarez", testimonial: "Vero AI transformed my window cleaning business. Their automation system generated 60+ qualified leads monthly with minimal effort on my part.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/uploaded-1773296815973-4v0oqvhn.jpg", icon: Star
|
||||
},
|
||||
{
|
||||
id: "2", name: "Sophia Chen", role: "CMO", company: "Luxury Brand Co", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/uploaded-1773296952977-cf5r0lk6.jpg"
|
||||
id: "2", name: "Vero helped out so much. ", handle: "Brian O'Neill ", testimonial: "Vero AI put together a solid website for our contracting business that looks professional and actually brings in leads. Customers can see our work, understand what we do, and reach out a lot easier. It's helped us look more legit and close more jobs", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/uploaded-1773297994191-0hm4w5p4.jpg", icon: Star
|
||||
},
|
||||
{
|
||||
id: "3", name: "James Mitchell", role: "Founder", company: "Elite Solutions", rating: 5,
|
||||
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: "3", name: "Vero helped out so much. ", handle: "James Smith", testimonial: "Since using Vero AI's agent, reservation calls have been way easier to manage. It handles bookings for us, keeps us from missing calls, and frees up our staff to focus on the customers in front of us. It's made a big difference for our restaurant.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/uploaded-1773299384526-nwwb2oao.jpg", icon: Star
|
||||
},
|
||||
{
|
||||
id: "4", name: "Alexandra Price", role: "VP Growth", company: "Apex Collective", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/professional-portrait-of-a-confident-bus-1773289187161-d558b679.png?_wi=1"
|
||||
id: "4", name: "Vero helped out so much. ", handle: "William Price ", testimonial: "Vero helped out so much. I'm a solo handyman, so I used to have to handle every single lead myself. Vero AI built me a website and set up an AI agent, and now clients can find me, get their questions answered, and even book jobs without me having to stop what I'm doing. It's made my business way more efficient.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/uploaded-1773299391786-fgz8uuxz.jpg", icon: Star
|
||||
}
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "340%", label: "Average ROI Improvement" },
|
||||
{ value: "92%", label: "Client Retention Rate" },
|
||||
{ value: "15+", label: "Industry Awards" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -164,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"
|
||||
@@ -181,7 +178,7 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Product", items: [
|
||||
{ label: "Services", href: "#services" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Work", href: "#portfolio" }
|
||||
]
|
||||
},
|
||||
@@ -193,15 +190,14 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
title: "Connect", items: [
|
||||
{ label: "Email", href: "mailto:hello@veroai.com" },
|
||||
{ label: "LinkedIn", href: "https://linkedin.com" },
|
||||
{ label: "Twitter", href: "https://twitter.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" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
|
||||
@@ -4,11 +4,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
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 } from 'lucide-react';
|
||||
import { Sparkles, CheckCircle, Award, Briefcase, Star } from 'lucide-react';
|
||||
|
||||
export default function ServicesPage() {
|
||||
const handleContactSubmit = (formData: any) => {
|
||||
@@ -32,12 +32,13 @@ export default function ServicesPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Work", id: "portfolio" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
{ 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>
|
||||
|
||||
@@ -88,7 +89,7 @@ export default function ServicesPage() {
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
<TestimonialCardThirteen
|
||||
title="Client Success Stories"
|
||||
description="Real outcomes from premium brands who transformed their marketing with our services."
|
||||
tag="Results"
|
||||
@@ -97,29 +98,25 @@ export default function ServicesPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
showRating={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Marcus Richardson", role: "CEO", company: "Premium Ventures", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/professional-portrait-of-a-confident-bus-1773289186556-a645a6b7.png?_wi=3"
|
||||
id: "1", name: "Marcus Richardson", handle: "@mrichardson", testimonial: "Vero AI transformed every aspect of our marketing. From strategy to execution, their systems deliver exceptional results. Best agency partnership we've had.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/professional-portrait-of-a-confident-bus-1773289186556-a645a6b7.png?_wi=3", icon: Star
|
||||
},
|
||||
{
|
||||
id: "2", name: "Sophia Chen", role: "CMO", company: "Luxury Brand Co", rating: 5,
|
||||
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: "2", name: "Sophia Chen", handle: "@sophiachen", testimonial: "As CMO, I value Vero AI's strategic approach and technical excellence. Their services elevated our brand and drove measurable business growth. Highly recommended.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/professional-portrait-of-a-confident-mar-1773289186890-9d714eef.png?_wi=3", icon: Star
|
||||
},
|
||||
{
|
||||
id: "3", name: "James Mitchell", role: "Founder", company: "Elite Solutions", rating: 5,
|
||||
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: "3", name: "James Mitchell", handle: "@jamesmitch", testimonial: "Professional, results-oriented, and truly innovative. Vero AI's comprehensive services helped us scale faster than expected. Exceptional team to work with.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/professional-portrait-of-a-successful-en-1773289186769-5f49b9f5.png?_wi=3", icon: Star
|
||||
},
|
||||
{
|
||||
id: "4", name: "Alexandra Price", role: "VP Growth", company: "Apex Collective", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/professional-portrait-of-a-confident-bus-1773289187161-d558b679.png?_wi=3"
|
||||
id: "4", name: "Alexandra Price", handle: "@alexan", testimonial: "From initial consultation to ongoing support, Vero AI exceeded our expectations. Their services delivered ROI and positioned us as market leaders.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/professional-portrait-of-a-confident-bus-1773289187161-d558b679.png?_wi=3", icon: Star
|
||||
}
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "340%", label: "Average ROI Improvement" },
|
||||
{ value: "92%", label: "Client Retention Rate" },
|
||||
{ value: "15+", label: "Industry Awards" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -172,29 +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: "LinkedIn", href: "https://linkedin.com" },
|
||||
{ label: "Twitter", href: "https://twitter.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