Merge version_1 into main #1

Merged
bender merged 5 commits from version_1 into main 2026-03-04 02:44:55 +00:00
5 changed files with 30 additions and 30 deletions

View File

@@ -98,7 +98,7 @@ export default function AboutPage() {
title: "David Richardson",
subtitle: "Chief Executive Officer",
detail: "david@altafiber.com",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4",
imageAlt: "David Richardson",
},
{
@@ -106,7 +106,7 @@ export default function AboutPage() {
title: "Angela Martinez",
subtitle: "Chief Technology Officer",
detail: "angela@altafiber.com",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg?_wi=4",
imageAlt: "Angela Martinez",
},
{
@@ -114,7 +114,7 @@ export default function AboutPage() {
title: "Robert Sullivan",
subtitle: "Chief Operations Officer",
detail: "robert@altafiber.com",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5",
imageAlt: "Robert Sullivan",
},
],

View File

@@ -76,7 +76,7 @@ export default function BusinessPage() {
description="Dedicated bandwidth, guaranteed uptime, and enterprise-grade support. Scale your operations with AltaFiber's business internet."
tag="Enterprise Grade"
background={{ variant: "animated-grid" }}
imageSrc="http://img.b2bpic.net/free-photo/blue-optic-fiber-with-ethernet-cables_23-2148779312.jpg"
imageSrc="http://img.b2bpic.net/free-photo/blue-optic-fiber-with-ethernet-cables_23-2148779312.jpg?_wi=3"
imageAlt="Business fiber internet infrastructure"
buttons={[
{ text: "Request Demo", href: "#" },
@@ -95,21 +95,21 @@ export default function BusinessPage() {
id: 1,
title: "Dedicated Bandwidth",
description: "Premium guaranteed bandwidth reserved exclusively for your business with no sharing or contention.",
imageSrc: "http://img.b2bpic.net/free-photo/high-speed-optical-cable-fast-data-broadband-transfer-fiber-connection-abstract-tech-background_272375-5414.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-speed-optical-cable-fast-data-broadband-transfer-fiber-connection-abstract-tech-background_272375-5414.jpg?_wi=3",
imageAlt: "Dedicated business bandwidth",
},
{
id: 2,
title: "SLA Guarantee",
description: "99.99% uptime SLA with credits. Backed by our enterprise infrastructure and redundant systems.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-data-center-making-sure-rigs-are-functioning-optimally_482257-89723.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-data-center-making-sure-rigs-are-functioning-optimally_482257-89723.jpg?_wi=3",
imageAlt: "Enterprise reliability",
},
{
id: 3,
title: "Priority Support",
description: "Dedicated account manager and 24/7 priority technical support for your business continuity.",
imageSrc: "http://img.b2bpic.net/free-photo/sales-assistant-being-employed-customer-care-support-job-working-telemarketing-call-center-helpdesk-female-receptionist-with-helpline-service-helping-clients-remote-communication_482257-43021.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sales-assistant-being-employed-customer-care-support-job-working-telemarketing-call-center-helpdesk-female-receptionist-with-helpline-service-helping-clients-remote-communication_482257-43021.jpg?_wi=2",
imageAlt: "Business support",
},
]}

View File

@@ -92,21 +92,21 @@ export default function ContactPage() {
id: 1,
title: "Email Support",
description: "Email us at support@altafiber.com for technical issues, billing questions, or general inquiries. Response within 24 hours.",
imageSrc: "http://img.b2bpic.net/free-photo/sales-assistant-being-employed-customer-care-support-job-working-telemarketing-call-center-helpdesk-female-receptionist-with-helpline-service-helping-clients-remote-communication_482257-43021.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sales-assistant-being-employed-customer-care-support-job-working-telemarketing-call-center-helpdesk-female-receptionist-with-helpline-service-helping-clients-remote-communication_482257-43021.jpg?_wi=3",
imageAlt: "Email support",
},
{
id: 2,
title: "Phone Support",
description: "Call our 24/7 support line at 1-800-FIBER-1 for immediate assistance. Our team is always available.",
imageSrc: "http://img.b2bpic.net/free-photo/confident-call-center-operator-talking-with-client_74855-4059.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/confident-call-center-operator-talking-with-client_74855-4059.jpg?_wi=2",
imageAlt: "Phone support",
},
{
id: 3,
title: "Live Chat",
description: "Use our website chat for quick answers about services, availability, and billing. Available Monday-Friday 9AM-6PM EST.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-working-call-center_23-2149288179.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-working-call-center_23-2149288179.jpg?_wi=3",
imageAlt: "Live chat support",
},
]}

