From 57f11e462986701b3936874cb8a5b96ccc334d2d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 03:30:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b20cbd9..e6f9942 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -97,19 +97,19 @@ export default function LandingPage() { title: "Smart Calendar", description: "Drag-and-drop bookings with color-coded service gaps and online booking integration.", buttonIcon: "Calendar", - imageSrc: "http://img.b2bpic.net/free-photo/stock-portfolio-computer-monitor-containing-collection-financial-assets_482257-93465.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stock-portfolio-computer-monitor-containing-collection-financial-assets_482257-93465.jpg?_wi=1", }, { title: "Client Intelligence", description: "Keep detailed records of preferences, allergies, spending history, and repeat service alerts.", buttonIcon: "User", - imageSrc: "http://img.b2bpic.net/free-photo/application-contact-communication-connection-concept_53876-132755.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/application-contact-communication-connection-concept_53876-132755.jpg?_wi=1", }, { title: "Finance Tracking", description: "Real-time reports on daily revenue, profitability, and service-based performance metrics.", buttonIcon: "TrendingUp", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-with-drawing-tablet_23-2148943513.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-with-drawing-tablet_23-2148943513.jpg?_wi=1", }, { title: "Marketing Automation", @@ -134,21 +134,21 @@ export default function LandingPage() { value: "30%", title: "Retention Increase", description: "Average gain in repeat clients", - imageSrc: "http://img.b2bpic.net/free-photo/stock-portfolio-computer-monitor-containing-collection-financial-assets_482257-93465.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stock-portfolio-computer-monitor-containing-collection-financial-assets_482257-93465.jpg?_wi=2", }, { id: "m2", value: "15hr", title: "Weekly Time Saved", description: "Automated scheduling impact", - imageSrc: "http://img.b2bpic.net/free-photo/application-contact-communication-connection-concept_53876-132755.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/application-contact-communication-connection-concept_53876-132755.jpg?_wi=2", }, { id: "m3", value: "$45k", title: "Avg Revenue Lift", description: "Revenue per master yearly", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-with-drawing-tablet_23-2148943513.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-with-drawing-tablet_23-2148943513.jpg?_wi=2", }, ]} title="Business Impact" -- 2.49.1