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", 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" /> 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", }, ]}