diff --git a/src/app/page.tsx b/src/app/page.tsx index d9d6b7e..8f5e6b0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,23 +57,23 @@ export default function HomePage() { background={{ variant: "glowing-orb" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/media-journalism-global-daily-news-content-concept_53876-123733.jpg", imageAlt: "Blog content management interface"}, + 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", imageAlt: "E-commerce shop builder"}, + 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", imageAlt: "Course academy platform"}, + 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", imageAlt: "Unified analytics dashboard"}, + 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", imageAlt: "Performance metrics tracking"}, + 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", imageAlt: "Student management"}, + 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", imageAlt: "Product inventory management"}, + 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", imageAlt: "Content scheduling"}, + imageSrc: "http://img.b2bpic.net/free-photo/media-journalism-global-daily-news-content-concept_53876-123733.jpg?_wi=2", imageAlt: "Content scheduling"}, ]} buttons={[ { text: "Start Building Your Brand", href: "https://dashboard.amplify.io" }, @@ -88,22 +88,22 @@ export default function HomePage() {