45 Commits

Author SHA1 Message Date
52f5d57de4 Update src/app/page.tsx 2026-03-12 08:08:08 +00:00
51ae9e497c Update src/app/contact/page.tsx 2026-03-12 08:08:07 +00:00
9694a53214 Update src/app/ai-automation/page.tsx 2026-03-12 08:08:07 +00:00
e8ddfeae2c Update src/app/about/page.tsx 2026-03-12 08:08:07 +00:00
bce9469a40 Merge version_20 into main
Merge version_20 into main
2026-03-12 07:58:41 +00:00
87201fc908 Update src/app/services/page.tsx 2026-03-12 07:58:37 +00:00
efbb9ac34c Update src/app/page.tsx 2026-03-12 07:58:36 +00:00
8fc47f6311 Update src/app/contact/page.tsx 2026-03-12 07:58:36 +00:00
c44dbd750a Update src/app/about/page.tsx 2026-03-12 07:58:35 +00:00
0cdf94892f Merge version_19 into main
Merge version_19 into main
2026-03-12 07:52:02 +00:00
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
4b06ff466f Update src/app/services/page.tsx 2026-03-12 07:21:38 +00:00
ce72299eec Update src/app/page.tsx 2026-03-12 07:21:37 +00:00
4d1ed0f949 Update src/app/ai-marketing/page.tsx 2026-03-12 07:21:37 +00:00
f99e340645 Update src/app/ai-automation/page.tsx 2026-03-12 07:21:36 +00:00
6bd85717ea Merge version_17 into main
Merge version_17 into main
2026-03-12 07:18:42 +00:00
0a8f19f2a7 Update src/app/page.tsx 2026-03-12 07:18:38 +00:00
8e607ed3b5 Update src/app/about/page.tsx 2026-03-12 07:18:37 +00:00
b915b7c3c5 Merge version_16 into main
Merge version_16 into main
2026-03-12 07:13:59 +00:00
6c976efb15 Update src/app/page.tsx 2026-03-12 07:13:55 +00:00
4b528d73c0 Merge version_16 into main
Merge version_16 into main
2026-03-12 07:12:14 +00:00
e1431594c8 Update src/app/page.tsx 2026-03-12 07:12:10 +00:00
eb8c65edfb Merge version_16 into main
Merge version_16 into main
2026-03-12 06:46:42 +00:00
be13541075 Update src/app/page.tsx 2026-03-12 06:46:38 +00:00
89c56f8dcc Merge version_16 into main
Merge version_16 into main
2026-03-12 06:43:53 +00:00
4ef7d5c37f Update src/app/services/page.tsx 2026-03-12 06:43:48 +00:00
78f93311e3 Update src/app/page.tsx 2026-03-12 06:43:48 +00:00
a9b469a7f5 Update src/app/ai-marketing/page.tsx 2026-03-12 06:43:48 +00:00
64954b4cf5 Update src/app/ai-automation/page.tsx 2026-03-12 06:43:47 +00:00
50df613b51 Merge version_15 into main
Merge version_15 into main
2026-03-12 06:38:28 +00:00
2a40579061 Update src/app/page.tsx 2026-03-12 06:38:24 +00:00
b1a4658c28 Merge version_14 into main
Merge version_14 into main
2026-03-12 06:36:22 +00:00
ff19841a77 Update src/app/page.tsx 2026-03-12 06:36:18 +00:00
5c5f6912a1 Merge version_12 into main
Merge version_12 into main
2026-03-12 06:29:23 +00:00
ec1e08906d Update src/app/page.tsx 2026-03-12 06:29:19 +00:00
4ce2bad1f7 Merge version_12 into main
Merge version_12 into main
2026-03-12 06:22:03 +00:00
259685d958 Update src/app/page.tsx 2026-03-12 06:21:59 +00:00
4a6e4688fe Merge version_11 into main
Merge version_11 into main
2026-03-12 06:20:59 +00:00
9a765c2670 Merge version_11 into main
Merge version_11 into main
2026-03-12 05:56:15 +00:00
df360667c4 Merge version_11 into main
Merge version_11 into main
2026-03-12 05:51:54 +00:00
5d90afa82b Merge version_11 into main
Merge version_11 into main
2026-03-12 05:51:28 +00:00
6 changed files with 73 additions and 87 deletions

View File

@@ -27,7 +27,7 @@ export default function AboutPage() {
<NavbarStyleFullscreen
navItems={[
{ name: "About", id: "/about" },
{ name: "Services", id: "services" },
{ name: "Services", id: "#services" },
{ name: "Process", id: "process" },
{ name: "Contact", id: "/contact" }
]}
@@ -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" }
]
},
{
@@ -147,8 +146,7 @@ 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: "Instagram", href: "https://www.instagram.com/veromarketingai?igsh=aWNpYmdiczJ2Y2Zw&utm_source=qr" }
]
},
{

View File

@@ -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) => {
@@ -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>
@@ -188,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://www.instagram.com/veromarketingai?igsh=aWNpYmdiczJ2Y2Zw&utm_source=qr" },
{ label: "Twitter", href: "https://twitter.com" }
]
},

View File

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

View File

@@ -33,7 +33,7 @@ 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" }
]}
@@ -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" }
]
},
{
@@ -173,8 +172,7 @@ 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: "Instagram", href: "https://www.instagram.com/veromarketingai?igsh=aWNpYmdiczJ2Y2Zw&utm_source=qr" }
]
},
{

View File

@@ -4,17 +4,25 @@ 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) => {
console.log('Contact form submitted:', formData);
};
const handleServicesClick = () => {
const servicesSection = document.getElementById('services');
if (servicesSection) {
servicesSection.scrollIntoView({ behavior: 'smooth' });
}
};
return (
<ThemeProvider
defaultButtonVariant="text-shift"
@@ -51,8 +59,8 @@ export default function LandingPage() {
tagIcon={Sparkles}
tagAnimation="slide-up"
buttons={[
{ text: "Book a Call", href: "/booking" },
{ text: "See Our Services", href: "#services" }
{ text: "Get Your Free Demo", href: "/booking" },
{ text: "See Our Services", onClick: handleServicesClick }
]}
buttonAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/uploaded-1773296062896-jhekds4j.png"
@@ -89,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"
@@ -98,29 +106,25 @@ export default function LandingPage() {
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: "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/professional-portrait-of-a-confident-mar-1773289186890-9d714eef.png?_wi=3"
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>
@@ -162,7 +166,7 @@ export default function LandingPage() {
background={{ variant: "plain" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email"
buttonText="Get Started"
buttonText="Claim Your Free Audit"
termsText="We respect your privacy. Unsubscribe at any time."
onSubmit={handleContactSubmit}
/>
@@ -187,8 +191,7 @@ 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: "Instagram", href: "https://www.instagram.com/veromarketingai?igsh=aWNpYmdiczJ2Y2Zw&utm_source=qr" }
]
},
{

View File

@@ -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,8 +32,8 @@ export default function ServicesPage() {
<NavbarStyleFullscreen
navItems={[
{ name: "Services", id: "/services" },
{ name: "Work", id: "portfolio" },
{ name: "Contact", id: "contact" }
{ name: "Work", id: "#portfolio" },
{ name: "Contact", id: "#contact" }
]}
brandName="Vero AI"
bottomLeftText="Vero Marketing AI"
@@ -88,7 +88,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 +97,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>
@@ -187,8 +183,7 @@ export default function ServicesPage() {
{
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://instagram.com" }
]
},
{