From a1781957a72b01591e199ef5f9775f4f468e40db Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 07:37:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 81b1d93..d833b3d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { handle: "@alexs", testimonial: "This directory saved me hours of searching.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/abstract-light-painting-dark_23-2149627866.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-light-painting-dark_23-2149627866.jpg?_wi=1", imageAlt: "futuristic AI interface dark", }, { @@ -68,7 +68,7 @@ export default function LandingPage() { handle: "@mgr", testimonial: "Found the perfect tool for video production.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-desktop-with-agenda-glasses_23-2148430842.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-desktop-with-agenda-glasses_23-2148430842.jpg?_wi=1", imageAlt: "minimalist creative dark desk", }, { @@ -76,7 +76,7 @@ export default function LandingPage() { handle: "@jlee", testimonial: "Excellent collection for student research.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/innovation-development-rocket-graphic-concept_53876-120019.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/innovation-development-rocket-graphic-concept_53876-120019.jpg?_wi=1", imageAlt: "minimalist logo gold", }, { @@ -84,7 +84,7 @@ export default function LandingPage() { handle: "@sammy", testimonial: "Best free AI tools list I've encountered.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ogkrah", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ogkrah&_wi=1", imageAlt: "minimalist pen logo gold", }, { @@ -92,11 +92,11 @@ export default function LandingPage() { handle: "@casey", testimonial: "My workflow is 3x faster now.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/graphic-digital-tablet-stationeries-colorful-paper-background_23-2147880450.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/graphic-digital-tablet-stationeries-colorful-paper-background_23-2147880450.jpg?_wi=1", imageAlt: "abstract image symbol gold", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/abstract-light-painting-dark_23-2149627866.jpg" + imageSrc="http://img.b2bpic.net/free-photo/abstract-light-painting-dark_23-2149627866.jpg?_wi=2" avatars={[ { src: "https://img.b2bpic.net/free-photo/portrait-young-man-with-beard-dark-clothing_23-2148496464.jpg", @@ -143,7 +143,7 @@ export default function LandingPage() { description: "Easily navigate by creative, student, or business needs.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/top-view-desktop-with-agenda-glasses_23-2148430842.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-desktop-with-agenda-glasses_23-2148430842.jpg?_wi=2" mediaAnimation="slide-up" /> @@ -156,17 +156,17 @@ export default function LandingPage() { { title: "Video Creation", description: "Transform text to cinematic video with our top-rated AI models.", - imageSrc: "http://img.b2bpic.net/free-photo/innovation-development-rocket-graphic-concept_53876-120019.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/innovation-development-rocket-graphic-concept_53876-120019.jpg?_wi=2", }, { title: "Creative Writing", description: "Draft blog posts, research papers, and scripts in seconds.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ogkrah", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ogkrah&_wi=2", }, { title: "Visual AI", description: "Generate high-quality artwork and assets with simple prompts.", - imageSrc: "http://img.b2bpic.net/free-photo/graphic-digital-tablet-stationeries-colorful-paper-background_23-2147880450.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/graphic-digital-tablet-stationeries-colorful-paper-background_23-2147880450.jpg?_wi=2", }, ]} title="Powerful AI Categories" @@ -185,19 +185,19 @@ export default function LandingPage() { id: "p1", name: "VidGen Pro", price: "Freemium", - imageSrc: "http://img.b2bpic.net/free-photo/innovation-development-rocket-graphic-concept_53876-120019.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/innovation-development-rocket-graphic-concept_53876-120019.jpg?_wi=3", }, { id: "p2", name: "WriteAssist", price: "Free Trial", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ogkrah", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ogkrah&_wi=3", }, { id: "p3", name: "ArtFlow", price: "$15/mo", - imageSrc: "http://img.b2bpic.net/free-photo/graphic-digital-tablet-stationeries-colorful-paper-background_23-2147880450.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/graphic-digital-tablet-stationeries-colorful-paper-background_23-2147880450.jpg?_wi=3", }, { id: "p4", -- 2.49.1