From c3a0f6269d8a5a8231fefb9e9eab05334173f373 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 20:34:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e831974..5615df2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { handle: "@discipline", testimonial: "This protocol is the only thing that actually worked for me.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-city-lifestyle_23-2151002679.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-city-lifestyle_23-2151002679.jpg?_wi=1", imageAlt: "man looking at city dark aesthetic", }, { @@ -74,7 +74,7 @@ export default function LandingPage() { handle: "@focus", testimonial: "Regained my focus after years of brain fog. Unmatched.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/blond-man-with-virtual-glasses-surprised-expression_1194-2847.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blond-man-with-virtual-glasses-surprised-expression_1194-2847.jpg?_wi=1", imageAlt: "man looking at city dark aesthetic", }, { @@ -82,7 +82,7 @@ export default function LandingPage() { handle: "@growth", testimonial: "Minimalist, blunt, effective. The new standard.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/orange-skeleton-hand-middle_23-2147908213.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/orange-skeleton-hand-middle_23-2147908213.jpg?_wi=1", imageAlt: "man looking at city dark aesthetic", }, { @@ -90,7 +90,7 @@ export default function LandingPage() { handle: "@routine", testimonial: "Disciplined, clear, exactly what I needed to change.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/chicken-eggs-dark-material_23-2148073869.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chicken-eggs-dark-material_23-2148073869.jpg?_wi=1", imageAlt: "man looking at city dark aesthetic", }, { @@ -98,7 +98,7 @@ export default function LandingPage() { handle: "@mindset", testimonial: "Game changer for my daily workflow.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/blacksmith-flat-color-icons-set_1284-9162.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/blacksmith-flat-color-icons-set_1284-9162.jpg?_wi=1", imageAlt: "man looking at city dark aesthetic", }, ]} @@ -108,7 +108,7 @@ export default function LandingPage() { href: "#cta", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-city-lifestyle_23-2151002679.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-city-lifestyle_23-2151002679.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/lonely-man-bus-station-city-night_23-2149001237.jpg", @@ -176,7 +176,7 @@ export default function LandingPage() { title: "Discipline", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/blond-man-with-virtual-glasses-surprised-expression_1194-2847.jpg" + imageSrc="http://img.b2bpic.net/free-photo/blond-man-with-virtual-glasses-surprised-expression_1194-2847.jpg?_wi=2" mediaAnimation="blur-reveal" metricsAnimation="slide-up" /> @@ -196,7 +196,7 @@ export default function LandingPage() { tags: [ "Focus", ], - imageSrc: "http://img.b2bpic.net/free-photo/orange-skeleton-hand-middle_23-2147908213.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/orange-skeleton-hand-middle_23-2147908213.jpg?_wi=2", }, { id: "f2", @@ -206,7 +206,7 @@ export default function LandingPage() { tags: [ "Productivity", ], - imageSrc: "http://img.b2bpic.net/free-photo/chicken-eggs-dark-material_23-2148073869.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chicken-eggs-dark-material_23-2148073869.jpg?_wi=2", }, { id: "f3", @@ -216,7 +216,7 @@ export default function LandingPage() { tags: [ "Growth", ], - imageSrc: "http://img.b2bpic.net/free-vector/blacksmith-flat-color-icons-set_1284-9162.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/blacksmith-flat-color-icons-set_1284-9162.jpg?_wi=2", }, ]} title="What You Will Learn" -- 2.49.1