diff --git a/src/app/admin/page.tsx b/src/app/admin/page.tsx index 2c0e28f..b399c7d 100644 --- a/src/app/admin/page.tsx +++ b/src/app/admin/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { description: "Organize your stories with ease.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-man-home-office-designing-text-image-ai-generative-models_482257-118859.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-man-home-office-designing-text-image-ai-generative-models_482257-118859.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -73,7 +73,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Secure Dashboard Management" description="Built for high-volume content teams." - imageSrc="http://img.b2bpic.net/free-photo/close-up-man-home-office-designing-text-image-ai-generative-models_482257-118859.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-man-home-office-designing-text-image-ai-generative-models_482257-118859.jpg?_wi=2" /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 832da55..67b5d63 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,32 +56,32 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/composition-workplace-with-vase-laptop-desk_23-2148225531.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/composition-workplace-with-vase-laptop-desk_23-2148225531.jpg?_wi=1", imageAlt: "Hero visual", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/composition-workplace-with-vase-laptop-desk_23-2148225531.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/composition-workplace-with-vase-laptop-desk_23-2148225531.jpg?_wi=2", imageAlt: "Hero visual", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/composition-workplace-with-vase-laptop-desk_23-2148225531.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/composition-workplace-with-vase-laptop-desk_23-2148225531.jpg?_wi=3", imageAlt: "Hero visual", }, { id: "4", - imageSrc: "http://img.b2bpic.net/free-photo/composition-workplace-with-vase-laptop-desk_23-2148225531.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/composition-workplace-with-vase-laptop-desk_23-2148225531.jpg?_wi=4", imageAlt: "Hero visual", }, { id: "5", - imageSrc: "http://img.b2bpic.net/free-photo/composition-workplace-with-vase-laptop-desk_23-2148225531.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/composition-workplace-with-vase-laptop-desk_23-2148225531.jpg?_wi=5", imageAlt: "Hero visual", }, { id: "6", - imageSrc: "http://img.b2bpic.net/free-photo/composition-workplace-with-vase-laptop-desk_23-2148225531.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/composition-workplace-with-vase-laptop-desk_23-2148225531.jpg?_wi=6", imageAlt: "Hero visual", }, ]} @@ -100,7 +100,7 @@ export default function LandingPage() { id: "b1", title: "The Future of Digital News", excerpt: "How AI is changing the landscape of journalism.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-creating-home-office_329181-18126.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-creating-home-office_329181-18126.jpg?_wi=1", authorName: "Jane Doe", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-woman-creating-home-office_329181-18126.jpg", date: "Oct 12, 2023", @@ -109,7 +109,7 @@ export default function LandingPage() { id: "b2", title: "Global Innovation Hubs", excerpt: "Exploring the cities leading technology adoption.", - imageSrc: "http://img.b2bpic.net/free-photo/photo-editing-software-computer-screen-empty-studio-used-enhancing-digital-images_482257-82274.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-editing-software-computer-screen-empty-studio-used-enhancing-digital-images_482257-82274.jpg?_wi=1", authorName: "John Smith", authorAvatar: "http://img.b2bpic.net/free-photo/photo-editing-software-computer-screen-empty-studio-used-enhancing-digital-images_482257-82274.jpg", date: "Oct 15, 2023", diff --git a/src/app/stories/page.tsx b/src/app/stories/page.tsx index 2771720..ac1d01b 100644 --- a/src/app/stories/page.tsx +++ b/src/app/stories/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { category: "Tech", title: "Hardware Trends", excerpt: "The next wave of consumer devices.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-creating-home-office_329181-18126.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-creating-home-office_329181-18126.jpg?_wi=2", authorName: "Jane Doe", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-woman-creating-home-office_329181-18126.jpg", date: "Oct 19, 2023", @@ -65,7 +65,7 @@ export default function LandingPage() { category: "Policy", title: "Digital Rights", excerpt: "Understanding global internet laws.", - imageSrc: "http://img.b2bpic.net/free-photo/photo-editing-software-computer-screen-empty-studio-used-enhancing-digital-images_482257-82274.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-editing-software-computer-screen-empty-studio-used-enhancing-digital-images_482257-82274.jpg?_wi=2", authorName: "John Smith", authorAvatar: "http://img.b2bpic.net/free-photo/photo-editing-software-computer-screen-empty-studio-used-enhancing-digital-images_482257-82274.jpg", date: "Oct 20, 2023", @@ -84,10 +84,10 @@ export default function LandingPage() { mediaAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-creating-home-office_329181-18126.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-creating-home-office_329181-18126.jpg?_wi=3", }, { - imageSrc: "http://img.b2bpic.net/free-photo/photo-editing-software-computer-screen-empty-studio-used-enhancing-digital-images_482257-82274.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-editing-software-computer-screen-empty-studio-used-enhancing-digital-images_482257-82274.jpg?_wi=3", }, ]} />