Update src/app/ai-marketing/page.tsx

This commit is contained in:
2026-03-12 04:57:06 +00:00
parent bb7724fd15
commit 11472c5afc

View File

@@ -52,7 +52,7 @@ export default function AIMarketingPage() {
{ text: "View Results", href: "/services" }
]}
buttonAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/an-abstract-representation-of-ai-marketi-1773289187366-6f949836.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/an-abstract-representation-of-ai-marketi-1773289187366-6f949836.png?_wi=3"
imageAlt="AI Marketing Dashboard"
mediaAnimation="blur-reveal"
/>
@@ -70,19 +70,19 @@ export default function AIMarketingPage() {
animationType="slide-up"
metrics={[
{
id: "1", value: "340%", title: "Average ROI Improvement", description: "Return on investment increase within first 6 months", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/strategic-discovery-and-consultation-pha-1773289188610-5fa5f564.png", imageAlt: "ROI Improvement"
id: "1", value: "340%", title: "Average ROI Improvement", description: "Return on investment increase within first 6 months", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/strategic-discovery-and-consultation-pha-1773289188610-5fa5f564.png?_wi=3", imageAlt: "ROI Improvement"
},
{
id: "2", value: "240%", title: "Conversion Rate Lift", description: "Average increase in qualified lead conversion", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/strategy-development-and-planning-phase--1773289187387-9ce04fbf.png", imageAlt: "Conversion Lift"
id: "2", value: "240%", title: "Conversion Rate Lift", description: "Average increase in qualified lead conversion", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/strategy-development-and-planning-phase--1773289187387-9ce04fbf.png?_wi=3", imageAlt: "Conversion Lift"
},
{
id: "3", value: "180%", title: "Lead Volume Increase", description: "Growth in qualified leads generated monthly", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/build-and-implementation-phase-showing-d-1773289188356-a18f1154.png", imageAlt: "Lead Volume"
id: "3", value: "180%", title: "Lead Volume Increase", description: "Growth in qualified leads generated monthly", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/build-and-implementation-phase-showing-d-1773289188356-a18f1154.png?_wi=3", imageAlt: "Lead Volume"
},
{
id: "4", value: "98%", title: "Lead Quality Score", description: "Percentage of leads meeting your ideal customer profile", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/launch-and-go-live-phase-showing-celebra-1773289187330-30f337d3.png", imageAlt: "Lead Quality"
id: "4", value: "98%", title: "Lead Quality Score", description: "Percentage of leads meeting your ideal customer profile", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/launch-and-go-live-phase-showing-celebra-1773289187330-30f337d3.png?_wi=3", imageAlt: "Lead Quality"
},
{
id: "5", value: "$25M+", title: "Client Revenue Generated", description: "Total qualified revenue attributed to our systems", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/optimization-and-continuous-improvement--1773289188372-dc7422c2.png", imageAlt: "Revenue Generated"
id: "5", value: "$25M+", title: "Client Revenue Generated", description: "Total qualified revenue attributed to our systems", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/optimization-and-continuous-improvement--1773289188372-dc7422c2.png?_wi=3", imageAlt: "Revenue Generated"
}
]}
/>