From b9210fa2545af63b8b17a4d37d9b0f48cc85c38c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 13:42:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e388eb0..67d2f9d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -87,13 +87,13 @@ export default function LandingPage() { }, { title: "Daily Routine Blueprint", description: "Habits that build long-term structure.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-picture-cheerful-attractive-young-female-secretary-with-hair-knot-bright-make-up-drinking-coffee-tea-looking-smiling-joyfully_343059-2972.jpg", imageAlt: "Icon"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-picture-cheerful-attractive-young-female-secretary-with-hair-knot-bright-make-up-drinking-coffee-tea-looking-smiling-joyfully_343059-2972.jpg?_wi=1", imageAlt: "Icon"}, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/business-concepts_23-2147501681.jpg", imageAlt: "Icon"}, }, { title: "Hidden Mistakes", description: "Avoid the common errors ruining your progress.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-with-crossed-arms-against-concrete-backdrop_23-2148130266.jpg", imageAlt: "Icon"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-with-crossed-arms-against-concrete-backdrop_23-2148130266.jpg?_wi=1", imageAlt: "Icon"}, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/alert-sign-front-side_187299-39177.jpg", imageAlt: "Icon"}, }, @@ -114,7 +114,7 @@ export default function LandingPage() { { id: "t1", name: "7 days difference", imageSrc: "http://img.b2bpic.net/free-photo/combination-facial-features-concept_23-2150039743.jpg"}, { - id: "t2", name: "Protocol consistency", imageSrc: "http://img.b2bpic.net/free-photo/close-up-picture-cheerful-attractive-young-female-secretary-with-hair-knot-bright-make-up-drinking-coffee-tea-looking-smiling-joyfully_343059-2972.jpg"}, + id: "t2", name: "Protocol consistency", imageSrc: "http://img.b2bpic.net/free-photo/close-up-picture-cheerful-attractive-young-female-secretary-with-hair-knot-bright-make-up-drinking-coffee-tea-looking-smiling-joyfully_343059-2972.jpg?_wi=2"}, { id: "t3", name: "Structured changes", imageSrc: "http://img.b2bpic.net/free-photo/profile-view-fierce-displeased-young-caucasian-male-with-goatee-mustache-stylish-haircut-poising-isolated-white-t-shirt-looking-away-with-angry-offended-expression-does-want-talk_343059-4270.jpg"}, ]} @@ -130,7 +130,7 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Liam K.", handle: "@user1", testimonial: "My face got slimmer in 3 days. Unreal results.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-with-crossed-arms-against-concrete-backdrop_23-2148130266.jpg"}, + id: "1", name: "Liam K.", handle: "@user1", testimonial: "My face got slimmer in 3 days. Unreal results.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-with-crossed-arms-against-concrete-backdrop_23-2148130266.jpg?_wi=2"}, { id: "2", name: "Marcus R.", handle: "@user2", testimonial: "Jawline is finally visible. Best investment.", imageSrc: "http://img.b2bpic.net/free-photo/woman-smiles-positively-feels-free-dressed-beige-jacket-has-happy-expression-strolls-ancient-city-enjoys-excursion_273609-54765.jpg"}, { -- 2.49.1