From a979d48fb8f37ecf727f836609a7b32c4072ac50 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 11:44:57 +0000 Subject: [PATCH 1/2] Update src/app/features/page.tsx --- src/app/features/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/features/page.tsx b/src/app/features/page.tsx index 42a2a40..7557ef3 100644 --- a/src/app/features/page.tsx +++ b/src/app/features/page.tsx @@ -41,21 +41,21 @@ export default function FeaturesPage() { { title: "Multiblog CMS", description: "Create, schedule, and publish beautiful blog posts with advanced analytics and SEO optimization.", - imageSrc: "http://img.b2bpic.net/free-photo/media-journalism-global-daily-news-content-concept_53876-123733.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/media-journalism-global-daily-news-content-concept_53876-123733.jpg?_wi=4", imageAlt: "Blog management interface", buttonIcon: ArrowRight, }, { title: "Shop Builder", description: "Launch your digital or physical product marketplace with inventory management and seamless checkout.", - imageSrc: "http://img.b2bpic.net/free-photo/person-setting-up-online-store-uploading-products-laptop_73899-54387.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-setting-up-online-store-uploading-products-laptop_73899-54387.jpg?_wi=4", imageAlt: "E-commerce shop interface", buttonIcon: ArrowRight, }, { title: "Course Academy", description: "Create and sell online courses with student tracking, progress monitoring, and engagement tools.", - imageSrc: "http://img.b2bpic.net/free-photo/serious-focused-middle-aged-woman-working-research_74855-1262.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/serious-focused-middle-aged-woman-working-research_74855-1262.jpg?_wi=4", imageAlt: "Course platform interface", buttonIcon: ArrowRight, }, -- 2.49.1 From 903dc406a27dabaa3d6999cc486c15433d407539 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 11:44:58 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1806a30..c1e56cb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,37 +56,37 @@ export default function HomePage() { background={{ variant: "fluid" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/media-journalism-global-daily-news-content-concept_53876-123733.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/media-journalism-global-daily-news-content-concept_53876-123733.jpg?_wi=1", imageAlt: "Blog content management interface", }, { - imageSrc: "http://img.b2bpic.net/free-photo/person-setting-up-online-store-uploading-products-laptop_73899-54387.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-setting-up-online-store-uploading-products-laptop_73899-54387.jpg?_wi=1", imageAlt: "E-commerce shop builder", }, { - imageSrc: "http://img.b2bpic.net/free-photo/serious-focused-middle-aged-woman-working-research_74855-1262.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/serious-focused-middle-aged-woman-working-research_74855-1262.jpg?_wi=1", imageAlt: "Course academy platform", }, { - imageSrc: "http://img.b2bpic.net/free-photo/modern-workspace-with-analytical-data-dashboards-displayed-devices_482257-126633.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-workspace-with-analytical-data-dashboards-displayed-devices_482257-126633.jpg?_wi=1", imageAlt: "Unified analytics dashboard", }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/modern-workspace-with-analytical-data-dashboards-displayed-devices_482257-126633.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-workspace-with-analytical-data-dashboards-displayed-devices_482257-126633.jpg?_wi=2", imageAlt: "Performance metrics tracking", }, { - imageSrc: "http://img.b2bpic.net/free-photo/serious-focused-middle-aged-woman-working-research_74855-1262.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/serious-focused-middle-aged-woman-working-research_74855-1262.jpg?_wi=2", imageAlt: "Student management", }, { - imageSrc: "http://img.b2bpic.net/free-photo/person-setting-up-online-store-uploading-products-laptop_73899-54387.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-setting-up-online-store-uploading-products-laptop_73899-54387.jpg?_wi=2", imageAlt: "Product inventory management", }, { - imageSrc: "http://img.b2bpic.net/free-photo/media-journalism-global-daily-news-content-concept_53876-123733.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/media-journalism-global-daily-news-content-concept_53876-123733.jpg?_wi=2", imageAlt: "Content scheduling", }, ]} @@ -105,42 +105,42 @@ export default function HomePage() { { title: "Multiblog CMS", description: "Create, schedule, and publish beautiful blog posts with advanced analytics and SEO optimization.", - imageSrc: "http://img.b2bpic.net/free-photo/media-journalism-global-daily-news-content-concept_53876-123733.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/media-journalism-global-daily-news-content-concept_53876-123733.jpg?_wi=3", imageAlt: "Blog management interface", buttonIcon: ArrowRight, }, { title: "Shop Builder", description: "Launch your digital or physical product marketplace with inventory management and seamless checkout.", - imageSrc: "http://img.b2bpic.net/free-photo/person-setting-up-online-store-uploading-products-laptop_73899-54387.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-setting-up-online-store-uploading-products-laptop_73899-54387.jpg?_wi=3", imageAlt: "E-commerce shop interface", buttonIcon: ArrowRight, }, { title: "Course Academy", description: "Create and sell online courses with student tracking, progress monitoring, and engagement tools.", - imageSrc: "http://img.b2bpic.net/free-photo/serious-focused-middle-aged-woman-working-research_74855-1262.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/serious-focused-middle-aged-woman-working-research_74855-1262.jpg?_wi=3", imageAlt: "Course platform interface", buttonIcon: ArrowRight, }, { title: "Unified Analytics", description: "Track performance across blogs, products, and courses in one comprehensive dashboard.", - imageSrc: "http://img.b2bpic.net/free-photo/modern-workspace-with-analytical-data-dashboards-displayed-devices_482257-126633.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-workspace-with-analytical-data-dashboards-displayed-devices_482257-126633.jpg?_wi=3", imageAlt: "Analytics dashboard", buttonIcon: ArrowRight, }, { title: "Brand Customization", description: "White-label your platform with custom domains, branding, and fully personalized themes.", - imageSrc: "http://img.b2bpic.net/free-photo/young-adult-friends-using-smartphones-together-outdoors-youth-culture-concept_53876-14736.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-adult-friends-using-smartphones-together-outdoors-youth-culture-concept_53876-14736.jpg?_wi=1", imageAlt: "Brand customization tools", buttonIcon: ArrowRight, }, { title: "Social Integration", description: "Link and display your social media content with thumbnail previews and centralized management.", - imageSrc: "http://img.b2bpic.net/free-photo/young-adult-friends-using-smartphones-together-outdoors-youth-culture-concept_53876-14736.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-adult-friends-using-smartphones-together-outdoors-youth-culture-concept_53876-14736.jpg?_wi=2", imageAlt: "Social media integration", buttonIcon: ArrowRight, }, @@ -179,7 +179,7 @@ export default function HomePage() { handle: "@sarahmitchell", testimonial: "Amplify completely transformed how I manage my multiple revenue streams. The unified dashboard saves me hours every week, and my audience loves the seamless experience.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Mitchell", }, { @@ -188,7 +188,7 @@ export default function HomePage() { handle: "@jameschen", testimonial: "As a digital entrepreneur juggling blogs, courses, and products, Amplify is a game-changer. The analytics alone give me insights I never had before.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "James Chen", }, { @@ -197,7 +197,7 @@ export default function HomePage() { handle: "@emmarodriguez", testimonial: "The customer support is exceptional, and the platform is so intuitive. I launched my course academy in days instead of weeks. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Emma Rodriguez", }, { @@ -206,7 +206,7 @@ export default function HomePage() { handle: "@marcusthompson", testimonial: "Finally, a platform designed specifically for creators. The social integration and brand customization options are exactly what I needed.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Marcus Thompson", }, { @@ -215,7 +215,7 @@ export default function HomePage() { handle: "@jessicalee", testimonial: "My revenue increased 300% within the first three months. The frictionless checkout and user experience are unmatched in the creator space.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Jessica Lee", }, { @@ -224,7 +224,7 @@ export default function HomePage() { handle: "@davidpark", testimonial: "Amplify's API and white-label capabilities let me scale my creator services business. This is enterprise-grade at an accessible price.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "David Park", }, ]} -- 2.49.1