diff --git a/src/app/page.tsx b/src/app/page.tsx index 0ab97a9..7d90481 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} buttons={[{ text: "Schedule Your Strategy Session", href: "#contact" }]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-vector/business-dashboard-user-panel_23-2148310537.jpg" + imageSrc="http://img.b2bpic.net/free-vector/business-dashboard-user-panel_23-2148310537.jpg?_wi=1" imageAlt="Marketing analytics dashboard showcasing performance metrics" mediaAnimation="slide-up" imagePosition="right" @@ -105,10 +105,10 @@ export default function LandingPage() { tagIcon={TrendingUp} tagAnimation="slide-up" metrics={[ - { id: "revenue", value: "$450M+", title: "Pipeline Generated", description: "Annual pipeline value created for clients through strategic marketing initiatives", imageSrc: "http://img.b2bpic.net/free-vector/business-dashboard-user-panel_23-2148310537.jpg", imageAlt: "Revenue growth metrics" }, - { id: "roi", value: "340%", title: "Average ROI", description: "Measurable return on marketing investment across client campaigns", imageSrc: "http://img.b2bpic.net/free-vector/business-dashboard-user-panel_23-2148310537.jpg", imageAlt: "ROI metrics" }, - { id: "clients", value: "85+", title: "Enterprise Clients", description: "Mid-market and enterprise organizations we've partnered with successfully", imageSrc: "http://img.b2bpic.net/free-vector/business-dashboard-user-panel_23-2148310537.jpg", imageAlt: "Client metrics" }, - { id: "conversion", value: "47%", title: "Lead Conversion Rate", description: "Average improvement in qualified lead conversion for our clients", imageSrc: "http://img.b2bpic.net/free-vector/business-dashboard-user-panel_23-2148310537.jpg", imageAlt: "Conversion metrics" } + { id: "revenue", value: "$450M+", title: "Pipeline Generated", description: "Annual pipeline value created for clients through strategic marketing initiatives", imageSrc: "http://img.b2bpic.net/free-vector/business-dashboard-user-panel_23-2148310537.jpg?_wi=2", imageAlt: "Revenue growth metrics" }, + { id: "roi", value: "340%", title: "Average ROI", description: "Measurable return on marketing investment across client campaigns", imageSrc: "http://img.b2bpic.net/free-vector/business-dashboard-user-panel_23-2148310537.jpg?_wi=3", imageAlt: "ROI metrics" }, + { id: "clients", value: "85+", title: "Enterprise Clients", description: "Mid-market and enterprise organizations we've partnered with successfully", imageSrc: "http://img.b2bpic.net/free-vector/business-dashboard-user-panel_23-2148310537.jpg?_wi=4", imageAlt: "Client metrics" }, + { id: "conversion", value: "47%", title: "Lead Conversion Rate", description: "Average improvement in qualified lead conversion for our clients", imageSrc: "http://img.b2bpic.net/free-vector/business-dashboard-user-panel_23-2148310537.jpg?_wi=5", imageAlt: "Conversion metrics" } ]} animationType="slide-up" textboxLayout="default"