From 9d9321e13e0b56dec9879ee1af2fe9b0e2de8d13 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 12:16:55 +0000 Subject: [PATCH 1/3] Update src/app/generator/page.tsx --- src/app/generator/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/generator/page.tsx b/src/app/generator/page.tsx index 054fcb2..9c703fb 100644 --- a/src/app/generator/page.tsx +++ b/src/app/generator/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { useInvertedBackground={false} title="How the Generator Works" description="Input your profile and let our AI do the heavy lifting." - imageSrc="http://img.b2bpic.net/free-photo/3d-character-emerging-from-smartphone_23-2151336689.jpg" + imageSrc="http://img.b2bpic.net/free-photo/3d-character-emerging-from-smartphone_23-2151336689.jpg?_wi=3" bulletPoints={[ { title: "Input", -- 2.49.1 From 8267afca84d43cd9560f6af397f99ab8b3f67f7a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 12:16:56 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5159542..55771b3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,21 +60,21 @@ export default function LandingPage() { handle: "@ariver", testimonial: "Pathvo AI completely redefined my career trajectory. 30 days later, I have a clear roadmap and a new job.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", }, { name: "Sarah Chen", handle: "@schen", testimonial: "The AI generator is shockingly accurate. It hit my exact career goals perfectly.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-pretty-stylish-woman-coat-dreamily-looking-camera-outdoor_574295-2145.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-pretty-stylish-woman-coat-dreamily-looking-camera-outdoor_574295-2145.jpg?_wi=1", }, { name: "Marcus V.", handle: "@mvdev", testimonial: "Simple, fast, and incredibly effective. Worth every penny.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-macho-male-dressed-suit-dark-grey-background_613910-9486.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-macho-male-dressed-suit-dark-grey-background_613910-9486.jpg?_wi=1", }, { name: "Elena R.", @@ -101,7 +101,7 @@ export default function LandingPage() { href: "#features", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/3d-render-abstract-background-with-extruding-bevelled-hexagons_1048-13839.jpg" + imageSrc="http://img.b2bpic.net/free-photo/3d-render-abstract-background-with-extruding-bevelled-hexagons_1048-13839.jpg?_wi=1" avatars={[ { src: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", @@ -146,7 +146,7 @@ export default function LandingPage() { }, ], placeholder: "Describe your goal...", - imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-background-with-extruding-bevelled-hexagons_1048-13839.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-background-with-extruding-bevelled-hexagons_1048-13839.jpg?_wi=2", imageAlt: "3d abstract background technology", }, { @@ -165,14 +165,14 @@ export default function LandingPage() { time: "1h", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/3d-character-emerging-from-smartphone_23-2151336689.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-character-emerging-from-smartphone_23-2151336689.jpg?_wi=1", imageAlt: "saas dashboard interface design", }, { title: "Growth Analytics", description: "Visualize your progress daily.", bentoComponent: "globe", - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "young professional portrait", }, ]} @@ -187,7 +187,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Engineering Success Through AI" description="We blend behavioral science with advanced AI to create meaningful change." - imageSrc="http://img.b2bpic.net/free-photo/3d-character-emerging-from-smartphone_23-2151336689.jpg" + imageSrc="http://img.b2bpic.net/free-photo/3d-character-emerging-from-smartphone_23-2151336689.jpg?_wi=2" bulletPoints={[ { title: "Data-Backed", @@ -221,7 +221,7 @@ export default function LandingPage() { tag="Support" title="Need Help?" description="Our team is here to support your career breakthrough. Reach out anytime." - imageSrc="http://img.b2bpic.net/free-photo/3d-render-abstract-background-with-extruding-bevelled-hexagons_1048-13839.jpg" + imageSrc="http://img.b2bpic.net/free-photo/3d-render-abstract-background-with-extruding-bevelled-hexagons_1048-13839.jpg?_wi=3" /> -- 2.49.1 From 4795ecc0ef21362a17f4df2559690628813f98ad Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 12:16:56 +0000 Subject: [PATCH 3/3] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index d64a8c8..0fcc8b0 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -107,7 +107,7 @@ export default function LandingPage() { quote: "Excellent value for professional growth.", name: "Jane", role: "Developer", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-pretty-stylish-woman-coat-dreamily-looking-camera-outdoor_574295-2145.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-pretty-stylish-woman-coat-dreamily-looking-camera-outdoor_574295-2145.jpg?_wi=2", imageAlt: "creative designer profile photo", }, { @@ -116,7 +116,7 @@ export default function LandingPage() { quote: "The ROI on this subscription is incredible.", name: "Mike", role: "Manager", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-macho-male-dressed-suit-dark-grey-background_613910-9486.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-macho-male-dressed-suit-dark-grey-background_613910-9486.jpg?_wi=2", imageAlt: "tech lead profile photo", }, ]} -- 2.49.1