From d3f8b95ab387d3e43812bfb3dd8189d331a37977 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 08:08:18 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 103f25b..aa1ad07 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -61,12 +61,12 @@ export default function AboutPage() { "Latest developments in tech, AI, software, gadgets, and digital transformation shaping our world.", phoneOne: { imageSrc: - "http://img.b2bpic.net/free-photo/woman-typing-laptop-sitting-home-with-automation-lighting-system-using-voice-controlled-sma_482257-2844.jpg", + "http://img.b2bpic.net/free-photo/woman-typing-laptop-sitting-home-with-automation-lighting-system-using-voice-controlled-sma_482257-2844.jpg?_wi=2", imageAlt: "mobile phone smartphone interface app technology", }, phoneTwo: { imageSrc: - "http://img.b2bpic.net/free-vector/mobile-application-interface_1051-1430.jpg", + "http://img.b2bpic.net/free-vector/mobile-application-interface_1051-1430.jpg?_wi=2", imageAlt: "mobile phone digital interface app screen smartphone", }, }, @@ -77,12 +77,12 @@ export default function AboutPage() { "Market updates, corporate news, economics, investments, and financial analysis for informed decisions.", phoneOne: { imageSrc: - "http://img.b2bpic.net/free-vector/modern-minimalist-mobile-financing-template_141793-1.jpg", + "http://img.b2bpic.net/free-vector/modern-minimalist-mobile-financing-template_141793-1.jpg?_wi=2", imageAlt: "mobile phone business app finance interface smartphone", }, phoneTwo: { imageSrc: - "http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-template-flat-style_23-2148219823.jpg", + "http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-template-flat-style_23-2148219823.jpg?_wi=2", imageAlt: "mobile phone business dashboard app interface smartphone", }, }, -- 2.49.1 From 2fb3918935b051317974c7deba2e44cecc490afe Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 08:08:19 +0000 Subject: [PATCH 2/5] Update src/app/categories/page.tsx --- src/app/categories/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/categories/page.tsx b/src/app/categories/page.tsx index 3eac4b9..f00934b 100644 --- a/src/app/categories/page.tsx +++ b/src/app/categories/page.tsx @@ -61,12 +61,12 @@ export default function CategoriesPage() { "Latest developments in tech, AI, software, gadgets, and digital transformation.", phoneOne: { imageSrc: - "http://img.b2bpic.net/free-photo/woman-typing-laptop-sitting-home-with-automation-lighting-system-using-voice-controlled-sma_482257-2844.jpg", + "http://img.b2bpic.net/free-photo/woman-typing-laptop-sitting-home-with-automation-lighting-system-using-voice-controlled-sma_482257-2844.jpg?_wi=3", imageAlt: "mobile phone smartphone interface app technology", }, phoneTwo: { imageSrc: - "http://img.b2bpic.net/free-vector/mobile-application-interface_1051-1430.jpg", + "http://img.b2bpic.net/free-vector/mobile-application-interface_1051-1430.jpg?_wi=3", imageAlt: "mobile phone digital interface app screen smartphone", }, }, @@ -77,12 +77,12 @@ export default function CategoriesPage() { "Market updates, corporate news, economics, investments, and financial analysis.", phoneOne: { imageSrc: - "http://img.b2bpic.net/free-vector/modern-minimalist-mobile-financing-template_141793-1.jpg", + "http://img.b2bpic.net/free-vector/modern-minimalist-mobile-financing-template_141793-1.jpg?_wi=3", imageAlt: "mobile phone business app finance interface smartphone", }, phoneTwo: { imageSrc: - "http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-template-flat-style_23-2148219823.jpg", + "http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-template-flat-style_23-2148219823.jpg?_wi=3", imageAlt: "mobile phone business dashboard app interface smartphone", }, }, @@ -108,7 +108,7 @@ export default function CategoriesPage() { excerpt: "Explore the latest advancements in artificial intelligence and machine learning transforming industries worldwide.", imageSrc: - "http://img.b2bpic.net/free-photo/admin-using-laptop-maintenance-artificial-intelligence-neural-networks_482257-113322.jpg", + "http://img.b2bpic.net/free-photo/admin-using-laptop-maintenance-artificial-intelligence-neural-networks_482257-113322.jpg?_wi=4", imageAlt: "artificial intelligence AI technology machine learning futuristic", authorName: "Sarah Mitchell", authorAvatar: @@ -122,7 +122,7 @@ export default function CategoriesPage() { excerpt: "Teams prepare for the biggest match of the season with record-breaking ticket sales.", imageSrc: - "http://img.b2bpic.net/free-photo/american-football-player-professional-stadium_654080-974.jpg", + "http://img.b2bpic.net/free-photo/american-football-player-professional-stadium_654080-974.jpg?_wi=3", imageAlt: "sports game championship athletic event sports", authorName: "Michael Torres", authorAvatar: @@ -136,7 +136,7 @@ export default function CategoriesPage() { excerpt: "The highly anticipated movie exceeds expectations and sets new revenue milestones.", imageSrc: - "http://img.b2bpic.net/free-photo/spotlight-empty-red-velvet-seats_23-2152029620.jpg", + "http://img.b2bpic.net/free-photo/spotlight-empty-red-velvet-seats_23-2152029620.jpg?_wi=3", imageAlt: "movie premiere film event cinema entertainment", authorName: "Lisa Anderson", authorAvatar: -- 2.49.1 From 2c2332a55cb31ccfc58e486189d417297d66f805 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 08:08:19 +0000 Subject: [PATCH 3/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index b9d45c4..a2c8b32 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -51,7 +51,7 @@ export default function ContactPage() { tagIcon={Mail} background={{ variant: "radial-gradient" }} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/workdesk-with-envelopes-laptop_1134-195.jpg" + imageSrc="http://img.b2bpic.net/free-photo/workdesk-with-envelopes-laptop_1134-195.jpg?_wi=2" imageAlt="newsletter email subscription communication digital marketing" mediaAnimation="slide-up" mediaPosition="right" @@ -79,7 +79,7 @@ export default function ContactPage() { excerpt: "Explore the latest advancements in artificial intelligence and machine learning transforming industries worldwide.", imageSrc: - "http://img.b2bpic.net/free-photo/admin-using-laptop-maintenance-artificial-intelligence-neural-networks_482257-113322.jpg", + "http://img.b2bpic.net/free-photo/admin-using-laptop-maintenance-artificial-intelligence-neural-networks_482257-113322.jpg?_wi=3", imageAlt: "artificial intelligence AI technology machine learning futuristic", authorName: "Sarah Mitchell", authorAvatar: @@ -93,7 +93,7 @@ export default function ContactPage() { excerpt: "Financial markets show strong performance as key economic indicators suggest sustained growth across major economies.", imageSrc: - "http://img.b2bpic.net/free-vector/forex-trading-with-candle-stick-chart_1017-30885.jpg", + "http://img.b2bpic.net/free-vector/forex-trading-with-candle-stick-chart_1017-30885.jpg?_wi=3", imageAlt: "stock market financial chart economics trading", authorName: "James Chen", authorAvatar: @@ -107,7 +107,7 @@ export default function ContactPage() { excerpt: "World leaders convene to discuss urgent climate action and commitments for sustainable development.", imageSrc: - "http://img.b2bpic.net/free-vector/flat-world-ozone-day-landing-page-template_23-2149042800.jpg", + "http://img.b2bpic.net/free-vector/flat-world-ozone-day-landing-page-template_23-2149042800.jpg?_wi=2", imageAlt: "conference summit international climate", authorName: "Emma Rodriguez", authorAvatar: -- 2.49.1 From 14e8350c6ea6cbe27191a52598ed29a0540fe89a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 08:08:20 +0000 Subject: [PATCH 4/5] Update src/app/latest/page.tsx --- src/app/latest/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/latest/page.tsx b/src/app/latest/page.tsx index a497001..bd79703 100644 --- a/src/app/latest/page.tsx +++ b/src/app/latest/page.tsx @@ -60,7 +60,7 @@ export default function LatestPage() { excerpt: "Teams prepare for the biggest match of the season with record-breaking ticket sales.", imageSrc: - "http://img.b2bpic.net/free-photo/american-football-player-professional-stadium_654080-974.jpg", + "http://img.b2bpic.net/free-photo/american-football-player-professional-stadium_654080-974.jpg?_wi=2", imageAlt: "sports game championship athletic event sports", authorName: "Michael Torres", authorAvatar: @@ -74,7 +74,7 @@ export default function LatestPage() { excerpt: "The highly anticipated movie exceeds expectations and sets new revenue milestones.", imageSrc: - "http://img.b2bpic.net/free-photo/spotlight-empty-red-velvet-seats_23-2152029620.jpg", + "http://img.b2bpic.net/free-photo/spotlight-empty-red-velvet-seats_23-2152029620.jpg?_wi=2", imageAlt: "movie premiere film event cinema entertainment", authorName: "Lisa Anderson", authorAvatar: @@ -88,7 +88,7 @@ export default function LatestPage() { excerpt: "Scientists announce significant findings that could revolutionize treatment approaches.", imageSrc: - "http://img.b2bpic.net/free-photo/young-man-scientist-looking-pensive-chemical-solution-test-tubes-team-chemical-chemists-working-together-sterile-microbiology-lab-doing-research_482257-10055.jpg", + "http://img.b2bpic.net/free-photo/young-man-scientist-looking-pensive-chemical-solution-test-tubes-team-chemical-chemists-working-together-sterile-microbiology-lab-doing-research_482257-10055.jpg?_wi=2", imageAlt: "laboratory science research medical discovery", authorName: "Dr. Robert Zhang", authorAvatar: @@ -117,7 +117,7 @@ export default function LatestPage() { excerpt: "Explore the latest advancements in artificial intelligence and machine learning transforming industries worldwide.", imageSrc: - "http://img.b2bpic.net/free-photo/admin-using-laptop-maintenance-artificial-intelligence-neural-networks_482257-113322.jpg", + "http://img.b2bpic.net/free-photo/admin-using-laptop-maintenance-artificial-intelligence-neural-networks_482257-113322.jpg?_wi=2", imageAlt: "artificial intelligence AI technology machine learning futuristic", authorName: "Sarah Mitchell", authorAvatar: @@ -131,7 +131,7 @@ export default function LatestPage() { excerpt: "Financial markets show strong performance as key economic indicators suggest sustained growth across major economies.", imageSrc: - "http://img.b2bpic.net/free-vector/forex-trading-with-candle-stick-chart_1017-30885.jpg", + "http://img.b2bpic.net/free-vector/forex-trading-with-candle-stick-chart_1017-30885.jpg?_wi=2", imageAlt: "stock market financial chart economics trading", authorName: "James Chen", authorAvatar: @@ -145,7 +145,7 @@ export default function LatestPage() { excerpt: "Health researchers publish findings on longevity and wellness practices.", imageSrc: - "http://img.b2bpic.net/free-photo/smiley-women-doing-yoga-medium-shot_23-2148935674.jpg", + "http://img.b2bpic.net/free-photo/smiley-women-doing-yoga-medium-shot_23-2148935674.jpg?_wi=2", imageAlt: "health wellness fitness lifestyle medical wellness", authorName: "Dr. Patricia Kim", authorAvatar: -- 2.49.1 From f4220fb8c3fb66412ffb36f372afcafb67083be2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 08:08:20 +0000 Subject: [PATCH 5/5] 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 83d4f49..cb4b551 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -110,7 +110,7 @@ export default function HomePage() { excerpt: "Explore the latest advancements in artificial intelligence and machine learning transforming industries worldwide.", imageSrc: - "http://img.b2bpic.net/free-photo/admin-using-laptop-maintenance-artificial-intelligence-neural-networks_482257-113322.jpg", + "http://img.b2bpic.net/free-photo/admin-using-laptop-maintenance-artificial-intelligence-neural-networks_482257-113322.jpg?_wi=1", imageAlt: "artificial intelligence AI technology machine learning futuristic", authorName: "Sarah Mitchell", authorAvatar: @@ -124,7 +124,7 @@ export default function HomePage() { excerpt: "Financial markets show strong performance as key economic indicators suggest sustained growth across major economies.", imageSrc: - "http://img.b2bpic.net/free-vector/forex-trading-with-candle-stick-chart_1017-30885.jpg", + "http://img.b2bpic.net/free-vector/forex-trading-with-candle-stick-chart_1017-30885.jpg?_wi=1", imageAlt: "stock market financial chart economics trading", authorName: "James Chen", authorAvatar: @@ -138,7 +138,7 @@ export default function HomePage() { excerpt: "World leaders convene to discuss urgent climate action and commitments for sustainable development.", imageSrc: - "http://img.b2bpic.net/free-vector/flat-world-ozone-day-landing-page-template_23-2149042800.jpg", + "http://img.b2bpic.net/free-vector/flat-world-ozone-day-landing-page-template_23-2149042800.jpg?_wi=1", imageAlt: "conference summit international climate", authorName: "Emma Rodriguez", authorAvatar: @@ -167,7 +167,7 @@ export default function HomePage() { excerpt: "Teams prepare for the biggest match of the season with record-breaking ticket sales.", imageSrc: - "http://img.b2bpic.net/free-photo/american-football-player-professional-stadium_654080-974.jpg", + "http://img.b2bpic.net/free-photo/american-football-player-professional-stadium_654080-974.jpg?_wi=1", imageAlt: "sports game championship athletic event sports", authorName: "Michael Torres", authorAvatar: @@ -181,7 +181,7 @@ export default function HomePage() { excerpt: "The highly anticipated movie exceeds expectations and sets new revenue milestones.", imageSrc: - "http://img.b2bpic.net/free-photo/spotlight-empty-red-velvet-seats_23-2152029620.jpg", + "http://img.b2bpic.net/free-photo/spotlight-empty-red-velvet-seats_23-2152029620.jpg?_wi=1", imageAlt: "movie premiere film event cinema entertainment", authorName: "Lisa Anderson", authorAvatar: @@ -195,7 +195,7 @@ export default function HomePage() { excerpt: "Scientists announce significant findings that could revolutionize treatment approaches.", imageSrc: - "http://img.b2bpic.net/free-photo/young-man-scientist-looking-pensive-chemical-solution-test-tubes-team-chemical-chemists-working-together-sterile-microbiology-lab-doing-research_482257-10055.jpg", + "http://img.b2bpic.net/free-photo/young-man-scientist-looking-pensive-chemical-solution-test-tubes-team-chemical-chemists-working-together-sterile-microbiology-lab-doing-research_482257-10055.jpg?_wi=1", imageAlt: "laboratory science research medical discovery", authorName: "Dr. Robert Zhang", authorAvatar: @@ -209,7 +209,7 @@ export default function HomePage() { excerpt: "Health researchers publish findings on longevity and wellness practices.", imageSrc: - "http://img.b2bpic.net/free-photo/smiley-women-doing-yoga-medium-shot_23-2148935674.jpg", + "http://img.b2bpic.net/free-photo/smiley-women-doing-yoga-medium-shot_23-2148935674.jpg?_wi=1", imageAlt: "health wellness fitness lifestyle medical wellness", authorName: "Dr. Patricia Kim", authorAvatar: @@ -238,12 +238,12 @@ export default function HomePage() { "Latest developments in tech, AI, software, gadgets, and digital transformation.", phoneOne: { imageSrc: - "http://img.b2bpic.net/free-photo/woman-typing-laptop-sitting-home-with-automation-lighting-system-using-voice-controlled-sma_482257-2844.jpg", + "http://img.b2bpic.net/free-photo/woman-typing-laptop-sitting-home-with-automation-lighting-system-using-voice-controlled-sma_482257-2844.jpg?_wi=1", imageAlt: "mobile phone smartphone interface app technology", }, phoneTwo: { imageSrc: - "http://img.b2bpic.net/free-vector/mobile-application-interface_1051-1430.jpg", + "http://img.b2bpic.net/free-vector/mobile-application-interface_1051-1430.jpg?_wi=1", imageAlt: "mobile phone digital interface app screen smartphone", }, }, @@ -254,12 +254,12 @@ export default function HomePage() { "Market updates, corporate news, economics, investments, and financial analysis.", phoneOne: { imageSrc: - "http://img.b2bpic.net/free-vector/modern-minimalist-mobile-financing-template_141793-1.jpg", + "http://img.b2bpic.net/free-vector/modern-minimalist-mobile-financing-template_141793-1.jpg?_wi=1", imageAlt: "mobile phone business app finance interface smartphone", }, phoneTwo: { imageSrc: - "http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-template-flat-style_23-2148219823.jpg", + "http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-template-flat-style_23-2148219823.jpg?_wi=1", imageAlt: "mobile phone business dashboard app interface smartphone", }, }, @@ -325,7 +325,7 @@ export default function HomePage() { tagIcon={Mail} background={{ variant: "radial-gradient" }} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/workdesk-with-envelopes-laptop_1134-195.jpg" + imageSrc="http://img.b2bpic.net/free-photo/workdesk-with-envelopes-laptop_1134-195.jpg?_wi=1" imageAlt="newsletter email subscription communication digital marketing" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1