diff --git a/src/app/page.tsx b/src/app/page.tsx index 5ef21a3..296a87e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -318,6 +318,9 @@ export default function HomePage() { tag="Industry Leaders" textboxLayout="default" useInvertedBackground={false} + names={[ + "Vodafone", "Deutsche Telekom", "Orange", "Nokia", "Ericsson", "Cisco", "Microsoft", "AWS" + ]} logos={[ "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} diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index b0dbbe7..8e32836 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -108,6 +108,9 @@ export default function PricingPage() { tag="Industry Leaders" textboxLayout="default" useInvertedBackground={false} + names={[ + "Vodafone", "Deutsche Telekom", "Orange", "Nokia", "Ericsson", "Cisco", "Microsoft", "AWS" + ]} logos={[ "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}