diff --git a/src/app/page.tsx b/src/app/page.tsx index 017655c..b0202ff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { { text: "Contact Us", href: "#contact" }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/high-angle-office-desk-arrangement_23-2148707945.jpg" + imageSrc="http://img.b2bpic.net/free-photo/high-angle-office-desk-arrangement_23-2148707945.jpg?_wi=1" imageAlt="Hero representation of our professional services" /> @@ -75,22 +75,22 @@ export default function LandingPage() { { title: "Advanced Analytics", description: "Deep insights into your performance metrics with real-time tracking.", icon: BarChart, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-vector/gradient-ui-ux-landing-page_23-2149057415.jpg", imageAlt: "Analytics feature illustration" }, - { imageSrc: "http://img.b2bpic.net/free-vector/gradient-ui-ux-landing-page_23-2149057415.jpg", imageAlt: "Analytics feature secondary" }, + { imageSrc: "http://img.b2bpic.net/free-vector/gradient-ui-ux-landing-page_23-2149057415.jpg?_wi=1", imageAlt: "Analytics feature illustration" }, + { imageSrc: "http://img.b2bpic.net/free-vector/gradient-ui-ux-landing-page_23-2149057415.jpg?_wi=2", imageAlt: "Analytics feature secondary" }, ] }, { title: "Global Connectivity", description: "Seamless integration with global networks and partner ecosystems.", icon: Globe, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-vector/tech-background-abstract-lines-points_1035-4447.jpg", imageAlt: "Connectivity illustration" }, - { imageSrc: "http://img.b2bpic.net/free-vector/tech-background-abstract-lines-points_1035-4447.jpg", imageAlt: "Connectivity secondary" }, + { imageSrc: "http://img.b2bpic.net/free-vector/tech-background-abstract-lines-points_1035-4447.jpg?_wi=1", imageAlt: "Connectivity illustration" }, + { imageSrc: "http://img.b2bpic.net/free-vector/tech-background-abstract-lines-points_1035-4447.jpg?_wi=2", imageAlt: "Connectivity secondary" }, ] }, { title: "Intelligent Automation", description: "Automate your daily workflows to save time and boost productivity.", icon: Database, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-flat-design_52683-16275.jpg", imageAlt: "Automation illustration" }, - { imageSrc: "http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-flat-design_52683-16275.jpg", imageAlt: "Automation secondary" }, + { imageSrc: "http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-flat-design_52683-16275.jpg?_wi=1", imageAlt: "Automation illustration" }, + { imageSrc: "http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-flat-design_52683-16275.jpg?_wi=2", imageAlt: "Automation secondary" }, ] }, ]} @@ -105,11 +105,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { id: "1", name: "Sarah Miller", role: "CEO", testimonial: "Exceptional service and professional approach. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-summer-people-emotions-concept-cheeky-satisfied-male-customer-basic-white-t-shirt-winking-smiling-encourage-give-try-recommend-product-with-thumbs-up-yellow-background_1258-60025.jpg" }, + { id: "1", name: "Sarah Miller", role: "CEO", testimonial: "Exceptional service and professional approach. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-summer-people-emotions-concept-cheeky-satisfied-male-customer-basic-white-t-shirt-winking-smiling-encourage-give-try-recommend-product-with-thumbs-up-yellow-background_1258-60025.jpg?_wi=1" }, { id: "2", name: "James Anderson", role: "Marketing Director", testimonial: "They truly understand our brand vision and delivered results fast.", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-successful-young-businesswoman_1262-5844.jpg" }, { id: "3", name: "Emily Chen", role: "Manager", testimonial: "A reliable partner for all our digital growth initiatives.", imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-professional-woman-having-coffee-break-her-full-working-day-she-holds-paper-cup-outdoors-near-business-building-while-relaxing-enjoying-her-beverage_158595-6859.jpg" }, { id: "4", name: "Robert Smith", role: "Founder", testimonial: "Quality work that exceeded our expectations consistently.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-using-digital-tablet_1262-2358.jpg" }, - { id: "5", name: "David Wilson", role: "Product Lead", testimonial: "Absolutely stellar support and clear communication throughout the project.", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-summer-people-emotions-concept-cheeky-satisfied-male-customer-basic-white-t-shirt-winking-smiling-encourage-give-try-recommend-product-with-thumbs-up-yellow-background_1258-60025.jpg" }, + { id: "5", name: "David Wilson", role: "Product Lead", testimonial: "Absolutely stellar support and clear communication throughout the project.", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-summer-people-emotions-concept-cheeky-satisfied-male-customer-basic-white-t-shirt-winking-smiling-encourage-give-try-recommend-product-with-thumbs-up-yellow-background_1258-60025.jpg?_wi=2" }, ]} title="Client Feedback" description="Don't just take our word for it—hear from some of the people who trust us with their projects." @@ -141,7 +141,7 @@ export default function LandingPage() {