Compare commits
13 Commits
version_10
...
version_11
| Author | SHA1 | Date | |
|---|---|---|---|
| a3c412c4f9 | |||
| c715826db6 | |||
| a9cb3c0ddd | |||
| 8b3d9cbe6d | |||
| 0646755298 | |||
| 8a4c7acd24 | |||
| d4120c4102 | |||
| 62381f47c3 | |||
| e3256dbf69 | |||
| c371f6ef53 | |||
| 453813034a | |||
| ebcea25b44 | |||
| df2c8cd4f7 |
@@ -4,12 +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 MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import BlogCardTwo from '@/components/sections/blog/BlogCardTwo';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import { Sparkles, CheckCircle, Zap, Award, Briefcase } from 'lucide-react';
|
||||
import { Sparkles, CheckCircle, Award, Briefcase } from 'lucide-react';
|
||||
|
||||
export default function AIAutomationPage() {
|
||||
const handleContactSubmit = (formData: any) => {
|
||||
@@ -89,36 +88,6 @@ export default function AIAutomationPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="process" data-section="process">
|
||||
<MetricCardEleven
|
||||
title="Implementation Framework"
|
||||
description="Our proven automation implementation process ensures seamless integration and rapid value realization."
|
||||
tag="Our Process"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "Audit", title: "Current Process Analysis", description: "We thoroughly analyze your existing workflows to identify automation opportunities and bottlenecks", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/strategic-discovery-and-consultation-pha-1773289188610-5fa5f564.png?_wi=1", imageAlt: "Audit Phase"
|
||||
},
|
||||
{
|
||||
id: "2", value: "Design", title: "Workflow Architecture", description: "We design intelligent automation workflows that align with your business goals and existing systems", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/strategy-development-and-planning-phase--1773289187387-9ce04fbf.png?_wi=1", imageAlt: "Design Phase"
|
||||
},
|
||||
{
|
||||
id: "3", value: "Build", title: "System Development", description: "Our technical team builds and integrates automation systems with precision and quality assurance", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/build-and-implementation-phase-showing-d-1773289188356-a18f1154.png?_wi=1", imageAlt: "Build Phase"
|
||||
},
|
||||
{
|
||||
id: "4", value: "Launch", title: "Deployment & Training", description: "We deploy your automation systems and provide comprehensive training for your team", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/launch-and-go-live-phase-showing-celebra-1773289187330-30f337d3.png?_wi=1", imageAlt: "Launch Phase"
|
||||
},
|
||||
{
|
||||
id: "5", value: "Optimize", title: "Continuous Refinement", description: "We monitor performance and continuously optimize your automation systems for maximum ROI", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/optimization-and-continuous-improvement--1773289188372-dc7422c2.png?_wi=1", imageAlt: "Optimize Phase"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
title="Automation Success Stories"
|
||||
@@ -144,7 +113,7 @@ export default function AIAutomationPage() {
|
||||
},
|
||||
{
|
||||
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"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/professional-portrait-of-a-confident-bus-1773289187161-d558b679.png?_wi=1"
|
||||
}
|
||||
]}
|
||||
kpiItems={[
|
||||
@@ -213,7 +182,6 @@ export default function AIAutomationPage() {
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Work", href: "/ai-automation" },
|
||||
{ label: "Contact", href: "#contact" }
|
||||
]
|
||||
},
|
||||
|
||||
@@ -4,12 +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 MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import BlogCardTwo from '@/components/sections/blog/BlogCardTwo';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import { Sparkles, CheckCircle, Zap, Award, Briefcase } from 'lucide-react';
|
||||
import { Sparkles, CheckCircle, Award, Briefcase } from 'lucide-react';
|
||||
|
||||
export default function AIMarketingPage() {
|
||||
const handleContactSubmit = (formData: any) => {
|
||||
@@ -89,36 +88,6 @@ export default function AIMarketingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="process" data-section="process">
|
||||
<MetricCardEleven
|
||||
title="Our AI Marketing Framework"
|
||||
description="A systematic approach to building marketing systems that scale with your business and deliver consistent results."
|
||||
tag="Proven Methodology"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "Research", title: "Market & Audience Analysis", description: "Deep analysis of your market, competitors, and ideal customer to inform strategy", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/strategic-discovery-and-consultation-pha-1773289188610-5fa5f564.png?_wi=1", imageAlt: "Research Phase"
|
||||
},
|
||||
{
|
||||
id: "2", value: "Strategy", title: "Marketing System Design", description: "Strategic framework aligning lead generation, nurturing, and conversion optimization", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/strategy-development-and-planning-phase--1773289187387-9ce04fbf.png?_wi=1", imageAlt: "Strategy Phase"
|
||||
},
|
||||
{
|
||||
id: "3", value: "Build", title: "System Implementation", description: "Development of automated campaigns, funnels, and optimization systems", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/build-and-implementation-phase-showing-d-1773289188356-a18f1154.png?_wi=1", imageAlt: "Build Phase"
|
||||
},
|
||||
{
|
||||
id: "4", value: "Launch", title: "Campaign Activation", description: "Strategic deployment and activation of your AI marketing systems", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/launch-and-go-live-phase-showing-celebra-1773289187330-30f337d3.png?_wi=1", imageAlt: "Launch Phase"
|
||||
},
|
||||
{
|
||||
id: "5", value: "Scale", title: "Performance Scaling", description: "Continuous optimization and scaling of high-performing campaigns for maximum ROI", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/optimization-and-continuous-improvement--1773289188372-dc7422c2.png?_wi=1", imageAlt: "Scale Phase"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
title="Marketing Transformation Results"
|
||||
@@ -144,7 +113,7 @@ export default function AIMarketingPage() {
|
||||
},
|
||||
{
|
||||
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"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/professional-portrait-of-a-confident-bus-1773289187161-d558b679.png?_wi=2"
|
||||
}
|
||||
]}
|
||||
kpiItems={[
|
||||
@@ -169,7 +138,7 @@ export default function AIMarketingPage() {
|
||||
blogs={[
|
||||
{
|
||||
id: "1", category: ["Lead Generation", "Revenue"],
|
||||
title: "AI Lead Generation: $500K Revenue Generated in 6 Months", excerpt: "Complete AI marketing system deployment that generated $500K in qualified revenue through intelligent lead generation and nurturing automation. Client experienced 340% ROI improvement.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/ai-marketing-automation-system-deploymen-1773289188651-16c8db96.png", imageAlt: "AI Lead Generation", authorName: "Vero AI Team", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/professional-portrait-of-a-confident-bus-1773289186556-a645a6b7.png", date: "2024"
|
||||
title: "AI Lead Generation: $500K Revenue Generated in 6 Months", excerpt: "Complete AI marketing system deployment that generated $500K in qualified revenue through intelligent lead generation and nurturing automation. Client experienced 340% ROI improvement.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/ai-marketing-automation-system-deploymen-1773289188651-16c8db96.png?_wi=2", imageAlt: "AI Lead Generation", authorName: "Vero AI Team", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/professional-portrait-of-a-confident-bus-1773289186556-a645a6b7.png", date: "2024"
|
||||
},
|
||||
{
|
||||
id: "2", category: ["Nurturing", "Conversion"],
|
||||
@@ -177,7 +146,7 @@ export default function AIMarketingPage() {
|
||||
},
|
||||
{
|
||||
id: "3", category: ["Optimization", "Growth"],
|
||||
title: "Marketing System Scaling: 10x Lead Volume in Year 2", excerpt: "Strategic optimization and scaling of AI marketing systems achieved 10x increase in qualified lead volume while maintaining quality and efficiency. Established sustainable growth foundation.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/high-converting-sales-funnel-optimizatio-1773289228663-02621dd4.png", imageAlt: "Marketing Scaling", authorName: "Vero AI Team", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/professional-portrait-of-a-successful-en-1773289186769-5f49b9f5.png", date: "2024"
|
||||
title: "Marketing System Scaling: 10x Lead Volume in Year 2", excerpt: "Strategic optimization and scaling of AI marketing systems achieved 10x increase in qualified lead volume while maintaining quality and efficiency. Established sustainable growth foundation.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/high-converting-sales-funnel-optimizatio-1773289228663-02621dd4.png?_wi=2", imageAlt: "Marketing Scaling", authorName: "Vero AI Team", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/professional-portrait-of-a-successful-en-1773289186769-5f49b9f5.png", date: "2024"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -213,7 +182,6 @@ export default function AIMarketingPage() {
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Process", href: "/ai-marketing" },
|
||||
{ label: "Contact", href: "#contact" }
|
||||
]
|
||||
},
|
||||
|
||||
@@ -6,6 +6,7 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Lato } from "next/font/google";
|
||||
import { Inter_Tight } from "next/font/google";
|
||||
|
||||
|
||||
|
||||
@@ -14,9 +15,11 @@ export const metadata: Metadata = {
|
||||
description: 'Luxury-grade AI marketing systems built for premium brands. Lead generation, automation, branding, and conversion optimization.',
|
||||
};
|
||||
|
||||
const lato = Lato({
|
||||
variable: "--font-lato", subsets: ["latin"],
|
||||
weight: ["100", "300", "400", "700", "900"],
|
||||
|
||||
const interTight = Inter_Tight({
|
||||
variable: "--font-inter-tight",
|
||||
subsets: ["latin"],
|
||||
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
|
||||
});
|
||||
|
||||
export default function RootLayout({
|
||||
@@ -27,7 +30,7 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${lato.variable} antialiased`}>
|
||||
<body className={`${interTight.variable} antialiased`}>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
|
||||
@@ -4,12 +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 MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import BlogCardTwo from '@/components/sections/blog/BlogCardTwo';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import { Sparkles, CheckCircle, Zap, Award, Briefcase } from 'lucide-react';
|
||||
import { Sparkles, CheckCircle, Award, Briefcase } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
const handleContactSubmit = (formData: any) => {
|
||||
@@ -33,7 +32,6 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Process", id: "process" },
|
||||
{ name: "Work", id: "portfolio" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
@@ -57,7 +55,7 @@ export default function LandingPage() {
|
||||
{ text: "See Our Services", href: "#services" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/a-sophisticated-ai-marketing-dashboard-i-1773289187082-284b3e5e.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/uploaded-1773296062896-jhekds4j.png"
|
||||
imageAlt="Vero AI Marketing Dashboard"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -76,45 +74,15 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "AI Automation and Workflows", description: "Custom automation workflows that eliminate repetitive tasks and accelerate your business processes. Smart systems, real efficiency.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/visual-representation-of-ai-automation-a-1773289187678-5a4ad895.png?_wi=1", imageAlt: "AI Automations"
|
||||
title: "AI Automation and Workflows", description: "Custom automation workflows that eliminate repetitive tasks and accelerate your business processes. Smart systems, real efficiency.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/uploaded-1773295424073-p42xo6dn.png", imageAlt: "AI Automations"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Website Design and Development", description: "Premium digital experiences designed to convert. Clean, fast, and strategically built for your ideal customer.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/premium-website-and-brand-design-showcas-1773289187253-99f3e4ce.png?_wi=1", imageAlt: "Website Design"
|
||||
title: "Website Design and Development", description: "Premium digital experiences designed to convert. Clean, fast, and strategically built for your ideal customer.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/uploaded-1773295870579-qev5rqbj.png", imageAlt: "Website Design"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "AI Marketing Systems", description: "Intelligent automation frameworks that handle lead generation, nurturing, and conversion. Built for brands that want to scale efficiently.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/an-abstract-representation-of-ai-marketi-1773289187366-6f949836.png?_wi=1", imageAlt: "AI Marketing Systems"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="process" data-section="process">
|
||||
<MetricCardEleven
|
||||
title="Our Process"
|
||||
description="A proven framework designed to deliver premium results. Strategic, methodical, and focused on your success."
|
||||
tag="How We Work"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "Discovery", title: "Understanding Your Business", description: "Deep dive into your goals, market, and competitive landscape", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/strategic-discovery-and-consultation-pha-1773289188610-5fa5f564.png?_wi=1", imageAlt: "Discovery Phase"
|
||||
},
|
||||
{
|
||||
id: "2", value: "Strategy", title: "Building Your Roadmap", description: "Sophisticated strategy that aligns technology with business objectives", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/strategy-development-and-planning-phase--1773289187387-9ce04fbf.png?_wi=1", imageAlt: "Strategy Phase"
|
||||
},
|
||||
{
|
||||
id: "3", value: "Build", title: "Premium Implementation", description: "Advanced systems built with precision and attention to detail", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/build-and-implementation-phase-showing-d-1773289188356-a18f1154.png?_wi=1", imageAlt: "Build Phase"
|
||||
},
|
||||
{
|
||||
id: "4", value: "Launch", title: "Smooth Activation", description: "Strategic rollout designed for immediate impact and adoption", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/launch-and-go-live-phase-showing-celebra-1773289187330-30f337d3.png?_wi=1", imageAlt: "Launch Phase"
|
||||
},
|
||||
{
|
||||
id: "5", value: "Optimize", title: "Continuous Improvement", description: "Ongoing refinement and optimization for sustained results", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/optimization-and-continuous-improvement--1773289188372-dc7422c2.png?_wi=1", imageAlt: "Optimize Phase"
|
||||
title: "AI Marketing Systems", description: "Intelligent automation frameworks that handle lead generation, nurturing, and conversion. Built for brands that want to scale efficiently.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/uploaded-1773296440397-c9h13n6a.png", imageAlt: "AI Marketing Systems"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -174,11 +142,11 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "2", category: ["AI Systems", "Automation"],
|
||||
title: "AI Marketing System: $500K Revenue Generated", excerpt: "Complete marketing automation system deployment that generated $500K in qualified revenue within 6 months.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/ai-marketing-automation-system-deploymen-1773289188651-16c8db96.png", imageAlt: "AI Marketing System", authorName: "Vero AI Team", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/professional-portrait-of-a-confident-mar-1773289186890-9d714eef.png", date: "2024"
|
||||
title: "AI Marketing System: $500K Revenue Generated", excerpt: "Complete marketing automation system deployment that generated $500K in qualified revenue within 6 months.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/ai-marketing-automation-system-deploymen-1773289188651-16c8db96.png?_wi=1", imageAlt: "AI Marketing System", authorName: "Vero AI Team", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/professional-portrait-of-a-confident-mar-1773289186890-9d714eef.png", date: "2024"
|
||||
},
|
||||
{
|
||||
id: "3", category: ["Conversion", "Funnel"],
|
||||
title: "Funnel Optimization: 240% Conversion Lift", excerpt: "Sophisticated funnel redesign that eliminated friction, improved messaging, and delivered 240% conversion improvement.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/high-converting-sales-funnel-optimizatio-1773289228663-02621dd4.png", imageAlt: "Funnel Optimization", authorName: "Vero AI Team", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/professional-portrait-of-a-successful-en-1773289186769-5f49b9f5.png", date: "2024"
|
||||
title: "Funnel Optimization: 240% Conversion Lift", excerpt: "Sophisticated funnel redesign that eliminated friction, improved messaging, and delivered 240% conversion improvement.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/high-converting-sales-funnel-optimizatio-1773289228663-02621dd4.png?_wi=1", imageAlt: "Funnel Optimization", authorName: "Vero AI Team", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/professional-portrait-of-a-successful-en-1773289186769-5f49b9f5.png", date: "2024"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -207,7 +175,6 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Product", items: [
|
||||
{ label: "Services", href: "#services" },
|
||||
{ label: "Process", href: "#process" },
|
||||
{ label: "Work", href: "#portfolio" }
|
||||
]
|
||||
},
|
||||
|
||||
@@ -4,12 +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 MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import BlogCardTwo from '@/components/sections/blog/BlogCardTwo';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import { Sparkles, CheckCircle, Zap, Award, Briefcase } from 'lucide-react';
|
||||
import { Sparkles, CheckCircle, Award, Briefcase } from 'lucide-react';
|
||||
|
||||
export default function ServicesPage() {
|
||||
const handleContactSubmit = (formData: any) => {
|
||||
@@ -33,7 +32,6 @@ export default function ServicesPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Process", id: "process" },
|
||||
{ name: "Work", id: "portfolio" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
@@ -53,7 +51,7 @@ export default function ServicesPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Get Started", href: "#contact" },
|
||||
{ text: "View Process", href: "#process" }
|
||||
{ text: "View Portfolio", href: "#portfolio" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/a-sophisticated-ai-marketing-dashboard-i-1773289187082-284b3e5e.png?_wi=1"
|
||||
@@ -89,36 +87,6 @@ export default function ServicesPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="process" data-section="process">
|
||||
<MetricCardEleven
|
||||
title="How Our Services Work"
|
||||
description="A proven framework designed to deliver premium results. Strategic, methodical, and focused on your success."
|
||||
tag="Our Methodology"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "Discovery", title: "Understanding Your Business", description: "Deep dive into your goals, market, and competitive landscape to create a tailored strategy", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/strategic-discovery-and-consultation-pha-1773289188610-5fa5f564.png?_wi=1", imageAlt: "Discovery Phase"
|
||||
},
|
||||
{
|
||||
id: "2", value: "Strategy", title: "Building Your Roadmap", description: "Sophisticated strategy that aligns technology with business objectives", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/strategy-development-and-planning-phase--1773289187387-9ce04fbf.png?_wi=1", imageAlt: "Strategy Phase"
|
||||
},
|
||||
{
|
||||
id: "3", value: "Implementation", title: "Premium Execution", description: "Advanced systems built with precision and attention to detail", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/build-and-implementation-phase-showing-d-1773289188356-a18f1154.png?_wi=1", imageAlt: "Implementation Phase"
|
||||
},
|
||||
{
|
||||
id: "4", value: "Launch", title: "Smooth Activation", description: "Strategic rollout designed for immediate impact and adoption", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/launch-and-go-live-phase-showing-celebra-1773289187330-30f337d3.png?_wi=1", imageAlt: "Launch Phase"
|
||||
},
|
||||
{
|
||||
id: "5", value: "Optimization", title: "Continuous Improvement", description: "Ongoing refinement and optimization for sustained results", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/optimization-and-continuous-improvement--1773289188372-dc7422c2.png?_wi=1", imageAlt: "Optimize Phase"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
title="Client Success Stories"
|
||||
@@ -213,8 +181,7 @@ export default function ServicesPage() {
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Process", href: "/services" },
|
||||
{ label: "Work", href: "/services" }
|
||||
{ label: "Work", href: "#portfolio" }
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -11,7 +11,7 @@ html {
|
||||
body {
|
||||
background-color: var(--background);
|
||||
color: var(--foreground);
|
||||
font-family: var(--font-lato), sans-serif;
|
||||
font-family: var(--font-inter-tight), sans-serif;
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
overscroll-behavior: none;
|
||||
@@ -24,5 +24,5 @@ h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: var(--font-lato), sans-serif;
|
||||
font-family: var(--font-inter-tight), sans-serif;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user