From 51851ff19baf87c1fea247fdedf9ec2e80906e08 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 07:01:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9c4cb4d..9ae6a95 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} dashboard={{ title: "Why Choose Us", logoIcon: CheckCircle, - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-957.jpg", sidebarItems: [ + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-957.jpg?_wi=1", sidebarItems: [ { icon: Zap }, { icon: Award }, { icon: Clock }, @@ -80,13 +80,13 @@ export default function LandingPage() { features={[ { id: 1, - title: "Emergency Response", description: "24/7 emergency service calls with guaranteed rapid response. We understand that problems don't wait for business hours.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-showing-thumb-up-sign-while-team-discussing-background_23-2147923383.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-having-meeting-with-group-doctors-shaking-hands-with-one-them-office_637285-7072.jpg" }, + title: "Emergency Response", description: "24/7 emergency service calls with guaranteed rapid response. We understand that problems don't wait for business hours.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-showing-thumb-up-sign-while-team-discussing-background_23-2147923383.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-having-meeting-with-group-doctors-shaking-hands-with-one-them-office_637285-7072.jpg?_wi=1" }, }, { id: 2, - title: "Preventive Maintenance", description: "Regular maintenance programs to keep systems running smoothly and prevent costly breakdowns before they happen.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-having-meeting-with-group-doctors-shaking-hands-with-one-them-office_637285-7072.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-showing-thumb-up-sign-while-team-discussing-background_23-2147923383.jpg" }, + title: "Preventive Maintenance", description: "Regular maintenance programs to keep systems running smoothly and prevent costly breakdowns before they happen.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-having-meeting-with-group-doctors-shaking-hands-with-one-them-office_637285-7072.jpg?_wi=2" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-showing-thumb-up-sign-while-team-discussing-background_23-2147923383.jpg?_wi=2" }, }, ]} showStepNumbers={true} @@ -142,9 +142,9 @@ export default function LandingPage() { { id: "1", name: "Sarah Johnson", role: "Homeowner", testimonial: "They arrived on time, fixed the problem quickly, and cleaned up after themselves. Professional, courteous, and fair pricing. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg"}, { - id: "2", name: "Michael Chen", role: "Property Manager", testimonial: "We've used them for our building maintenance for 5 years. Reliable, responsive, and they always go the extra mile. Outstanding service.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg"}, + id: "2", name: "Michael Chen", role: "Property Manager", testimonial: "We've used them for our building maintenance for 5 years. Reliable, responsive, and they always go the extra mile. Outstanding service.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1"}, { - id: "3", name: "Emily Rodriguez", role: "Small Business Owner", testimonial: "Had an emergency on a Sunday and they answered the phone. Fixed our issue same day. Can't thank them enough for saving our business.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg"}, + id: "3", name: "Emily Rodriguez", role: "Small Business Owner", testimonial: "Had an emergency on a Sunday and they answered the phone. Fixed our issue same day. Can't thank them enough for saving our business.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2"}, { id: "4", name: "David Kim", role: "Residential Client", testimonial: "Best decision I made was calling them. Transparent about costs upfront, quality work, and they respect your home. They're our go-to service.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg"}, ]} @@ -161,7 +161,7 @@ export default function LandingPage() { description="Call us now for immediate assistance or fill out our form for a callback. We're here to help 24/7." background={{ variant: "sparkles-gradient" }} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-957.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-957.jpg?_wi=2" mediaAnimation="slide-up" mediaPosition="right" inputPlaceholder="Enter your email" -- 2.49.1