From 1a46e8b9509b1e7a5f3a10dce71ab6b65881590b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 14:22:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d25db53..b095a4d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,19 +55,19 @@ export default function LandingPage() { testimonials={[ { name: "Alex Rivers", handle: "@alexrivers", testimonial: "B2Bidding completely transformed how we source our enterprise hardware.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-architect-using-tablet-with-touch-screen-analyze-building-model-architectural-development-man-engineer-working-with-device-construction-layout-design_482257-39970.jpg", imageAlt: "b2b software interface"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-architect-using-tablet-with-touch-screen-analyze-building-model-architectural-development-man-engineer-working-with-device-construction-layout-design_482257-39970.jpg?_wi=1", imageAlt: "b2b software interface"}, { name: "Maria Garcia", handle: "@mariag", testimonial: "Intuitive, powerful, and truly game-changing for our team's procurement cycle.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/organized-startup-office-with-no-people_482257-115338.jpg", imageAlt: "b2b software interface"}, { name: "James Chen", handle: "@jchen_co", testimonial: "The best bidding platform we've integrated. Flawless reporting capabilities.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-modern-background-with-flowing-lines-cyber-dots_1048-12672.jpg", imageAlt: "b2b software interface"}, + imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-modern-background-with-flowing-lines-cyber-dots_1048-12672.jpg?_wi=1", imageAlt: "b2b software interface"}, { name: "Sarah Miller", handle: "@smiller", testimonial: "Substantial cost savings within the first quarter of adoption. Exceptional platform.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/fine-arts-25-blue-color-icon-pack-including-graphic-color-art-circle-paper_1142-22478.jpg", imageAlt: "b2b software interface"}, + imageSrc: "http://img.b2bpic.net/free-vector/fine-arts-25-blue-color-icon-pack-including-graphic-color-art-circle-paper_1142-22478.jpg?_wi=1", imageAlt: "b2b software interface"}, { name: "David Thorne", handle: "@dthorne", testimonial: "Reliable, transparent, and scalable. B2Bidding is our new standard.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-holding-cloud-network-security-symbols_53876-65657.jpg", imageAlt: "b2b software interface"}, + imageSrc: "http://img.b2bpic.net/free-photo/people-holding-cloud-network-security-symbols_53876-65657.jpg?_wi=1", imageAlt: "b2b software interface"}, ]} buttons={[ { @@ -75,7 +75,7 @@ export default function LandingPage() { { text: "Learn More", href: "#about"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-architect-using-tablet-with-touch-screen-analyze-building-model-architectural-development-man-engineer-working-with-device-construction-layout-design_482257-39970.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-architect-using-tablet-with-touch-screen-analyze-building-model-architectural-development-man-engineer-working-with-device-construction-layout-design_482257-39970.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/old-couturier-checking-fashion-sketches-atelier-working-modern-designs-with-laptop-tablet-experienced-designer-searching-handmade-models-online-needlework-handheld-shot_482257-67826.jpg", alt: "Executive Professional"}, @@ -127,7 +127,7 @@ export default function LandingPage() { title: "Automated Sourcing", description: "Speed up procurement cycles with intelligent automation.", icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-modern-background-with-flowing-lines-cyber-dots_1048-12672.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-modern-background-with-flowing-lines-cyber-dots_1048-12672.jpg?_wi=2"}, { imageSrc: "http://img.b2bpic.net/free-photo/geometric-abstract-phone-wallpaper-technology-concept-connecting-dots-design_53876-160212.jpg"}, ], @@ -136,7 +136,7 @@ export default function LandingPage() { title: "Predictive Analytics", description: "Forecast market trends with AI-driven bidding insights.", icon: TrendingUp, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-vector/fine-arts-25-blue-color-icon-pack-including-graphic-color-art-circle-paper_1142-22478.jpg"}, + imageSrc: "http://img.b2bpic.net/free-vector/fine-arts-25-blue-color-icon-pack-including-graphic-color-art-circle-paper_1142-22478.jpg?_wi=2"}, { imageSrc: "http://img.b2bpic.net/free-vector/25-geo-graphy-blue-icon-pack_1142-22776.jpg"}, ], @@ -145,7 +145,7 @@ export default function LandingPage() { title: "Secure Bidding", description: "Bank-grade security protocols for every transaction.", icon: Shield, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/people-holding-cloud-network-security-symbols_53876-65657.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/people-holding-cloud-network-security-symbols_53876-65657.jpg?_wi=2"}, { imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-concept-digital-art_23-2151637760.jpg"}, ], -- 2.49.1