From ebd964d357fa63fbdd6984925f5a4cb73cde846c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 05:18:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 622ffd0..f396691 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-vector/modern-dashboard-user-panel_23-2148372019.jpg", imageAlt: "saas dashboard interface automation" } + { imageSrc: "http://img.b2bpic.net/free-vector/modern-dashboard-user-panel_23-2148372019.jpg?_wi=1", imageAlt: "saas dashboard interface automation" } ]} mediaAnimation="slide-up" ariaLabel="Hero section - Turn Your Website Into a Lead Machine" @@ -126,10 +126,10 @@ export default function LandingPage() { useInvertedBackground={true} animationType="slide-up" metrics={[ - { id: "metric-1", value: "89%", title: "Increase in Lead Capture", description: "Average increase in leads captured within first 30 days", imageSrc: "http://img.b2bpic.net/free-vector/modern-dashboard-user-panel_23-2148372019.jpg", imageAlt: "Lead capture growth metric" }, - { id: "metric-2", value: "4.2x", title: "Faster Response Time", description: "Automatic SMS responses compared to manual follow-up", imageSrc: "http://img.b2bpic.net/free-vector/modern-dashboard-user-panel_23-2148372019.jpg", imageAlt: "Response time improvement metric" }, - { id: "metric-3", value: "156%", title: "ROI in 6 Months", description: "Average return on investment for service businesses", imageSrc: "http://img.b2bpic.net/free-vector/modern-dashboard-user-panel_23-2148372019.jpg", imageAlt: "ROI metric" }, - { id: "metric-4", value: "4.8★", title: "Customer Satisfaction", description: "Average rating from business owners using TropismLabs", imageSrc: "http://img.b2bpic.net/free-vector/modern-dashboard-user-panel_23-2148372019.jpg", imageAlt: "Customer satisfaction metric" } + { id: "metric-1", value: "89%", title: "Increase in Lead Capture", description: "Average increase in leads captured within first 30 days", imageSrc: "http://img.b2bpic.net/free-vector/modern-dashboard-user-panel_23-2148372019.jpg?_wi=2", imageAlt: "Lead capture growth metric" }, + { id: "metric-2", value: "4.2x", title: "Faster Response Time", description: "Automatic SMS responses compared to manual follow-up", imageSrc: "http://img.b2bpic.net/free-vector/modern-dashboard-user-panel_23-2148372019.jpg?_wi=3", imageAlt: "Response time improvement metric" }, + { id: "metric-3", value: "156%", title: "ROI in 6 Months", description: "Average return on investment for service businesses", imageSrc: "http://img.b2bpic.net/free-vector/modern-dashboard-user-panel_23-2148372019.jpg?_wi=4", imageAlt: "ROI metric" }, + { id: "metric-4", value: "4.8★", title: "Customer Satisfaction", description: "Average rating from business owners using TropismLabs", imageSrc: "http://img.b2bpic.net/free-vector/modern-dashboard-user-panel_23-2148372019.jpg?_wi=5", imageAlt: "Customer satisfaction metric" } ]} ariaLabel="Metrics section - Proven Results" /> -- 2.49.1