View File

@@ -79,7 +79,7 @@ export default function HomePage() {
description="Experience unmatched speed, reliability, and customer service. AltaFiber connects you to what matters most."
tag="Premium Internet Solutions"
background={{ variant: "animated-grid" }}
imageSrc="http://img.b2bpic.net/free-photo/blue-optic-fiber-with-ethernet-cables_23-2148779312.jpg"
imageSrc="http://img.b2bpic.net/free-photo/blue-optic-fiber-with-ethernet-cables_23-2148779312.jpg?_wi=1"
imageAlt="AltaFiber network infrastructure"
buttons={[
{ text: "Explore Plans", href: "/residential" },
@@ -106,28 +106,28 @@ export default function HomePage() {
id: 1,
title: "Lightning-Fast Speeds",
description: "Gigabit fiber connections with speeds up to 10 Gbps. Download, stream, and work without interruptions.",
imageSrc: "http://img.b2bpic.net/free-photo/high-speed-optical-cable-fast-data-broadband-transfer-fiber-connection-abstract-tech-background_272375-5414.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-speed-optical-cable-fast-data-broadband-transfer-fiber-connection-abstract-tech-background_272375-5414.jpg?_wi=1",
imageAlt: "Fast fiber internet speeds",
},
{
id: 2,
title: "99.9% Uptime Guarantee",
description: "Enterprise-grade reliability backed by our comprehensive service level agreement.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-data-center-making-sure-rigs-are-functioning-optimally_482257-89723.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-data-center-making-sure-rigs-are-functioning-optimally_482257-89723.jpg?_wi=1",
imageAlt: "Data center uptime",
},
{
id: 3,
title: "24/7 Customer Support",
description: "Dedicated technical support team available round-the-clock to assist you.",
imageSrc: "http://img.b2bpic.net/free-photo/sales-assistant-being-employed-customer-care-support-job-working-telemarketing-call-center-helpdesk-female-receptionist-with-helpline-service-helping-clients-remote-communication_482257-43021.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sales-assistant-being-employed-customer-care-support-job-working-telemarketing-call-center-helpdesk-female-receptionist-with-helpline-service-helping-clients-remote-communication_482257-43021.jpg?_wi=1",
imageAlt: "Customer support team",
},
{
id: 4,
title: "Professional Installation",
description: "Expert technicians ensure seamless setup and configuration at your location.",
imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses_169016-24055.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses_169016-24055.jpg?_wi=1",
imageAlt: "Professional installation",
},
]}
@@ -151,7 +151,7 @@ export default function HomePage() {
title: "Marcus Johnson",
subtitle: "Senior Field Technician",
detail: "marcus.johnson@altafiber.com",
imageSrc: "http://img.b2bpic.net/free-photo/happy-foreman-auto-mechanic-workshop-using-touchpad-looking-camera_637285-9410.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-foreman-auto-mechanic-workshop-using-touchpad-looking-camera_637285-9410.jpg?_wi=1",
imageAlt: "Marcus Johnson",
},
{
@@ -167,7 +167,7 @@ export default function HomePage() {
title: "James Rodriguez",
subtitle: "Network Technician",
detail: "james.rodriguez@altafiber.com",
imageSrc: "http://img.b2bpic.net/free-photo/happy-foreman-auto-mechanic-workshop-using-touchpad-looking-camera_637285-9410.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-foreman-auto-mechanic-workshop-using-touchpad-looking-camera_637285-9410.jpg?_wi=2",
imageAlt: "James Rodriguez",
},
],
@@ -181,7 +181,7 @@ export default function HomePage() {
title: "Emily Thompson",
subtitle: "Customer Service Manager",
detail: "emily.thompson@altafiber.com",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-working-call-center_23-2149288179.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-working-call-center_23-2149288179.jpg?_wi=1",
imageAlt: "Emily Thompson",
},
{
@@ -189,7 +189,7 @@ export default function HomePage() {
title: "David Park",
subtitle: "Support Specialist",
detail: "david.park@altafiber.com",
imageSrc: "http://img.b2bpic.net/free-photo/confident-call-center-operator-talking-with-client_74855-4059.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/confident-call-center-operator-talking-with-client_74855-4059.jpg?_wi=1",
imageAlt: "David Park",
},
{
@@ -197,7 +197,7 @@ export default function HomePage() {
title: "Lisa Anderson",
subtitle: "Technical Support Lead",
detail: "lisa.anderson@altafiber.com",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-working-call-center_23-2149288179.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-working-call-center_23-2149288179.jpg?_wi=2",
imageAlt: "Lisa Anderson",
},
],
@@ -212,12 +212,12 @@ export default function HomePage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwelve
testimonials={[
{ id: "1", name: "Jennifer Martinez", imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", imageAlt: "Jennifer Martinez" },
{ id: "2", name: "Robert Williams", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Robert Williams" },
{ id: "3", name: "Amanda Lee", imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", imageAlt: "Amanda Lee" },
{ id: "4", name: "Michael Brown", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Brown" },
{ id: "5", name: "Patricia Davis", imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", imageAlt: "Patricia Davis" },
{ id: "6", name: "Christopher Wilson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Christopher Wilson" },
{ id: "1", name: "Jennifer Martinez", imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg?_wi=1", imageAlt: "Jennifer Martinez" },
{ id: "2", name: "Robert Williams", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Robert Williams" },
{ id: "3", name: "Amanda Lee", imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg?_wi=2", imageAlt: "Amanda Lee" },
{ id: "4", name: "Michael Brown", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Brown" },
{ id: "5", name: "Patricia Davis", imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg?_wi=3", imageAlt: "Patricia Davis" },
{ id: "6", name: "Christopher Wilson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Christopher Wilson" },
]}
cardTitle="Over 50,000 satisfied customers trust AltaFiber for their internet needs"
cardTag="Customer Success Stories"

View File

@@ -76,7 +76,7 @@ export default function ResidentialPage() {
description="Enjoy streaming, gaming, and working from home without buffering. Fast, reliable fiber internet delivered to your home."
tag="Designed for You"
background={{ variant: "animated-grid" }}
imageSrc="http://img.b2bpic.net/free-photo/blue-optic-fiber-with-ethernet-cables_23-2148779312.jpg"
imageSrc="http://img.b2bpic.net/free-photo/blue-optic-fiber-with-ethernet-cables_23-2148779312.jpg?_wi=2"
imageAlt="Residential fiber internet service"
buttons={[
{ text: "Check Availability", href: "#" },
@@ -95,21 +95,21 @@ export default function ResidentialPage() {
id: 1,
title: "Unlimited Data",
description: "Stream, download, and browse without worrying about caps or throttling.",
imageSrc: "http://img.b2bpic.net/free-photo/high-speed-optical-cable-fast-data-broadband-transfer-fiber-connection-abstract-tech-background_272375-5414.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-speed-optical-cable-fast-data-broadband-transfer-fiber-connection-abstract-tech-background_272375-5414.jpg?_wi=2",
imageAlt: "Unlimited data",
},
{
id: 2,
title: "Family-Friendly",
description: "Multiple devices connected simultaneously with consistent speeds for everyone.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-data-center-making-sure-rigs-are-functioning-optimally_482257-89723.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-data-center-making-sure-rigs-are-functioning-optimally_482257-89723.jpg?_wi=2",
imageAlt: "Family connectivity",
},
{
id: 3,
title: "Easy Setup",
description: "Quick installation with our professional technicians. Online support available 24/7.",
imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses_169016-24055.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses_169016-24055.jpg?_wi=2",
imageAlt: "Easy setup",
},
]}