From bdaca823b54bc4facf7a72e04d6693d2cf04ad15 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 13:38:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c9435ef..3da2396 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,17 +80,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "AI Writing", description: "Boost your productivity with advanced writing assistants.", imageSrc: "http://img.b2bpic.net/free-photo/pencil-sign-left-side_187299-39550.jpg"}, + title: "AI Writing", description: "Boost your productivity with advanced writing assistants.", imageSrc: "http://img.b2bpic.net/free-photo/pencil-sign-left-side_187299-39550.jpg?_wi=1"}, { - title: "AI Image Generation", description: "Create stunning visuals with state-of-the-art models.", imageSrc: "http://img.b2bpic.net/free-photo/hand-hold-robot-paper-carving-with-nature-background_53876-23285.jpg"}, + title: "AI Image Generation", description: "Create stunning visuals with state-of-the-art models.", imageSrc: "http://img.b2bpic.net/free-photo/hand-hold-robot-paper-carving-with-nature-background_53876-23285.jpg?_wi=1"}, { - title: "AI Video Tools", description: "Turn your creative vision into video reality.", imageSrc: "http://img.b2bpic.net/free-photo/arrow-with-bright-neon-colors_23-2151204920.jpg"}, + title: "AI Video Tools", description: "Turn your creative vision into video reality.", imageSrc: "http://img.b2bpic.net/free-photo/arrow-with-bright-neon-colors_23-2151204920.jpg?_wi=1"}, { - title: "AI Marketing", description: "Automate and enhance your content marketing workflow.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=icrrxf"}, + title: "AI Marketing", description: "Automate and enhance your content marketing workflow.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=icrrxf&_wi=1"}, { - title: "AI Business Tools", description: "Scale your operations with intelligent automation.", imageSrc: "http://img.b2bpic.net/free-photo/chat-messages-front-side-with-white-background_187299-39812.jpg"}, + title: "AI Business Tools", description: "Scale your operations with intelligent automation.", imageSrc: "http://img.b2bpic.net/free-photo/chat-messages-front-side-with-white-background_187299-39812.jpg?_wi=1"}, { - title: "AI Productivity", description: "Optimize your daily tasks with powerful AI.", imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-creative-sphere-with-eye-effect_23-2150885601.jpg"}, + title: "AI Productivity", description: "Optimize your daily tasks with powerful AI.", imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-creative-sphere-with-eye-effect_23-2150885601.jpg?_wi=1"}, ]} title="Popular Categories" description="Navigate through curated AI tools categorized for your convenience." @@ -106,22 +106,22 @@ export default function LandingPage() { products={[ { id: "p1", brand: "Writing", name: "ChatGPT", price: "Free/Pro", rating: 5, - reviewCount: "10k+", imageSrc: "http://img.b2bpic.net/free-photo/pencil-sign-left-side_187299-39550.jpg"}, + reviewCount: "10k+", imageSrc: "http://img.b2bpic.net/free-photo/pencil-sign-left-side_187299-39550.jpg?_wi=2"}, { id: "p2", brand: "Image", name: "Midjourney", price: "Subscription", rating: 5, - reviewCount: "5k+", imageSrc: "http://img.b2bpic.net/free-photo/hand-hold-robot-paper-carving-with-nature-background_53876-23285.jpg"}, + reviewCount: "5k+", imageSrc: "http://img.b2bpic.net/free-photo/hand-hold-robot-paper-carving-with-nature-background_53876-23285.jpg?_wi=2"}, { id: "p3", brand: "Video", name: "Runway", price: "Freemium", rating: 4, - reviewCount: "3k+", imageSrc: "http://img.b2bpic.net/free-photo/arrow-with-bright-neon-colors_23-2151204920.jpg"}, + reviewCount: "3k+", imageSrc: "http://img.b2bpic.net/free-photo/arrow-with-bright-neon-colors_23-2151204920.jpg?_wi=2"}, { id: "p4", brand: "Productivity", name: "Notion AI", price: "Add-on", rating: 5, - reviewCount: "8k+", imageSrc: "http://img.b2bpic.net/free-photo/chat-messages-front-side-with-white-background_187299-39812.jpg"}, + reviewCount: "8k+", imageSrc: "http://img.b2bpic.net/free-photo/chat-messages-front-side-with-white-background_187299-39812.jpg?_wi=2"}, { id: "p5", brand: "Marketing", name: "Copy.ai", price: "Free/Paid", rating: 4, - reviewCount: "2k+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=icrrxf"}, + reviewCount: "2k+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=icrrxf&_wi=2"}, { id: "p6", brand: "Video", name: "Pictory", price: "Paid", rating: 4, - reviewCount: "1k+", imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-creative-sphere-with-eye-effect_23-2150885601.jpg"}, + reviewCount: "1k+", imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-creative-sphere-with-eye-effect_23-2150885601.jpg?_wi=2"}, ]} title="Trending AI Tools" description="The most popular AI tools currently being used by innovators." -- 2.49.1