From e8293e92dd92fd9086866a49da305eb5dc46b0e2 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 21:35:56 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7d41e63..5ef21a3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -319,23 +319,7 @@ export default function HomePage() { textboxLayout="default" useInvertedBackground={false} logos={[ - { - src: "http://img.b2bpic.net/free-photo/young-delivery-man-red-polo-shirt-cap-looking-screen-his-smartphone-pointing-finger-up-with-surprised-look-smiling-cheerfully-having-great-idea-isolated-white-background_141793-19532.jpg", alt: "Vodafone"}, - { - src: "http://img.b2bpic.net/free-photo/5g-characters-plain-background-with-sim-cards_23-2148291114.jpg", alt: "Deutsche Telekom"}, - { - src: "http://img.b2bpic.net/free-vector/flat-design-electronics-logo-templates_23-2148984565.jpg", alt: "Orange"}, - { - src: "http://img.b2bpic.net/free-vector/gradient-technology-logo_23-2148163455.jpg", alt: "Nokia"}, - { - src: "http://img.b2bpic.net/free-vector/business-card-with-dots-line_1363-15.jpg", alt: "Ericsson"}, - { - src: "http://img.b2bpic.net/free-photo/integrate-circuit-board-graphics-concept_53876-13716.jpg", alt: "Cisco"}, - { - src: "http://img.b2bpic.net/free-vector/cloud-computing-concept_24908-55291.jpg", alt: "Microsoft"}, - { - src: "http://img.b2bpic.net/free-vector/cloud-computing-concept-with-download-upload-data-streaming_1017-31864.jpg", alt: "Amazon Web Services"}, - ]} + "http://img.b2bpic.net/free-photo/young-delivery-man-red-polo-shirt-cap-looking-screen-his-smartphone-pointing-finger-up-with-surprised-look-smiling-cheerfully-having-great-idea-isolated-white-background_141793-19532.jpg", "http://img.b2bpic.net/free-photo/5g-characters-plain-background-with-sim-cards_23-2148291114.jpg", "http://img.b2bpic.net/free-vector/flat-design-electronics-logo-templates_23-2148984565.jpg", "http://img.b2bpic.net/free-vector/gradient-technology-logo_23-2148163455.jpg", "http://img.b2bpic.net/free-vector/business-card-with-dots-line_1363-15.jpg", "http://img.b2bpic.net/free-photo/integrate-circuit-board-graphics-concept_53876-13716.jpg", "http://img.b2bpic.net/free-vector/cloud-computing-concept_24908-55291.jpg", "http://img.b2bpic.net/free-vector/cloud-computing-concept-with-download-upload-data-streaming_1017-31864.jpg"]} speed={40} showCard={true} /> -- 2.49.1 From f0f4660ca9e6cb3deb1f58d07e5978095e439584 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 21:35:57 +0000 Subject: [PATCH 2/2] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index e8e1f86..b0dbbe7 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -109,23 +109,7 @@ export default function PricingPage() { textboxLayout="default" useInvertedBackground={false} logos={[ - { - src: "http://img.b2bpic.net/free-photo/young-delivery-man-red-polo-shirt-cap-looking-screen-his-smartphone-pointing-finger-up-with-surprised-look-smiling-cheerfully-having-great-idea-isolated-white-background_141793-19532.jpg", alt: "Vodafone"}, - { - src: "http://img.b2bpic.net/free-photo/5g-characters-plain-background-with-sim-cards_23-2148291114.jpg", alt: "Deutsche Telekom"}, - { - src: "http://img.b2bpic.net/free-vector/flat-design-electronics-logo-templates_23-2148984565.jpg", alt: "Orange"}, - { - src: "http://img.b2bpic.net/free-vector/gradient-technology-logo_23-2148163455.jpg", alt: "Nokia"}, - { - src: "http://img.b2bpic.net/free-vector/business-card-with-dots-line_1363-15.jpg", alt: "Ericsson"}, - { - src: "http://img.b2bpic.net/free-photo/integrate-circuit-board-graphics-concept_53876-13716.jpg", alt: "Cisco"}, - { - src: "http://img.b2bpic.net/free-vector/cloud-computing-concept_24908-55291.jpg", alt: "Microsoft"}, - { - src: "http://img.b2bpic.net/free-vector/cloud-computing-concept-with-download-upload-data-streaming_1017-31864.jpg", alt: "AWS"}, - ]} + "http://img.b2bpic.net/free-photo/young-delivery-man-red-polo-shirt-cap-looking-screen-his-smartphone-pointing-finger-up-with-surprised-look-smiling-cheerfully-having-great-idea-isolated-white-background_141793-19532.jpg", "http://img.b2bpic.net/free-photo/5g-characters-plain-background-with-sim-cards_23-2148291114.jpg", "http://img.b2bpic.net/free-vector/flat-design-electronics-logo-templates_23-2148984565.jpg", "http://img.b2bpic.net/free-vector/gradient-technology-logo_23-2148163455.jpg", "http://img.b2bpic.net/free-vector/business-card-with-dots-line_1363-15.jpg", "http://img.b2bpic.net/free-photo/integrate-circuit-board-graphics-concept_53876-13716.jpg", "http://img.b2bpic.net/free-vector/cloud-computing-concept_24908-55291.jpg", "http://img.b2bpic.net/free-vector/cloud-computing-concept-with-download-upload-data-streaming_1017-31864.jpg"]} speed={40} showCard={true} /> -- 2.49.1