Update src/app/page.tsx
This commit is contained in:
@@ -81,7 +81,7 @@ export default function LandingPage() {
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/global-communication-background-business-network-design_53876-160250.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/global-communication-background-business-network-design_53876-160250.jpg?_wi=1"
|
||||
imageAlt="Modern telecom infrastructure with data network"
|
||||
/>
|
||||
</div>
|
||||
@@ -106,7 +106,7 @@ export default function LandingPage() {
|
||||
description: "Tailored solutions and dedicated support, ensuring your unique business needs are always met.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173741.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173741.jpg?_wi=1"
|
||||
imageAlt="Team collaborating on a digital communication network"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -120,19 +120,19 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Telecom Solutions",
|
||||
description: "Advanced voice and data services, including VoIP, leased lines, and SIP trunking for seamless business communication.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spotlight-equipment-security-tower-illuminated_1323-27.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spotlight-equipment-security-tower-illuminated_1323-27.jpg?_wi=1",
|
||||
imageAlt: "Telecom icon",
|
||||
},
|
||||
{
|
||||
title: "Digital Communication",
|
||||
description: "Unified communication platforms, video conferencing, and messaging tools for enhanced team collaboration.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chat-message-front-side-with-white-background_187299-39809.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chat-message-front-side-with-white-background_187299-39809.jpg?_wi=1",
|
||||
imageAlt: "Digital communication icon",
|
||||
},
|
||||
{
|
||||
title: "Business Connectivity",
|
||||
description: "High-speed internet, secure VPN solutions, and dedicated network infrastructure for reliable operations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tablet-with-wifi-symbol_1134-227.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tablet-with-wifi-symbol_1134-227.jpg?_wi=1",
|
||||
imageAlt: "Business connectivity icon",
|
||||
},
|
||||
{
|
||||
@@ -207,7 +207,7 @@ export default function LandingPage() {
|
||||
tag: "Connectivity",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280749.jpg",
|
||||
avatarAlt: "Sarah D.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/global-communication-background-business-network-design_53876-160250.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/global-communication-background-business-network-design_53876-160250.jpg?_wi=2",
|
||||
imageAlt: "professional female operations manager portrait",
|
||||
},
|
||||
{
|
||||
@@ -219,7 +219,7 @@ export default function LandingPage() {
|
||||
tag: "Digital Comms",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg",
|
||||
avatarAlt: "Raj K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173741.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173741.jpg?_wi=2",
|
||||
imageAlt: "professional female operations manager portrait",
|
||||
},
|
||||
{
|
||||
@@ -231,7 +231,7 @@ export default function LandingPage() {
|
||||
tag: "Telecom",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/serious-busy-mature-businessman-laptop-his-way-office_74855-3680.jpg",
|
||||
avatarAlt: "Emily R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spotlight-equipment-security-tower-illuminated_1323-27.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spotlight-equipment-security-tower-illuminated_1323-27.jpg?_wi=2",
|
||||
imageAlt: "professional female operations manager portrait",
|
||||
},
|
||||
{
|
||||
@@ -243,7 +243,7 @@ export default function LandingPage() {
|
||||
tag: "Support",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/factory-inspector-suit-monitoring-solar-panel-production-output_482257-125982.jpg",
|
||||
avatarAlt: "David S.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chat-message-front-side-with-white-background_187299-39809.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chat-message-front-side-with-white-background_187299-39809.jpg?_wi=2",
|
||||
imageAlt: "professional female operations manager portrait",
|
||||
},
|
||||
{
|
||||
@@ -255,7 +255,7 @@ export default function LandingPage() {
|
||||
tag: "Connectivity",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/successful-business-women-standing-looking-through-balcony-modern-office-centre-dressed-up-white-t-shirt_231208-4818.jpg",
|
||||
avatarAlt: "Priyanka M.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tablet-with-wifi-symbol_1134-227.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tablet-with-wifi-symbol_1134-227.jpg?_wi=2",
|
||||
imageAlt: "professional female operations manager portrait",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user