Update src/app/services/page.tsx
This commit is contained in:
@@ -27,37 +27,23 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Industries",
|
||||
id: "/industries",
|
||||
},
|
||||
name: "Industries", id: "/industries"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "/testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "/testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/brain-water-drop-logo-ideas-inspiration-logo-design-template-vector-illustration-isolated_384344-1694.jpg"
|
||||
logoAlt="Telcom Corp Logo"
|
||||
brandName="Telcom Corp"
|
||||
button={{
|
||||
text: "Request a Quote",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Request a Quote", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -68,88 +54,46 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Telecommunications Consulting",
|
||||
description: "Expert advice to optimize your current systems, identify cost savings, and plan for future growth. We help you make informed decisions about technology adoption and vendor selection.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/global-communications-connection-discussion-interaction-concept_53876-21186.jpg",
|
||||
imageAlt: "Telecommunications Consulting Illustration",
|
||||
},
|
||||
title: "Telecommunications Consulting", description: "Expert advice to optimize your current systems, identify cost savings, and plan for future growth. We help you make informed decisions about technology adoption and vendor selection.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/global-communications-connection-discussion-interaction-concept_53876-21186.jpg", imageAlt: "Telecommunications Consulting Illustration"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-business-woman-working-office-with-digital-tablet_1301-3550.jpg",
|
||||
imageAlt: "Telecommunications Consulting Illustration Detail",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/brain-water-drop-logo-ideas-inspiration-logo-design-template-vector-illustration-isolated_384344-1694.jpg?_wi=2",
|
||||
imageAlt: "telecom consulting illustration strategy",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-business-woman-working-office-with-digital-tablet_1301-3550.jpg", imageAlt: "Telecommunications Consulting Illustration Detail"},
|
||||
|
||||
},
|
||||
{
|
||||
title: "VoIP Phone Systems",
|
||||
description: "Modern Voice over IP solutions providing superior call quality, advanced features, and flexible scalability. Ideal for businesses seeking reliable and cost-effective communication.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/red-delivery-car-deliver-express-shipping-fast-delivery-background-3d-rendering-illustration_56104-1910.jpg",
|
||||
imageAlt: "VoIP Phone Systems Illustration",
|
||||
},
|
||||
title: "VoIP Phone Systems", description: "Modern Voice over IP solutions providing superior call quality, advanced features, and flexible scalability. Ideal for businesses seeking reliable and cost-effective communication.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/red-delivery-car-deliver-express-shipping-fast-delivery-background-3d-rendering-illustration_56104-1910.jpg", imageAlt: "VoIP Phone Systems Illustration"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/wireless-synchronization-isometric-concept_1284-18853.jpg",
|
||||
imageAlt: "VoIP Phone Systems Illustration Detail",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arabic-woman-teaching-senior-man-use-led-lamp-with-smartphone_23-2149356610.jpg?_wi=3",
|
||||
imageAlt: "telecom consulting illustration strategy",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/wireless-synchronization-isometric-concept_1284-18853.jpg", imageAlt: "VoIP Phone Systems Illustration Detail"},
|
||||
|
||||
},
|
||||
{
|
||||
title: "E911 Compliance Solutions",
|
||||
description: "Ensure your organization meets all state and federal E911 regulations, particularly crucial for multi-site businesses, healthcare, and senior living facilities, enhancing safety and reducing liability.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-cartoon-pin-location_23-2151642263.jpg",
|
||||
imageAlt: "E911 Compliance Solutions Illustration",
|
||||
},
|
||||
title: "E911 Compliance Solutions", description: "Ensure your organization meets all state and federal E911 regulations, particularly crucial for multi-site businesses, healthcare, and senior living facilities, enhancing safety and reducing liability.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-cartoon-pin-location_23-2151642263.jpg", imageAlt: "E911 Compliance Solutions Illustration"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-smartphone-device-with-map-gps-technology_23-2150458973.jpg",
|
||||
imageAlt: "E911 Compliance Solutions Illustration Detail",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-administrator-using-chroma-key-display-digital-analysis_482257-126246.jpg?_wi=2",
|
||||
imageAlt: "telecom consulting illustration strategy",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-smartphone-device-with-map-gps-technology_23-2150458973.jpg", imageAlt: "E911 Compliance Solutions Illustration Detail"},
|
||||
|
||||
},
|
||||
{
|
||||
title: "Structured Cabling",
|
||||
description: "Design and installation of high-performance, organized cabling infrastructure to support all your voice and data needs, ensuring future-proof connectivity.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-network-engineer-looking-ethernet-switches_23-2148323471.jpg",
|
||||
imageAlt: "Structured Cabling Diagram",
|
||||
},
|
||||
title: "Structured Cabling", description: "Design and installation of high-performance, organized cabling infrastructure to support all your voice and data needs, ensuring future-proof connectivity.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-network-engineer-looking-ethernet-switches_23-2148323471.jpg", imageAlt: "Structured Cabling Diagram"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrical-panel-with-fuses-contactors-closeup_169016-52239.jpg",
|
||||
imageAlt: "Structured Cabling Close-up",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-woman-using-smartphone-office_23-2147808035.jpg?_wi=2",
|
||||
imageAlt: "telecom consulting illustration strategy",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrical-panel-with-fuses-contactors-closeup_169016-52239.jpg", imageAlt: "Structured Cabling Close-up"},
|
||||
|
||||
},
|
||||
{
|
||||
title: "Network Infrastructure",
|
||||
description: "Building robust and secure network foundations including LAN, WAN, and Wi-Fi solutions, designed for optimal performance and reliability.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-green-background-from-brilliant-mosaic-pattern-generative-ai_169016-30204.jpg",
|
||||
imageAlt: "Network Infrastructure Diagram",
|
||||
},
|
||||
title: "Network Infrastructure", description: "Building robust and secure network foundations including LAN, WAN, and Wi-Fi solutions, designed for optimal performance and reliability.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-green-background-from-brilliant-mosaic-pattern-generative-ai_169016-30204.jpg", imageAlt: "Network Infrastructure Diagram"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-data-center-comission_482257-80594.jpg",
|
||||
imageAlt: "Secure Network Infrastructure",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-solar-panels-plant-writing-program-code-tracking-energy-production_482257-119152.jpg?_wi=2",
|
||||
imageAlt: "telecom consulting illustration strategy",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-data-center-comission_482257-80594.jpg", imageAlt: "Secure Network Infrastructure"},
|
||||
|
||||
},
|
||||
{
|
||||
title: "Senior Living Communication Systems",
|
||||
description: "Tailored solutions for senior living facilities, integrating resident communication, emergency response, and family connectivity platforms for enhanced care.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handicapped-old-man-wheelchair-training-arm-resistance-exercising-body-muscle_482257-8155.jpg",
|
||||
imageAlt: "Senior Living Communication System",
|
||||
},
|
||||
title: "Senior Living Communication Systems", description: "Tailored solutions for senior living facilities, integrating resident communication, emergency response, and family connectivity platforms for enhanced care.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handicapped-old-man-wheelchair-training-arm-resistance-exercising-body-muscle_482257-8155.jpg", imageAlt: "Senior Living Communication System"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-discussing-with-doctor-about-prescription-medicine-consultations_637285-1475.jpg",
|
||||
imageAlt: "Senior Living Communication Interface",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-data-center-cityscape_23-2152020917.jpg?_wi=2",
|
||||
imageAlt: "telecom consulting illustration strategy",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-discussing-with-doctor-about-prescription-medicine-consultations_637285-1475.jpg", imageAlt: "Senior Living Communication Interface"},
|
||||
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -165,25 +109,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "What makes your VoIP systems reliable?",
|
||||
content: "Our VoIP systems utilize redundant cloud infrastructure, robust security protocols, and prioritize voice traffic to ensure crystal-clear calls and maximum uptime, even during outages. We also provide dedicated support.",
|
||||
},
|
||||
id: "faq1", title: "What makes your VoIP systems reliable?", content: "Our VoIP systems utilize redundant cloud infrastructure, robust security protocols, and prioritize voice traffic to ensure crystal-clear calls and maximum uptime, even during outages. We also provide dedicated support."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "How do you ensure E911 compliance for complex environments?",
|
||||
content: "We conduct thorough site assessments, implement location-aware routing, and integrate with dispatchable location databases. Our solutions are designed to meet specific state and federal regulations for multi-story buildings and multi-site organizations.",
|
||||
},
|
||||
id: "faq2", title: "How do you ensure E911 compliance for complex environments?", content: "We conduct thorough site assessments, implement location-aware routing, and integrate with dispatchable location databases. Our solutions are designed to meet specific state and federal regulations for multi-story buildings and multi-site organizations."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Can you integrate with our existing IT infrastructure?",
|
||||
content: "Yes, our team specializes in seamless integration. We assess your current IT setup and design solutions that complement your existing infrastructure, minimizing disruption and maximizing compatibility.",
|
||||
},
|
||||
id: "faq3", title: "Can you integrate with our existing IT infrastructure?", content: "Yes, our team specializes in seamless integration. We assess your current IT setup and design solutions that complement your existing infrastructure, minimizing disruption and maximizing compatibility."},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "What is the typical timeline for a structured cabling project?",
|
||||
content: "The timeline varies based on project scope and building size. After an initial assessment and design phase, typical installations can range from a few weeks to several months. We prioritize efficient and minimal-disruption deployment.",
|
||||
},
|
||||
id: "faq4", title: "What is the typical timeline for a structured cabling project?", content: "The timeline varies based on project scope and building size. After an initial assessment and design phase, typical installations can range from a few weeks to several months. We prioritize efficient and minimal-disruption deployment."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/general-director-meeting-review-financial-performance-discuss-budget_482257-112116.jpg"
|
||||
imageAlt="Consulting professionals discussing network strategy"
|
||||
@@ -204,19 +136,13 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "#", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "#",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
href: "#", ariaLabel: "Twitter"},
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "#",
|
||||
ariaLabel: "LinkedIn",
|
||||
},
|
||||
href: "#", ariaLabel: "LinkedIn"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user