diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 7b05312..81c87d7 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -89,23 +89,23 @@ export default function BlogPage() { background={{ variant: "glowing-orb" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-vector/welcome-composition-background-differente-languages_23-2147871526.jpg", imageAlt: "Blog articles and insights"}, + imageSrc: "http://img.b2bpic.net/free-vector/welcome-composition-background-differente-languages_23-2147871526.jpg?_wi=2", imageAlt: "Blog articles and insights"}, { - imageSrc: "http://img.b2bpic.net/free-vector/application-development-infographic_1025-405.jpg", imageAlt: "Development tips and tricks"}, + imageSrc: "http://img.b2bpic.net/free-vector/application-development-infographic_1025-405.jpg?_wi=2", imageAlt: "Development tips and tricks"}, { - imageSrc: "http://img.b2bpic.net/free-vector/charity-app_23-2148628460.jpg", imageAlt: "User experience improvements"}, + imageSrc: "http://img.b2bpic.net/free-vector/charity-app_23-2148628460.jpg?_wi=2", imageAlt: "User experience improvements"}, { - imageSrc: "http://img.b2bpic.net/free-photo/modern-office-desk-composition-with-technological-device_23-2147916743.jpg", imageAlt: "Productivity insights"}, + imageSrc: "http://img.b2bpic.net/free-photo/modern-office-desk-composition-with-technological-device_23-2147916743.jpg?_wi=2", imageAlt: "Productivity insights"}, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-laptop-with-sticky-note-with-reminder_23-2148578079.jpg", imageAlt: "Tech tips and reminders"}, + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-laptop-with-sticky-note-with-reminder_23-2148578079.jpg?_wi=2", imageAlt: "Tech tips and reminders"}, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-patient-writing-notes_23-2148504494.jpg", imageAlt: "Writing and documentation"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-patient-writing-notes_23-2148504494.jpg?_wi=2", imageAlt: "Writing and documentation"}, { - imageSrc: "http://img.b2bpic.net/free-vector/mobile-phone-with-online-shopping-concept_23-2148439972.jpg", imageAlt: "Mobile-first strategies"}, + imageSrc: "http://img.b2bpic.net/free-vector/mobile-phone-with-online-shopping-concept_23-2148439972.jpg?_wi=2", imageAlt: "Mobile-first strategies"}, { - imageSrc: "http://img.b2bpic.net/free-vector/multiple-option-quiz-banner-your-competition-event-show_1017-50060.jpg", imageAlt: "Interactive blog features"}, + imageSrc: "http://img.b2bpic.net/free-vector/multiple-option-quiz-banner-your-competition-event-show_1017-50060.jpg?_wi=2", imageAlt: "Interactive blog features"}, ]} carouselPosition="right" /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 866a3d3..6d4190d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -87,23 +87,23 @@ export default function HomePage() { background={{ variant: "glowing-orb" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-vector/welcome-composition-background-differente-languages_23-2147871526.jpg", imageAlt: "username generator tool interface"}, + imageSrc: "http://img.b2bpic.net/free-vector/welcome-composition-background-differente-languages_23-2147871526.jpg?_wi=1", imageAlt: "username generator tool interface"}, { - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-laptop-with-sticky-note-with-reminder_23-2148578079.jpg", imageAlt: "password generator security shield"}, + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-laptop-with-sticky-note-with-reminder_23-2148578079.jpg?_wi=1", imageAlt: "password generator security shield"}, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-patient-writing-notes_23-2148504494.jpg", imageAlt: "unit converter measurement tool"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-patient-writing-notes_23-2148504494.jpg?_wi=1", imageAlt: "unit converter measurement tool"}, { - imageSrc: "http://img.b2bpic.net/free-vector/mobile-phone-with-online-shopping-concept_23-2148439972.jpg", imageAlt: "mini games entertainment interface"}, + imageSrc: "http://img.b2bpic.net/free-vector/mobile-phone-with-online-shopping-concept_23-2148439972.jpg?_wi=1", imageAlt: "mini games entertainment interface"}, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-vector/application-development-infographic_1025-405.jpg", imageAlt: "quick conversion utility tool"}, + imageSrc: "http://img.b2bpic.net/free-vector/application-development-infographic_1025-405.jpg?_wi=1", imageAlt: "quick conversion utility tool"}, { - imageSrc: "http://img.b2bpic.net/free-vector/multiple-option-quiz-banner-your-competition-event-show_1017-50060.jpg", imageAlt: "fun quiz trivia game"}, + imageSrc: "http://img.b2bpic.net/free-vector/multiple-option-quiz-banner-your-competition-event-show_1017-50060.jpg?_wi=1", imageAlt: "fun quiz trivia game"}, { - imageSrc: "http://img.b2bpic.net/free-vector/charity-app_23-2148628460.jpg", imageAlt: "user friendly interface design"}, + imageSrc: "http://img.b2bpic.net/free-vector/charity-app_23-2148628460.jpg?_wi=1", imageAlt: "user friendly interface design"}, { - imageSrc: "http://img.b2bpic.net/free-photo/modern-office-desk-composition-with-technological-device_23-2147916743.jpg", imageAlt: "mobile responsive website design"}, + imageSrc: "http://img.b2bpic.net/free-photo/modern-office-desk-composition-with-technological-device_23-2147916743.jpg?_wi=1", imageAlt: "mobile responsive website design"}, ]} carouselPosition="right" buttons={[ @@ -161,17 +161,17 @@ export default function HomePage() { useInvertedBackground={true} products={[ { - id: "1", name: "Username & Pseudonym Generator", price: "Free", variant: "Instant Generation", imageSrc: "http://img.b2bpic.net/free-vector/medical-booking-application_23-2148576388.jpg", imageAlt: "username generator creative names"}, + id: "1", name: "Username & Pseudonym Generator", price: "Free", variant: "Instant Generation", imageSrc: "http://img.b2bpic.net/free-vector/medical-booking-application_23-2148576388.jpg?_wi=1", imageAlt: "username generator creative names"}, { - id: "2", name: "Strong Password Generator", price: "Free", variant: "Custom Options", imageSrc: "http://img.b2bpic.net/free-vector/security-background-design_1300-256.jpg", imageAlt: "password generator security tool"}, + id: "2", name: "Strong Password Generator", price: "Free", variant: "Custom Options", imageSrc: "http://img.b2bpic.net/free-vector/security-background-design_1300-256.jpg?_wi=1", imageAlt: "password generator security tool"}, { - id: "3", name: "Universal Unit Converter", price: "Free", variant: "100+ Units", imageSrc: "http://img.b2bpic.net/free-photo/top-view-measuring-tools-still-life_23-2150440960.jpg", imageAlt: "unit converter measurement tool"}, + id: "3", name: "Universal Unit Converter", price: "Free", variant: "100+ Units", imageSrc: "http://img.b2bpic.net/free-photo/top-view-measuring-tools-still-life_23-2150440960.jpg?_wi=1", imageAlt: "unit converter measurement tool"}, { - id: "4", name: "Image Format Converter", price: "Free", variant: "Multiple Formats", imageSrc: "http://img.b2bpic.net/free-photo/crop-photographers-with-laptop-camera_1098-21638.jpg", imageAlt: "image format converter tool"}, + id: "4", name: "Image Format Converter", price: "Free", variant: "Multiple Formats", imageSrc: "http://img.b2bpic.net/free-photo/crop-photographers-with-laptop-camera_1098-21638.jpg?_wi=1", imageAlt: "image format converter tool"}, { - id: "5", name: "Quick Quiz Generator", price: "Free", variant: "Fun Challenges", imageSrc: "http://img.b2bpic.net/free-vector/instagram-poll-sticker-set_23-2150306058.jpg", imageAlt: "quiz generator trivia questions"}, + id: "5", name: "Quick Quiz Generator", price: "Free", variant: "Fun Challenges", imageSrc: "http://img.b2bpic.net/free-vector/instagram-poll-sticker-set_23-2150306058.jpg?_wi=1", imageAlt: "quiz generator trivia questions"}, { - id: "6", name: "Arcade Mini Games", price: "Free", variant: "Multiple Games", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-retro-computer-windows-element-set_23-2150369739.jpg", imageAlt: "mini games arcade collection"}, + id: "6", name: "Arcade Mini Games", price: "Free", variant: "Multiple Games", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-retro-computer-windows-element-set_23-2150369739.jpg?_wi=1", imageAlt: "mini games arcade collection"}, ]} /> diff --git a/src/app/tools/generator/page.tsx b/src/app/tools/generator/page.tsx index a3b00ff..23a6199 100644 --- a/src/app/tools/generator/page.tsx +++ b/src/app/tools/generator/page.tsx @@ -110,16 +110,16 @@ export default function GeneratorToolPage() { buttonAnimation="slide-up" background={{ variant: "glowing-orb" }} leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-vector/welcome-composition-background-differente-languages_23-2147871526.jpg", imageAlt: "Username generator tool interface" }, - { imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-laptop-with-sticky-note-with-reminder_23-2148578079.jpg", imageAlt: "Creative name generation" }, - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-patient-writing-notes_23-2148504494.jpg", imageAlt: "Name writing notes" }, - { imageSrc: "http://img.b2bpic.net/free-vector/mobile-phone-with-online-shopping-concept_23-2148439972.jpg", imageAlt: "Mobile interface" } + { imageSrc: "http://img.b2bpic.net/free-vector/welcome-composition-background-differente-languages_23-2147871526.jpg?_wi=3", imageAlt: "Username generator tool interface" }, + { imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-laptop-with-sticky-note-with-reminder_23-2148578079.jpg?_wi=3", imageAlt: "Creative name generation" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-patient-writing-notes_23-2148504494.jpg?_wi=3", imageAlt: "Name writing notes" }, + { imageSrc: "http://img.b2bpic.net/free-vector/mobile-phone-with-online-shopping-concept_23-2148439972.jpg?_wi=3", imageAlt: "Mobile interface" } ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-vector/application-development-infographic_1025-405.jpg", imageAlt: "App development" }, - { imageSrc: "http://img.b2bpic.net/free-vector/multiple-option-quiz-banner-your-competition-event-show_1017-50060.jpg", imageAlt: "Quiz interface" }, - { imageSrc: "http://img.b2bpic.net/free-vector/charity-app_23-2148628460.jpg", imageAlt: "App design" }, - { imageSrc: "http://img.b2bpic.net/free-photo/modern-office-desk-composition-with-technological-device_23-2147916743.jpg", imageAlt: "Office workspace" } + { imageSrc: "http://img.b2bpic.net/free-vector/application-development-infographic_1025-405.jpg?_wi=3", imageAlt: "App development" }, + { imageSrc: "http://img.b2bpic.net/free-vector/multiple-option-quiz-banner-your-competition-event-show_1017-50060.jpg?_wi=3", imageAlt: "Quiz interface" }, + { imageSrc: "http://img.b2bpic.net/free-vector/charity-app_23-2148628460.jpg?_wi=3", imageAlt: "App design" }, + { imageSrc: "http://img.b2bpic.net/free-photo/modern-office-desk-composition-with-technological-device_23-2147916743.jpg?_wi=3", imageAlt: "Office workspace" } ]} carouselPosition="right" /> @@ -178,22 +178,22 @@ export default function GeneratorToolPage() { useInvertedBackground={true} products={[ { - id: "1", name: "Username & Pseudonym Generator", price: "Free", variant: "Instant Generation", imageSrc: "http://img.b2bpic.net/free-vector/medical-booking-application_23-2148576388.jpg", imageAlt: "Username generator tool" + id: "1", name: "Username & Pseudonym Generator", price: "Free", variant: "Instant Generation", imageSrc: "http://img.b2bpic.net/free-vector/medical-booking-application_23-2148576388.jpg?_wi=2", imageAlt: "Username generator tool" }, { - id: "2", name: "Strong Password Generator", price: "Free", variant: "Custom Options", imageSrc: "http://img.b2bpic.net/free-vector/security-background-design_1300-256.jpg", imageAlt: "Password generator security" + id: "2", name: "Strong Password Generator", price: "Free", variant: "Custom Options", imageSrc: "http://img.b2bpic.net/free-vector/security-background-design_1300-256.jpg?_wi=2", imageAlt: "Password generator security" }, { - id: "3", name: "Universal Unit Converter", price: "Free", variant: "100+ Units", imageSrc: "http://img.b2bpic.net/free-photo/top-view-measuring-tools-still-life_23-2150440960.jpg", imageAlt: "Unit converter tool" + id: "3", name: "Universal Unit Converter", price: "Free", variant: "100+ Units", imageSrc: "http://img.b2bpic.net/free-photo/top-view-measuring-tools-still-life_23-2150440960.jpg?_wi=2", imageAlt: "Unit converter tool" }, { - id: "4", name: "Image Format Converter", price: "Free", variant: "Multiple Formats", imageSrc: "http://img.b2bpic.net/free-photo/crop-photographers-with-laptop-camera_1098-21638.jpg", imageAlt: "Image converter tool" + id: "4", name: "Image Format Converter", price: "Free", variant: "Multiple Formats", imageSrc: "http://img.b2bpic.net/free-photo/crop-photographers-with-laptop-camera_1098-21638.jpg?_wi=2", imageAlt: "Image converter tool" }, { - id: "5", name: "Quick Quiz Generator", price: "Free", variant: "Fun Challenges", imageSrc: "http://img.b2bpic.net/free-vector/instagram-poll-sticker-set_23-2150306058.jpg", imageAlt: "Quiz generator tool" + id: "5", name: "Quick Quiz Generator", price: "Free", variant: "Fun Challenges", imageSrc: "http://img.b2bpic.net/free-vector/instagram-poll-sticker-set_23-2150306058.jpg?_wi=2", imageAlt: "Quiz generator tool" }, { - id: "6", name: "Arcade Mini Games", price: "Free", variant: "Multiple Games", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-retro-computer-windows-element-set_23-2150369739.jpg", imageAlt: "Mini games collection" + id: "6", name: "Arcade Mini Games", price: "Free", variant: "Multiple Games", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-retro-computer-windows-element-set_23-2150369739.jpg?_wi=2", imageAlt: "Mini games collection" } ]} /> diff --git a/src/app/tools/password/page.tsx b/src/app/tools/password/page.tsx index 5c991d9..285244c 100644 --- a/src/app/tools/password/page.tsx +++ b/src/app/tools/password/page.tsx @@ -110,16 +110,16 @@ export default function PasswordToolPage() { buttonAnimation="slide-up" background={{ variant: "glowing-orb" }} leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-laptop-with-sticky-note-with-reminder_23-2148578079.jpg", imageAlt: "Password security focus" }, - { imageSrc: "http://img.b2bpic.net/free-vector/security-background-design_1300-256.jpg", imageAlt: "Security background design" }, - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-patient-writing-notes_23-2148504494.jpg", imageAlt: "Secure notes" }, - { imageSrc: "http://img.b2bpic.net/free-vector/mobile-phone-with-online-shopping-concept_23-2148439972.jpg", imageAlt: "Mobile security" } + { imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-laptop-with-sticky-note-with-reminder_23-2148578079.jpg?_wi=4", imageAlt: "Password security focus" }, + { imageSrc: "http://img.b2bpic.net/free-vector/security-background-design_1300-256.jpg?_wi=3", imageAlt: "Security background design" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-patient-writing-notes_23-2148504494.jpg?_wi=4", imageAlt: "Secure notes" }, + { imageSrc: "http://img.b2bpic.net/free-vector/mobile-phone-with-online-shopping-concept_23-2148439972.jpg?_wi=4", imageAlt: "Mobile security" } ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-vector/application-development-infographic_1025-405.jpg", imageAlt: "Security application" }, - { imageSrc: "http://img.b2bpic.net/free-vector/multiple-option-quiz-banner-your-competition-event-show_1017-50060.jpg", imageAlt: "Security options" }, - { imageSrc: "http://img.b2bpic.net/free-vector/charity-app_23-2148628460.jpg", imageAlt: "Secure interface" }, - { imageSrc: "http://img.b2bpic.net/free-photo/modern-office-desk-composition-with-technological-device_23-2147916743.jpg", imageAlt: "Secure workspace" } + { imageSrc: "http://img.b2bpic.net/free-vector/application-development-infographic_1025-405.jpg?_wi=4", imageAlt: "Security application" }, + { imageSrc: "http://img.b2bpic.net/free-vector/multiple-option-quiz-banner-your-competition-event-show_1017-50060.jpg?_wi=4", imageAlt: "Security options" }, + { imageSrc: "http://img.b2bpic.net/free-vector/charity-app_23-2148628460.jpg?_wi=4", imageAlt: "Secure interface" }, + { imageSrc: "http://img.b2bpic.net/free-photo/modern-office-desk-composition-with-technological-device_23-2147916743.jpg?_wi=4", imageAlt: "Secure workspace" } ]} carouselPosition="right" /> @@ -178,22 +178,22 @@ export default function PasswordToolPage() { useInvertedBackground={true} products={[ { - id: "1", name: "Username & Pseudonym Generator", price: "Free", variant: "Instant Generation", imageSrc: "http://img.b2bpic.net/free-vector/medical-booking-application_23-2148576388.jpg", imageAlt: "Username generator" + id: "1", name: "Username & Pseudonym Generator", price: "Free", variant: "Instant Generation", imageSrc: "http://img.b2bpic.net/free-vector/medical-booking-application_23-2148576388.jpg?_wi=3", imageAlt: "Username generator" }, { - id: "2", name: "Strong Password Generator", price: "Free", variant: "Custom Options", imageSrc: "http://img.b2bpic.net/free-vector/security-background-design_1300-256.jpg", imageAlt: "Password generator security" + id: "2", name: "Strong Password Generator", price: "Free", variant: "Custom Options", imageSrc: "http://img.b2bpic.net/free-vector/security-background-design_1300-256.jpg?_wi=4", imageAlt: "Password generator security" }, { - id: "3", name: "Universal Unit Converter", price: "Free", variant: "100+ Units", imageSrc: "http://img.b2bpic.net/free-photo/top-view-measuring-tools-still-life_23-2150440960.jpg", imageAlt: "Unit converter" + id: "3", name: "Universal Unit Converter", price: "Free", variant: "100+ Units", imageSrc: "http://img.b2bpic.net/free-photo/top-view-measuring-tools-still-life_23-2150440960.jpg?_wi=3", imageAlt: "Unit converter" }, { - id: "4", name: "Image Format Converter", price: "Free", variant: "Multiple Formats", imageSrc: "http://img.b2bpic.net/free-photo/crop-photographers-with-laptop-camera_1098-21638.jpg", imageAlt: "Image converter" + id: "4", name: "Image Format Converter", price: "Free", variant: "Multiple Formats", imageSrc: "http://img.b2bpic.net/free-photo/crop-photographers-with-laptop-camera_1098-21638.jpg?_wi=3", imageAlt: "Image converter" }, { - id: "5", name: "Quick Quiz Generator", price: "Free", variant: "Fun Challenges", imageSrc: "http://img.b2bpic.net/free-vector/instagram-poll-sticker-set_23-2150306058.jpg", imageAlt: "Quiz generator" + id: "5", name: "Quick Quiz Generator", price: "Free", variant: "Fun Challenges", imageSrc: "http://img.b2bpic.net/free-vector/instagram-poll-sticker-set_23-2150306058.jpg?_wi=3", imageAlt: "Quiz generator" }, { - id: "6", name: "Arcade Mini Games", price: "Free", variant: "Multiple Games", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-retro-computer-windows-element-set_23-2150369739.jpg", imageAlt: "Mini games" + id: "6", name: "Arcade Mini Games", price: "Free", variant: "Multiple Games", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-retro-computer-windows-element-set_23-2150369739.jpg?_wi=3", imageAlt: "Mini games" } ]} />