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} /> 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} />