From 53bf1cb0f442e90378c654372eb831720b17e9d9 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 11:48:19 +0000 Subject: [PATCH 1/2] Update src/app/analytics/page.tsx --- src/app/analytics/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/analytics/page.tsx b/src/app/analytics/page.tsx index 79289f0..6ae639b 100644 --- a/src/app/analytics/page.tsx +++ b/src/app/analytics/page.tsx @@ -79,7 +79,7 @@ export default function LandingPage() { category: "Insights", title: "Summer Drops Analysis", excerpt: "Deep dive into Q2 sales performance.", - imageSrc: "http://img.b2bpic.net/free-photo/computer-dark-room-with-graphs-screen_169016-57872.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/computer-dark-room-with-graphs-screen_169016-57872.jpg?_wi=1", authorName: "Jane Doe", authorAvatar: "http://img.b2bpic.net/free-photo/fashion-photo-young-magnificent-woman-blue-shirt_158595-1023.jpg", date: "Oct 12", @@ -89,7 +89,7 @@ export default function LandingPage() { category: "Reports", title: "2025 Forecasting", excerpt: "Predicting the next wave of urban style.", - imageSrc: "http://img.b2bpic.net/free-photo/computer-dark-room-with-graphs-screen_169016-57872.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/computer-dark-room-with-graphs-screen_169016-57872.jpg?_wi=2", authorName: "John Smith", authorAvatar: "http://img.b2bpic.net/free-photo/young-beautiful-brunette-girl-posing-standing-white-wall_176420-8515.jpg", date: "Nov 01", -- 2.49.1 From 88aefcd7c04ff3a09fa7b15be90e29cc9039d3fe Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 11:48:20 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2565aab..ef42e0e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { href: "#products", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/trendy-teenager-boy-girl-posing-together_23-2149085193.jpg" + imageSrc="http://img.b2bpic.net/free-photo/trendy-teenager-boy-girl-posing-together_23-2149085193.jpg?_wi=1" avatars={[ { src: "http://img.b2bpic.net/free-photo/fashion-photo-young-magnificent-woman-blue-shirt_158595-1023.jpg", @@ -107,7 +107,7 @@ export default function LandingPage() { name: "Urban Basic - Black", price: "45$", variant: "Essential", - imageSrc: "http://img.b2bpic.net/free-photo/fashion-photo-young-magnificent-woman-blue-shirt_158595-1023.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fashion-photo-young-magnificent-woman-blue-shirt_158595-1023.jpg?_wi=1", }, { id: "p2", @@ -128,7 +128,7 @@ export default function LandingPage() { name: "Aero Tee - Slate", price: "60$", variant: "Premium", - imageSrc: "http://img.b2bpic.net/free-photo/football-composition-with-jersey-trousers_23-2147827723.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/football-composition-with-jersey-trousers_23-2147827723.jpg?_wi=1", }, { id: "p5", @@ -156,7 +156,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Frequently Asked Questions" description="Everything you need to know about our products and analytics." - imageSrc="http://img.b2bpic.net/free-photo/football-composition-with-jersey-trousers_23-2147827723.jpg" + imageSrc="http://img.b2bpic.net/free-photo/football-composition-with-jersey-trousers_23-2147827723.jpg?_wi=2" mediaAnimation="slide-up" faqsAnimation="blur-reveal" faqs={[ @@ -215,7 +215,7 @@ export default function LandingPage() { button: { text: "Get Started", }, - imageSrc: "http://img.b2bpic.net/free-photo/trendy-teenager-boy-girl-posing-together_23-2149085193.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/trendy-teenager-boy-girl-posing-together_23-2149085193.jpg?_wi=2", imageAlt: "urban fashion model streetwear", }, { @@ -231,7 +231,7 @@ export default function LandingPage() { button: { text: "Upgrade Now", }, - imageSrc: "http://img.b2bpic.net/free-photo/fashion-photo-young-magnificent-woman-blue-shirt_158595-1023.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fashion-photo-young-magnificent-woman-blue-shirt_158595-1023.jpg?_wi=2", imageAlt: "minimalist cotton t-shirt black", }, ]} -- 2.49.1