From 3e1eb9771c4513147827ef4e65226c733b7da17f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 17:02:33 +0000 Subject: [PATCH] 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 59be808..66b6b4e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,15 +66,15 @@ export default function LandingPage() { { id: "feat-1", title: "Low-Spec Optimized", tags: [ "No GPU Needed", "Cloud Based"], - imageSrc: "http://img.b2bpic.net/free-photo/man-with-augmented-reality_1134-137.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-with-augmented-reality_1134-137.jpg?_wi=1"}, { id: "feat-2", title: "Free Tools Only", tags: [ "Budget Friendly", "Open Source"], - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-nutritional-counter-app_23-2149880604.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-nutritional-counter-app_23-2149880604.jpg?_wi=1"}, { id: "feat-3", title: "Growth Mentorship", tags: [ "YouTube", "Beginner Guide"], - imageSrc: "http://img.b2bpic.net/free-photo/diverse-people-using-their-phones_53876-95104.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/diverse-people-using-their-phones_53876-95104.jpg?_wi=1"}, ]} title="Designed for Everyone" description="Powerful AI learning for students and creators with any PC hardware." @@ -89,17 +89,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "CapCut Web", price: "Free", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-nutritional-counter-app_23-2149880604.jpg"}, + id: "1", name: "CapCut Web", price: "Free", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-nutritional-counter-app_23-2149880604.jpg?_wi=2"}, { - id: "2", name: "ChatGPT Free", price: "Free", imageSrc: "http://img.b2bpic.net/free-photo/man-with-augmented-reality_1134-137.jpg"}, + id: "2", name: "ChatGPT Free", price: "Free", imageSrc: "http://img.b2bpic.net/free-photo/man-with-augmented-reality_1134-137.jpg?_wi=2"}, { - id: "3", name: "Canva Basics", price: "Freemium", imageSrc: "http://img.b2bpic.net/free-photo/diverse-people-using-their-phones_53876-95104.jpg"}, + id: "3", name: "Canva Basics", price: "Freemium", imageSrc: "http://img.b2bpic.net/free-photo/diverse-people-using-their-phones_53876-95104.jpg?_wi=2"}, { - id: "4", name: "Audacity Audio", price: "Free", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-nutritional-counter-app_23-2149880604.jpg"}, + id: "4", name: "Audacity Audio", price: "Free", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-nutritional-counter-app_23-2149880604.jpg?_wi=3"}, { - id: "5", name: "OBS Studio", price: "Free", imageSrc: "http://img.b2bpic.net/free-photo/man-with-augmented-reality_1134-137.jpg"}, + id: "5", name: "OBS Studio", price: "Free", imageSrc: "http://img.b2bpic.net/free-photo/man-with-augmented-reality_1134-137.jpg?_wi=3"}, { - id: "6", name: "DaVinci Resolve", price: "Free", imageSrc: "http://img.b2bpic.net/free-photo/diverse-people-using-their-phones_53876-95104.jpg"}, + id: "6", name: "DaVinci Resolve", price: "Free", imageSrc: "http://img.b2bpic.net/free-photo/diverse-people-using-their-phones_53876-95104.jpg?_wi=3"}, ]} title="Our Recommended AI Tools" description="Free and affordable software to kickstart your content career." -- 2.49.1