Update src/app/page.tsx
This commit is contained in:
@@ -56,10 +56,10 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah J.", handle: "@sarah_tech", testimonial: "Mohammad's network audit saved us from critical downtime. His expertise is invaluable for any growing tech startup.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-eastern-businessman-does-daily-tasks-corporate-job_482257-116713.jpg", imageAlt: "Sarah Johnson avatar"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-eastern-businessman-does-daily-tasks-corporate-job_482257-116713.jpg?_wi=1", imageAlt: "Sarah Johnson avatar"},
|
||||
{
|
||||
name: "David C.", handle: "@david_connect", testimonial: "Our network performance has seen a significant boost since Mohammad optimized our Cisco devices. Highly recommended!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-cafe_1098-13701.jpg", imageAlt: "David Chen avatar"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-cafe_1098-13701.jpg?_wi=1", imageAlt: "David Chen avatar"},
|
||||
{
|
||||
name: "Emily R.", handle: "@emily_netops", testimonial: "Quick, efficient, and incredibly knowledgeable. Mohammad resolved our connectivity issues faster than expected.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/manager-sitting-office_1098-22033.jpg", imageAlt: "Emily Rodriguez avatar"},
|
||||
@@ -82,7 +82,7 @@ export default function LandingPage() {
|
||||
text: "Get in Touch", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/black-network-switch-with-optical-fiber-cables_23-2148242677.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/black-network-switch-with-optical-fiber-cables_23-2148242677.jpg?_wi=1"
|
||||
imageAlt="Abstract network background"
|
||||
mediaAnimation="opacity"
|
||||
avatars={[
|
||||
@@ -148,11 +148,11 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Network Audits", description: "Comprehensive analysis of your network infrastructure to surface weaknesses, bottlenecks, and performance gaps before they cause problems.", imageSrc: "http://img.b2bpic.net/free-photo/server-racks-storing-ai-datasets-simulation-training-predictive-tasks_482257-124190.jpg", imageAlt: "Server racks storing AI datasets for simulation training and predictive tasks"},
|
||||
{
|
||||
title: "Performance Optimization", description: "Improving throughput, stability, and overall efficiency across your network so operations run without disruption.", imageSrc: "http://img.b2bpic.net/free-photo/black-network-switch-with-optical-fiber-cables_23-2148242677.jpg", imageAlt: "Server racks storing AI datasets for simulation training and predictive tasks"},
|
||||
title: "Performance Optimization", description: "Improving throughput, stability, and overall efficiency across your network so operations run without disruption.", imageSrc: "http://img.b2bpic.net/free-photo/black-network-switch-with-optical-fiber-cables_23-2148242677.jpg?_wi=2", imageAlt: "Server racks storing AI datasets for simulation training and predictive tasks"},
|
||||
{
|
||||
title: "Cisco Device Configuration", description: "Configuration and ongoing support for Cisco routers and switches, including VLAN setup and full connectivity builds.", imageSrc: "http://img.b2bpic.net/free-photo/middle-eastern-businessman-does-daily-tasks-corporate-job_482257-116713.jpg", imageAlt: "Server racks storing AI datasets for simulation training and predictive tasks"},
|
||||
title: "Cisco Device Configuration", description: "Configuration and ongoing support for Cisco routers and switches, including VLAN setup and full connectivity builds.", imageSrc: "http://img.b2bpic.net/free-photo/middle-eastern-businessman-does-daily-tasks-corporate-job_482257-116713.jpg?_wi=2", imageAlt: "Server racks storing AI datasets for simulation training and predictive tasks"},
|
||||
{
|
||||
title: "Troubleshooting & Support", description: "Rapid diagnosis and resolution of connectivity, latency, and performance issues to get your systems back online fast.", imageSrc: "http://img.b2bpic.net/free-photo/man-cafe_1098-13701.jpg", imageAlt: "Server racks storing AI datasets for simulation training and predictive tasks"},
|
||||
title: "Troubleshooting & Support", description: "Rapid diagnosis and resolution of connectivity, latency, and performance issues to get your systems back online fast.", imageSrc: "http://img.b2bpic.net/free-photo/man-cafe_1098-13701.jpg?_wi=2", imageAlt: "Server racks storing AI datasets for simulation training and predictive tasks"},
|
||||
]}
|
||||
title="Services"
|
||||
description="Practical networking solutions tailored for startups and growing businesses."
|
||||
|
||||
Reference in New Issue
Block a user