diff --git a/index.html b/index.html index 75ceb81..ef5d9b1 100644 --- a/index.html +++ b/index.html @@ -3,20 +3,167 @@ - Bay Area Affiliates - IT Services Corpus Christi | Managed IT Coastal Bend - - + Managed IT Services Corpus Christi | Bay Area Affiliates + + - - + + - + + + + + diff --git a/public/Faster_Devices_Happier_Teams.png b/public/Faster_Devices_Happier_Teams.png deleted file mode 100644 index c5a04b0..0000000 Binary files a/public/Faster_Devices_Happier_Teams.png and /dev/null differ diff --git a/public/about_banner.png b/public/about_banner.png new file mode 100644 index 0000000..52ddf19 Binary files /dev/null and b/public/about_banner.png differ diff --git a/public/blog_banner.png b/public/blog_banner.png new file mode 100644 index 0000000..4a08e91 Binary files /dev/null and b/public/blog_banner.png differ diff --git a/public/contact_banner.png b/public/contact_banner.png new file mode 100644 index 0000000..f2e5a76 Binary files /dev/null and b/public/contact_banner.png differ diff --git a/public/faster_happier.png b/public/faster_happier.png new file mode 100644 index 0000000..19fbb00 Binary files /dev/null and b/public/faster_happier.png differ diff --git a/src/App.tsx b/src/App.tsx index b3da9a2..9e31f1b 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -9,6 +9,8 @@ import About from "./pages/About"; import Blog from "./pages/Blog"; import Contact from "./pages/Contact"; import NotFound from "./pages/NotFound"; +import Windows11Transition from "./pages/Windows11Transition"; +import VpnSetup from "./pages/VpnSetup"; const queryClient = new QueryClient(); @@ -24,6 +26,8 @@ const App = () => ( } /> } /> } /> + } /> + } /> {/* ADD ALL CUSTOM ROUTES ABOVE THE CATCH-ALL "*" ROUTE */} } /> diff --git a/src/components/Navigation.tsx b/src/components/Navigation.tsx index f1aed07..99550f2 100644 --- a/src/components/Navigation.tsx +++ b/src/components/Navigation.tsx @@ -1,21 +1,30 @@ import { useState, useEffect } from 'react'; import { Link, useLocation } from 'react-router-dom'; -import { Menu, X } from 'lucide-react'; +import { Menu, X, ChevronUp } from 'lucide-react'; const Navigation = () => { const [isOpen, setIsOpen] = useState(false); const [isScrolled, setIsScrolled] = useState(false); + const [showScrollUp, setShowScrollUp] = useState(false); const location = useLocation(); useEffect(() => { const handleScroll = () => { setIsScrolled(window.scrollY > 50); + setShowScrollUp(window.scrollY > 300); }; window.addEventListener('scroll', handleScroll); return () => window.removeEventListener('scroll', handleScroll); }, []); + const scrollToTop = () => { + window.scrollTo({ + top: 0, + behavior: 'smooth' + }); + }; + const navItems = [ { name: 'Home', path: '/' }, { name: 'Services', path: '/services' }, @@ -106,6 +115,17 @@ const Navigation = () => { )} + + {/* Scroll to top button */} + {showScrollUp && ( + + )} ); }; diff --git a/src/components/home/ValuePillars.tsx b/src/components/home/ValuePillars.tsx index 8c39eed..88ca479 100644 --- a/src/components/home/ValuePillars.tsx +++ b/src/components/home/ValuePillars.tsx @@ -16,7 +16,7 @@ const ValuePillars = () => { number: '02', title: 'Faster Devices, Happier Teams', description: 'Practical upgrades like SSD migrations and cleanup reduce tickets and boost morale.', - image: '/Faster_Devices_Happier_Teams.png' + image: '/faster_happier.png' }, { icon: Shield, diff --git a/src/pages/About.tsx b/src/pages/About.tsx index 3b9f735..628e0b9 100644 --- a/src/pages/About.tsx +++ b/src/pages/About.tsx @@ -2,8 +2,24 @@ import Navigation from '@/components/Navigation'; import Footer from '@/components/Footer'; import { Shield, Users, Zap, MapPin } from 'lucide-react'; import ScrollReveal from '@/components/ScrollReveal'; +import { useEffect, useRef } from 'react'; const About = () => { + const imageRef = useRef(null); + + useEffect(() => { + const handleScroll = () => { + if (imageRef.current) { + const scrolled = window.pageYOffset; + const parallax = scrolled * 0.5; + imageRef.current.style.transform = `translateY(${parallax}px) scale(1.1)`; + } + }; + + window.addEventListener('scroll', handleScroll, { passive: true }); + return () => window.removeEventListener('scroll', handleScroll); + }, []); + const values = [ { icon: Shield, @@ -50,28 +66,59 @@ const About = () => {
- {/* Hero section */} -
-
- -
+ {/* Hero section with image background */} +
+ {/* Background image with parallax */} +
+ About Bay Area Affiliates background +
+ + {/* Overlay for better text readability */} +
+ + {/* Hero content */} +
-
-

+
+

Local IT expertise for the{' '} - Coastal Bend + Coastal Bend

-

+

Since 2010, we've been helping businesses in Corpus Christi and surrounding communities build reliable, secure technology foundations that drive growth.

+ + {/* CTA button */} +

+ + {/* Scroll indicator */} +
+
+
+
+
{/* Story section */} -
+
diff --git a/src/pages/Blog.tsx b/src/pages/Blog.tsx index 62279ce..1696f37 100644 --- a/src/pages/Blog.tsx +++ b/src/pages/Blog.tsx @@ -3,8 +3,24 @@ import Footer from '@/components/Footer'; import { Calendar, ArrowRight, Clock } from 'lucide-react'; import { Link } from 'react-router-dom'; import ScrollReveal from '@/components/ScrollReveal'; +import { useEffect, useRef } from 'react'; const Blog = () => { + const imageRef = useRef(null); + + useEffect(() => { + const handleScroll = () => { + if (imageRef.current) { + const scrolled = window.pageYOffset; + const parallax = scrolled * 0.5; + imageRef.current.style.transform = `translateY(${parallax}px) scale(1.1)`; + } + }; + + window.addEventListener('scroll', handleScroll, { passive: true }); + return () => window.removeEventListener('scroll', handleScroll); + }, []); + const posts = [ { id: 1, @@ -186,28 +202,59 @@ const Blog = () => {
- {/* Hero section */} -
-
- -
+ {/* Hero section with image background */} +
+ {/* Background image with parallax */} +
+ Blog and insights background +
+ + {/* Overlay for better text readability */} +
+ + {/* Hero content */} +
-
-

+
+

IT insights for{' '} - your business + your business

-

+

Practical advice, industry insights, and technical guides to help your business make better technology decisions.

+ + {/* CTA button */} +

+ + {/* Scroll indicator */} +
+
+
+
+
{/* Blog posts */} -
+
{posts.map((post, index) => ( @@ -273,35 +320,6 @@ const Blog = () => { ))}
- {/* Newsletter signup */} - -
-
-

- Stay updated with IT insights -

-

- Get practical tips, industry updates, and technology guidance - delivered to your inbox monthly. -

- -
- - -
- -

- No spam, unsubscribe anytime. -

-
-
-
diff --git a/src/pages/Contact.tsx b/src/pages/Contact.tsx index 571e479..8120144 100644 --- a/src/pages/Contact.tsx +++ b/src/pages/Contact.tsx @@ -4,9 +4,11 @@ import Footer from '@/components/Footer'; import { Mail, Phone, MapPin, Clock, DollarSign, Headphones } from 'lucide-react'; import ScrollReveal from '@/components/ScrollReveal'; import { useToast } from '@/hooks/use-toast'; +import { useEffect, useRef } from 'react'; const Contact = () => { const { toast } = useToast(); + const imageRef = useRef(null); const [formData, setFormData] = useState({ name: '', email: '', @@ -16,6 +18,19 @@ const Contact = () => { }); const [isSubmitting, setIsSubmitting] = useState(false); + useEffect(() => { + const handleScroll = () => { + if (imageRef.current) { + const scrolled = window.pageYOffset; + const parallax = scrolled * 0.5; + imageRef.current.style.transform = `translateY(${parallax}px) scale(1.1)`; + } + }; + + window.addEventListener('scroll', handleScroll, { passive: true }); + return () => window.removeEventListener('scroll', handleScroll); + }, []); + const handleSubmit = async (e: React.FormEvent) => { e.preventDefault(); setIsSubmitting(true); @@ -67,28 +82,59 @@ const Contact = () => {
- {/* Hero section */} -
-
- -
+ {/* Hero section with image background */} +
+ {/* Background image with parallax */} +
+ Contact us background +
+ + {/* Overlay for better text readability */} +
+ + {/* Hero content */} +
-
-

+
+

Let's talk about your{' '} - IT needs + IT needs

-

+

Ready to improve your technology? We're here to help. Get started with a free consultation and see how we can make your IT work better for you.

+ + {/* CTA button */} +

+ + {/* Scroll indicator */} +
+
+
+
+
{/* Contact form and info */} -
+
{/* Contact form */} diff --git a/src/pages/DesktopHardware.tsx b/src/pages/DesktopHardware.tsx new file mode 100644 index 0000000..f196cf2 --- /dev/null +++ b/src/pages/DesktopHardware.tsx @@ -0,0 +1,403 @@ +import { useEffect } from 'react'; +import Navigation from '@/components/Navigation'; +import Footer from '@/components/Footer'; +import { Button } from '@/components/ui/button'; +import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@/components/ui/card'; +import { Badge } from '@/components/ui/badge'; +import { Monitor, HardDrive, Cpu, CheckCircle, DollarSign, Truck, Shield, Award } from 'lucide-react'; + +const DesktopHardware = () => { + useEffect(() => { + document.title = 'Desktop Hardware Corpus Christi | Bay Area Affiliates'; + + const metaDescription = document.querySelector('meta[name="description"]'); + if (metaDescription) { + metaDescription.setAttribute('content', 'Quality new/refurbished desktops, fast local installation.'); + } + + const ogTitle = document.querySelector('meta[property="og:title"]'); + if (ogTitle) { + ogTitle.setAttribute('content', 'Refurbished Desktops Corpus Christi—Quality Business Hardware'); + } + + const ogDescription = document.querySelector('meta[property="og:description"]'); + if (ogDescription) { + ogDescription.setAttribute('content', 'Quality new/refurbished desktops, fast local installation.'); + } + + const twitterTitle = document.querySelector('meta[name="twitter:title"]'); + if (twitterTitle) { + twitterTitle.setAttribute('content', 'Affordable PC Business Hardware Corpus Christi'); + } + + const twitterDescription = document.querySelector('meta[name="twitter:description"]'); + if (twitterDescription) { + twitterDescription.setAttribute('content', 'Quality new/refurbished desktops, fast local installation.'); + } + }, []); + + return ( +
+ +
+ {/* Hero Section */} +
+
+
+ + + HARDWARE SPECIALISTS + +

+ Quality Desktop Hardware Solutions +

+

+ New & refurbished business desktops for Corpus Christi SMBs +

+
+ + +
+
+
+
+ + {/* Hardware Options */} +
+
+
+

Professional Desktop Solutions

+ +
+ + +
+ +
+ Refurbished Business Desktops +
+ +

Enterprise-grade computers from major corporations, professionally refurbished with warranties.

+
    +
  • • Dell OptiPlex series
  • +
  • • HP EliteDesk models
  • +
  • • Lenovo ThinkCentre systems
  • +
  • • Intel Core i5/i7 processors
  • +
  • • SSD upgrades available
  • +
  • • Windows 11 Pro licensed
  • +
+
+
+ + + +
+ +
+ New Business Systems +
+ +

Latest business-class desktops configured specifically for your industry needs and workflows.

+
    +
  • • Custom specifications
  • +
  • • Latest processors (Intel/AMD)
  • +
  • • Professional graphics options
  • +
  • • Extended warranties available
  • +
  • • Industry-specific configurations
  • +
  • • 24/7 technical support
  • +
+
+
+ + + +
+ +
+ Cost-Effective Solutions +
+ +

Maximize your IT budget with quality hardware that delivers professional performance at affordable prices.

+
+

Savings Comparison

+
+
New System: $1,200 - $2,000
+
Refurbished: $400 - $800
+
Save 50-70% with same performance
+
+
+
+
+ + + +
+ +
+ Warranty & Support +
+ +

All systems include comprehensive warranties and local technical support for peace of mind.

+
    +
  • • 12-month hardware warranty
  • +
  • • Free local pickup/delivery
  • +
  • • On-site service available
  • +
  • • Remote technical support
  • +
  • • Loaner systems during repairs
  • +
  • • Parts & labor included
  • +
+
+
+
+
+
+
+ + {/* Hardware Categories */} +
+
+
+

Desktop Categories for Every Business Need

+ +
+
+

Essential Business

+

Perfect for office productivity, email, and basic business applications.

+
    +
  • • Intel Core i3 or AMD equivalent
  • +
  • • 8GB RAM (upgradeable)
  • +
  • • 256GB SSD
  • +
  • • Windows 11 Pro
  • +
  • • Office suite ready
  • +
+
+
$399-$599
+
Starting price
+
+
+ +
+

Professional Plus

+

Enhanced performance for demanding business applications and multitasking.

+
    +
  • • Intel Core i5 or AMD equivalent
  • +
  • • 16GB RAM
  • +
  • • 512GB SSD
  • +
  • • Dedicated graphics optional
  • +
  • • Multiple monitor support
  • +
+
+
$649-$899
+
Starting price
+
+
+ +
+

Workstation Class

+

High-performance systems for CAD, design, development, and intensive applications.

+
    +
  • • Intel Core i7/Xeon processors
  • +
  • • 32GB+ RAM
  • +
  • • 1TB+ SSD
  • +
  • • Professional graphics cards
  • +
  • • ECC memory options
  • +
+
+
$999-$1,599
+
Starting price
+
+
+
+ +
+

Why Choose Refurbished Business Hardware?

+
+
+

Quality Assurance

+
    +
  • + + Enterprise-grade components built to last +
  • +
  • + + Professional refurbishment process +
  • +
  • + + Stress tested before delivery +
  • +
  • + + Clean OS installation +
  • +
+
+
+

Business Benefits

+
    +
  • + + Identical performance to new systems +
  • +
  • + + Standard business software compatibility +
  • +
  • + + Environmentally responsible choice +
  • +
  • + + Bulk pricing for multiple units +
  • +
+
+
+
+
+
+
+ + {/* Installation & Support */} +
+
+
+

Complete Installation & Setup Service

+ +
+ + +
+ +
+ 1. Selection +
+ +

Assess your needs and recommend the optimal hardware configuration for your business.

+
+
+ + + +
+ +
+ 2. Configuration +
+ +

Install and configure software, security settings, and business applications.

+
+
+ + + +
+ +
+ 3. Deployment +
+ +

On-site installation, network integration, and user account setup.

+
+
+ + + +
+ +
+ 4. Support +
+ +

Ongoing maintenance, updates, and technical support throughout the warranty period.

+
+
+
+
+
+
+ + {/* Local Expertise */} +
+
+
+

Trusted Hardware Supplier for Coastal Bend SMBs

+

+ Bay Area Affiliates has supplied and serviced business computers throughout the Corpus Christi area since 1999. + We understand local business needs and provide personalized hardware solutions. +

+ +
+
+
5,000+
+
Systems Deployed
+
+
+
98%
+
Client Satisfaction
+
+
+
25+
+
Years Experience
+
+
+ +
+

Local Hardware Support Throughout the Coastal Bend

+

+ From single desktop replacements to complete office refreshes, we provide comprehensive + hardware solutions with local pickup, delivery, and installation services. +

+
+ Corpus Christi + Portland + Rockport + Aransas Pass + Kingsville + Port Aransas +
+
+
+
+
+ + {/* CTA Section */} +
+
+
+

Upgrade Your Business Hardware Today

+

+ Get quality business desktops with professional installation and local support. + Free consultation and custom quotes for Corpus Christi area businesses. +

+ +
+ + +
+ +

+ Free consultation • Local delivery • Professional installation • 12-month warranty +

+
+
+
+
+
+
+ ); +}; + +export default DesktopHardware; \ No newline at end of file diff --git a/src/pages/NetworkAttachedStorage.tsx b/src/pages/NetworkAttachedStorage.tsx new file mode 100644 index 0000000..ca6d209 --- /dev/null +++ b/src/pages/NetworkAttachedStorage.tsx @@ -0,0 +1,469 @@ +import { useEffect } from 'react'; +import Navigation from '@/components/Navigation'; +import Footer from '@/components/Footer'; +import { Button } from '@/components/ui/button'; +import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@/components/ui/card'; +import { Badge } from '@/components/ui/badge'; +import { HardDrive, Cloud, Shield, CheckCircle, Database, Server, Lock, Archive } from 'lucide-react'; + +const NetworkAttachedStorage = () => { + useEffect(() => { + document.title = 'NAS Setup Corpus Christi | Bay Area Affiliates'; + + const metaDescription = document.querySelector('meta[name="description"]'); + if (metaDescription) { + metaDescription.setAttribute('content', 'Secure, scalable backups for business data. Book install.'); + } + + const ogTitle = document.querySelector('meta[property="og:title"]'); + if (ogTitle) { + ogTitle.setAttribute('content', 'Network Attached Storage Setup Corpus Christi—Business Data Solutions'); + } + + const ogDescription = document.querySelector('meta[property="og:description"]'); + if (ogDescription) { + ogDescription.setAttribute('content', 'Secure, scalable backups for business data. Book install.'); + } + + const twitterTitle = document.querySelector('meta[name="twitter:title"]'); + if (twitterTitle) { + twitterTitle.setAttribute('content', 'NAS Backup Storage SMB Corpus Christi'); + } + + const twitterDescription = document.querySelector('meta[name="twitter:description"]'); + if (twitterDescription) { + twitterDescription.setAttribute('content', 'Secure, scalable backups for business data. Book install.'); + } + }, []); + + return ( +
+ +
+ {/* Hero Section */} +
+
+
+ + + DATA STORAGE EXPERTS + +

+ Network Attached Storage Solutions +

+

+ Secure, scalable backup and data storage for Corpus Christi SMBs +

+
+ + +
+
+
+
+ + {/* NAS Benefits */} +
+
+
+

Protect Your Business Data with Professional NAS

+ +
+ + +
+ +
+ Automated Backup Solutions +
+ +

Never lose business data again with automated, scheduled backups of all critical files and systems.

+
    +
  • • Real-time file synchronization
  • +
  • • Scheduled system backups
  • +
  • • Version control and history
  • +
  • • Email backup notifications
  • +
  • • QuickBooks data protection
  • +
  • • Cross-platform compatibility
  • +
+
+
+ + + +
+ +
+ Centralized File Storage +
+ +

Organize all business files in one secure, accessible location with user permissions and collaboration features.

+
    +
  • • Central document repository
  • +
  • • User access controls
  • +
  • • Remote file access
  • +
  • • Mobile device sync
  • +
  • • Team collaboration tools
  • +
  • • File sharing with clients
  • +
+
+
+ + + +
+ +
+ Enterprise-Grade Security +
+ +

Military-grade encryption and security features keep your sensitive business data protected.

+
    +
  • • AES 256-bit encryption
  • +
  • • Two-factor authentication
  • +
  • • RAID redundancy options
  • +
  • • Antivirus scanning
  • +
  • • Activity logging
  • +
  • • Network security integration
  • +
+
+
+ + + +
+ +
+ Business Continuity +
+ +

Ensure your business keeps running even during hardware failures, disasters, or data corruption.

+
    +
  • • Instant file recovery
  • +
  • • Disaster recovery planning
  • +
  • • Hot-swap drive replacement
  • +
  • • Off-site backup replication
  • +
  • • 24/7 monitoring alerts
  • +
  • • Business impact minimization
  • +
+
+
+
+
+
+
+ + {/* NAS Solutions */} +
+
+
+

NAS Solutions for Every Business Size

+ +
+
+

Essential NAS

+

Perfect for small businesses with basic backup and file sharing needs.

+
    +
  • • 2-bay NAS system
  • +
  • • 4TB total storage (RAID 1)
  • +
  • • Automated daily backups
  • +
  • • Mobile access apps
  • +
  • • Basic user management
  • +
  • • 12-month warranty
  • +
+
+
$899
+
Complete setup
+
+
+ +
+

Professional NAS

+

Advanced features for growing businesses with critical data protection needs.

+
    +
  • • 4-bay NAS system
  • +
  • • 12TB total storage (RAID 5)
  • +
  • • Continuous data protection
  • +
  • • Advanced user permissions
  • +
  • • Cloud sync integration
  • +
  • • 24-month warranty
  • +
+
+
$1,899
+
Complete setup
+
+
+ +
+

Enterprise NAS

+

High-performance storage for businesses with demanding data requirements.

+
    +
  • • 8-bay NAS system
  • +
  • • 32TB+ storage (RAID 6)
  • +
  • • Real-time replication
  • +
  • • Hot-swappable drives
  • +
  • • 10GbE network connectivity
  • +
  • • 36-month warranty
  • +
+
+
$3,999+
+
Custom config
+
+
+
+ +
+

Why Businesses Choose NAS Over Cloud Storage

+
+
+

Cost Advantages

+
    +
  • + + No monthly cloud storage fees +
  • +
  • + + One-time investment vs ongoing costs +
  • +
  • + + Unlimited storage capacity +
  • +
  • + + No bandwidth limitations +
  • +
+
+
+

Control & Performance

+
    +
  • + + Complete data control +
  • +
  • + + Faster local network access +
  • +
  • + + Custom security policies +
  • +
  • + + Works without internet +
  • +
+
+
+ +
+

ROI Calculation Example

+
+
+
Cloud Storage (5 years):
+
1TB × $10/month × 60 months = $3,600
+
+
+
NAS Solution (5 years):
+
Professional NAS setup = $1,899
+
Save $1,700+ over 5 years
+
+
+
+
+
+
+
+ + {/* Implementation Process */} +
+
+
+

Professional NAS Installation Process

+ +
+ + +
+ +
+ 1. Assessment +
+ +

Analyze your data storage needs, backup requirements, and growth projections.

+
+
+ + + +
+ +
+ 2. Configuration +
+ +

Set up NAS hardware, configure RAID, and install necessary software applications.

+
+
+ + + +
+ +
+ 3. Migration +
+ +

Transfer existing data safely and set up automated backup schedules for all devices.

+
+
+ + + +
+ +
+ 4. Training +
+ +

Train your team on accessing files, managing backups, and recovery procedures.

+
+
+
+
+
+
+ + {/* Data Recovery Services */} +
+
+
+

Emergency Data Recovery Services

+
+

+ Already experienced data loss? We provide emergency recovery services while setting up + your new NAS to prevent future disasters. +

+
+ +
+
+

What We Recover

+
    +
  • • Failed hard drives and SSDs
  • +
  • • Corrupted QuickBooks files
  • +
  • • Deleted business documents
  • +
  • • Email archives (Outlook/Exchange)
  • +
  • • Database files (SQL Server, Access)
  • +
  • • Photos and multimedia files
  • +
+
+ +
+

Recovery Process

+
    +
  • • Free evaluation and diagnosis
  • +
  • • No recovery, no charge policy
  • +
  • • Clean room facility available
  • +
  • • Emergency 24-hour service
  • +
  • • Secure data handling protocols
  • +
  • • Backup setup to prevent recurrence
  • +
+
+
+ +
+ +
+
+
+
+ + {/* Local Expertise */} +
+
+
+

Data Storage Specialists Serving the Coastal Bend

+

+ Bay Area Affiliates has protected business data for Corpus Christi companies since 1999. + We understand the critical importance of data security and business continuity. +

+ +
+
+
250+
+
NAS Systems Deployed
+
+
+
99.9%
+
Data Recovery Success
+
+
+
Zero
+
Data Loss with Our NAS
+
+
+ +
+

Protecting Business Data Throughout the Coastal Bend

+

+ From small professional practices to growing enterprises, we provide comprehensive + data storage and backup solutions with local support and maintenance. +

+
+ Corpus Christi + Portland + Rockport + Aransas Pass + Kingsville + Port Aransas +
+
+
+
+
+ + {/* CTA Section */} +
+
+
+

Don't Risk Your Business Data

+

+ Get professional NAS installation and data protection from Corpus Christi's trusted IT experts. + Protect your business before disaster strikes. +

+ +
+ + +
+ +

+ Free consultation • Professional installation • 24/7 monitoring • Local support +

+
+
+
+
+
+
+ ); +}; + +export default NetworkAttachedStorage; \ No newline at end of file diff --git a/src/pages/NetworkInfrastructure.tsx b/src/pages/NetworkInfrastructure.tsx new file mode 100644 index 0000000..eaaca17 --- /dev/null +++ b/src/pages/NetworkInfrastructure.tsx @@ -0,0 +1,453 @@ +import { useEffect } from 'react'; +import Navigation from '@/components/Navigation'; +import Footer from '@/components/Footer'; +import { Button } from '@/components/ui/button'; +import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@/components/ui/card'; +import { Badge } from '@/components/ui/badge'; +import { Network, Router, Shield, CheckCircle, Users, Monitor, Lock, Search } from 'lucide-react'; + +const NetworkInfrastructure = () => { + useEffect(() => { + document.title = 'Network Support Corpus Christi | Bay Area Affiliates'; + + const metaDescription = document.querySelector('meta[name="description"]'); + if (metaDescription) { + metaDescription.setAttribute('content', 'Reliable SMB network solutions—secure, scalable, supported.'); + } + + const ogTitle = document.querySelector('meta[property="og:title"]'); + if (ogTitle) { + ogTitle.setAttribute('content', 'Network Infrastructure Support Corpus Christi—SMB IT Solutions'); + } + + const ogDescription = document.querySelector('meta[property="og:description"]'); + if (ogDescription) { + ogDescription.setAttribute('content', 'Reliable SMB network solutions—secure, scalable, supported.'); + } + + const twitterTitle = document.querySelector('meta[name="twitter:title"]'); + if (twitterTitle) { + twitterTitle.setAttribute('content', 'Router Setup IT Audit Corpus Christi'); + } + + const twitterDescription = document.querySelector('meta[name="twitter:description"]'); + if (twitterDescription) { + twitterDescription.setAttribute('content', 'Reliable SMB network solutions—secure, scalable, supported.'); + } + }, []); + + return ( +
+ +
+ {/* Hero Section */} +
+
+
+ + + NETWORK SPECIALISTS + +

+ Network Infrastructure & Support +

+

+ Secure, scalable network solutions for Corpus Christi SMBs +

+
+ + +
+
+
+
+ + {/* Network Services */} +
+
+
+

Comprehensive Network Solutions

+ +
+ + +
+ +
+ Network Design & Setup +
+ +

Custom network architecture designed for your business requirements, growth plans, and security needs.

+
    +
  • • LAN/WAN design and implementation
  • +
  • • Wired and wireless infrastructure
  • +
  • • Network topology optimization
  • +
  • • Bandwidth planning and QoS
  • +
  • • Scalable architecture design
  • +
  • • Documentation and diagrams
  • +
+
+
+ + + +
+ +
+ Router & Switch Configuration +
+ +

Professional setup and configuration of business-grade networking equipment for optimal performance.

+
    +
  • • Enterprise router configuration
  • +
  • • Managed switch setup
  • +
  • • VLAN implementation
  • +
  • • Firewall rule configuration
  • +
  • • Port security and access control
  • +
  • • Performance monitoring setup
  • +
+
+
+ + + +
+ +
+ Network Security +
+ +

Multi-layered security implementation to protect your business data and network infrastructure.

+
    +
  • • Firewall deployment & management
  • +
  • • Intrusion detection systems
  • +
  • • Network access control (NAC)
  • +
  • • WiFi security (WPA3/Enterprise)
  • +
  • • Network segmentation
  • +
  • • Security auditing and testing
  • +
+
+
+ + + +
+ +
+ IT Audits & Assessment +
+ +

Comprehensive evaluation of your current IT infrastructure with actionable recommendations for improvement.

+
    +
  • • Network performance analysis
  • +
  • • Security vulnerability assessment
  • +
  • • Infrastructure inventory audit
  • +
  • • Compliance evaluation
  • +
  • • Disaster recovery assessment
  • +
  • • IT budget planning support
  • +
+
+
+
+
+
+
+ + {/* Network Solutions */} +
+
+
+

Scalable Network Solutions for Growing SMBs

+ +
+
+

Starter Network

+

Essential network setup for small businesses with 5-15 employees.

+
    +
  • • Business router & switch
  • +
  • • Basic firewall protection
  • +
  • • WiFi access point
  • +
  • • Network printer setup
  • +
  • • Basic monitoring
  • +
  • • 6-month support
  • +
+
+
$1,299
+
Complete setup
+
+
+ +
+

Professional Network

+

Advanced infrastructure for growing businesses with 15-50 employees.

+
    +
  • • Managed switches & routers
  • +
  • • Advanced firewall (UTM)
  • +
  • • Multiple WiFi access points
  • +
  • • VLAN segmentation
  • +
  • • Network monitoring & alerts
  • +
  • • 12-month support
  • +
+
+
$2,899
+
Complete setup
+
+
+ +
+

Enterprise Network

+

Comprehensive infrastructure for larger organizations with 50+ employees.

+
    +
  • • Enterprise-grade equipment
  • +
  • • Redundant internet connections
  • +
  • • Advanced security stack
  • +
  • • Guest network isolation
  • +
  • • 24/7 monitoring & support
  • +
  • • Annual security audit
  • +
+
+
$5,499+
+
Custom quote
+
+
+
+ +
+

Network Performance Benefits

+
+
+

Performance Improvements

+
    +
  • + + 10x faster file transfers within office +
  • +
  • + + Reliable internet connectivity +
  • +
  • + + Seamless video conferencing +
  • +
  • + + Reduced network downtime +
  • +
+
+
+

Security & Management

+
    +
  • + + Advanced threat protection +
  • +
  • + + Centralized network management +
  • +
  • + + Detailed usage reporting +
  • +
  • + + Remote monitoring & support +
  • +
+
+
+
+
+
+
+ + {/* Implementation Process */} +
+
+
+

Professional Network Implementation

+ +
+ + +
+ +
+ 1. Assessment +
+ +

Comprehensive evaluation of current infrastructure, requirements, and growth plans.

+
+
+ + + +
+ +
+ 2. Design +
+ +

Custom network design with equipment selection and detailed implementation plan.

+
+
+ + + +
+ +
+ 3. Implementation +
+ +

Professional installation, configuration, and testing with minimal business disruption.

+
+
+ + + +
+ +
+ 4. Support +
+ +

Ongoing monitoring, maintenance, and user training for optimal network performance.

+
+
+
+
+
+
+ + {/* Common Network Issues */} +
+
+
+

Network Problems We Solve

+ +
+
+

Performance Issues

+
    +
  • • Slow internet speeds throughout office
  • +
  • • File transfers taking forever
  • +
  • • Video conferences constantly buffering
  • +
  • • Network timeouts and disconnections
  • +
  • • WiFi dead zones and weak signals
  • +
  • • Printers frequently going offline
  • +
+
+ +
+

Security Concerns

+
    +
  • • Unauthorized network access
  • +
  • • Outdated security configurations
  • +
  • • Guest network not isolated
  • +
  • • No network monitoring or alerts
  • +
  • • Vulnerable WiFi encryption
  • +
  • • No backup internet connection
  • +
+
+
+ +
+

Emergency Network Support

+

+ When your network goes down, every minute counts. Our emergency support team provides + same-day response for critical network issues affecting your business operations. +

+ +
+
+
+
+ + {/* Local Expertise */} +
+
+
+

Trusted Network Experts in the Coastal Bend

+

+ Bay Area Affiliates has designed and maintained business networks throughout the Corpus Christi area since 1999. + We understand the unique connectivity challenges of coastal businesses. +

+ +
+
+
300+
+
Networks Deployed
+
+
+
99.9%
+
Uptime Achievement
+
+
+
4hr
+
Average Response Time
+
+
+ +
+

Network Support Across the Coastal Bend

+

+ From small office networks to multi-location enterprises, we provide comprehensive + network infrastructure solutions with 24/7 monitoring and local technical support. +

+
+ Corpus Christi + Portland + Rockport + Aransas Pass + Kingsville + Port Aransas +
+
+
+
+
+ + {/* CTA Section */} +
+
+
+

Secure Your Business Network Infrastructure

+

+ Get a comprehensive network assessment and custom infrastructure solution from Corpus Christi's + trusted IT experts. Free consultation for SMBs. +

+ +
+ + +
+ +

+ Free network assessment • Same-day emergency support • Local experts • 24/7 monitoring +

+
+
+
+
+
+
+ ); +}; + +export default NetworkInfrastructure; \ No newline at end of file diff --git a/src/pages/PerformanceUpgrades.tsx b/src/pages/PerformanceUpgrades.tsx new file mode 100644 index 0000000..6d8fe42 --- /dev/null +++ b/src/pages/PerformanceUpgrades.tsx @@ -0,0 +1,343 @@ +import { useEffect } from 'react'; +import Navigation from '@/components/Navigation'; +import Footer from '@/components/Footer'; +import { Button } from '@/components/ui/button'; +import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@/components/ui/card'; +import { Badge } from '@/components/ui/badge'; +import { Zap, HardDrive, TrendingUp, CheckCircle, DollarSign, Clock, Gauge, BarChart } from 'lucide-react'; + +const PerformanceUpgrades = () => { + useEffect(() => { + document.title = 'SSD Upgrade Corpus Christi | Bay Area Affiliates'; + + const metaDescription = document.querySelector('meta[name="description"]'); + if (metaDescription) { + metaDescription.setAttribute('content', 'Boost device speed and reliability. Contact for upgrade today.'); + } + + const ogTitle = document.querySelector('meta[property="og:title"]'); + if (ogTitle) { + ogTitle.setAttribute('content', 'SSD Upgrade Corpus Christi—Boost SMB Performance'); + } + + const ogDescription = document.querySelector('meta[property="og:description"]'); + if (ogDescription) { + ogDescription.setAttribute('content', 'Boost device speed and reliability. Contact for upgrade today.'); + } + + const twitterTitle = document.querySelector('meta[name="twitter:title"]'); + if (twitterTitle) { + twitterTitle.setAttribute('content', 'Desktop Speed & Laptop Optimization Corpus Christi'); + } + + const twitterDescription = document.querySelector('meta[name="twitter:description"]'); + if (twitterDescription) { + twitterDescription.setAttribute('content', 'Boost device speed and reliability. Contact for upgrade today.'); + } + }, []); + + return ( +
+ +
+ {/* Hero Section */} +
+
+
+ + + PERFORMANCE SPECIALISTS + +

+ SSD Upgrades & Performance Optimization +

+

+ Transform slow devices into productivity powerhouses for Corpus Christi SMBs +

+
+ + +
+
+
+
+ + {/* Performance Benefits */} +
+
+
+

Transform Your Business Performance

+ +
+ + +
+ +
+ 10x Faster Boot Times +
+ +

SSD upgrades reduce boot times from 2-3 minutes to under 30 seconds, getting your team productive faster.

+
+
+ Traditional HDD + 2-3 minutes +
+
+ SSD Upgrade + 15-30 seconds +
+
+
+
+ + + +
+ +
+ Application Performance +
+ +

Programs load instantly, file transfers complete in seconds, and multitasking becomes seamless.

+
    +
  • • Excel/Word open in 2-3 seconds
  • +
  • • QuickBooks loads 5x faster
  • +
  • • File copies complete instantly
  • +
  • • No more "spinning wheel" delays
  • +
+
+
+ + + +
+ +
+ ROI for SMBs +
+ +

Calculate the business impact of faster computers on your bottom line.

+
+
+
5 employees × 30 min/day saved
+
2.5 hours daily productivity gain
+
$25/hour × 2.5 hours = $62.50/day ROI
+
+
+
+
+ + + +
+ +
+ Reliability Benefits +
+ +

SSDs have no moving parts, making them more durable and reliable than traditional hard drives.

+
    +
  • • 99.9% less likely to fail
  • +
  • • Shock and vibration resistant
  • +
  • • Lower power consumption
  • +
  • • Silent operation
  • +
+
+
+
+
+
+
+ + {/* Upgrade Process */} +
+
+
+

Professional Upgrade Process

+ +
+ + +
+ +
+ 1. Speed Analysis +
+ +

Comprehensive performance testing to identify bottlenecks and optimal upgrade path.

+
+
+ + + +
+ +
+ 2. SSD Selection +
+ +

Right-sized SSD recommendation based on your usage patterns and budget.

+
+
+ + + +
+ +
+ 3. Data Migration +
+ +

Seamless transfer of all files, programs, and settings to the new SSD.

+
+
+ + + +
+ +
+ 4. Optimization +
+ +

System tuning and performance validation to maximize your upgrade investment.

+
+
+
+ +
+

Performance Upgrade Options

+
+
+

Essential

+
    +
  • • 256GB SSD upgrade
  • +
  • • Data migration
  • +
  • • Basic optimization
  • +
  • • 1-year warranty
  • +
+
+
$199
+
per device
+
+
+ +
+

Professional

+
    +
  • • 512GB SSD upgrade
  • +
  • • Complete data migration
  • +
  • • Advanced optimization
  • +
  • • RAM upgrade (if needed)
  • +
  • • 2-year warranty
  • +
+
+
$349
+
per device
+
+
+ +
+

Enterprise

+
    +
  • • 1TB SSD upgrade
  • +
  • • Full system migration
  • +
  • • Premium optimization
  • +
  • • Memory & other upgrades
  • +
  • • 3-year warranty
  • +
  • • Priority support
  • +
+
+
$549
+
per device
+
+
+
+
+
+
+
+ + {/* Local Expertise */} +
+
+
+

Trusted Performance Experts in the Coastal Bend

+

+ Bay Area Affiliates has optimized thousands of computers for Corpus Christi businesses since 1999. + We know which upgrades deliver the best ROI for your specific needs. +

+ +
+
+
2,500+
+
Devices Upgraded
+
+
+
95%
+
Performance Improvement
+
+
+
48hr
+
Average Turnaround
+
+
+ +
+

Serving All Coastal Bend SMBs

+

+ From single-device upgrades to fleet optimization, we provide on-site and in-shop services + throughout the Corpus Christi area. +

+
+ Corpus Christi + Portland + Rockport + Aransas Pass + Kingsville + Port Aransas +
+
+
+
+
+ + {/* CTA Section */} +
+
+
+

Stop Waiting for Slow Computers

+

+ Transform your business productivity with professional SSD upgrades. Same-day service available + for Corpus Christi area businesses. +

+ +
+ + +
+ +

+ Free speed analysis • Same-day service • Local pickup & delivery +

+
+
+
+
+
+
+ ); +}; + +export default PerformanceUpgrades; \ No newline at end of file diff --git a/src/pages/PrinterScannerInstallation.tsx b/src/pages/PrinterScannerInstallation.tsx new file mode 100644 index 0000000..2164db1 --- /dev/null +++ b/src/pages/PrinterScannerInstallation.tsx @@ -0,0 +1,391 @@ +import { useEffect } from 'react'; +import Navigation from '@/components/Navigation'; +import Footer from '@/components/Footer'; +import { Button } from '@/components/ui/button'; +import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@/components/ui/card'; +import { Badge } from '@/components/ui/badge'; +import { Printer, Scan, Network, CheckCircle, Wrench, Clock, Settings, Users } from 'lucide-react'; + +const PrinterScannerInstallation = () => { + useEffect(() => { + document.title = 'Printer Install Corpus Christi | Bay Area Affiliates'; + + const metaDescription = document.querySelector('meta[name="description"]'); + if (metaDescription) { + metaDescription.setAttribute('content', 'Hassle-free device setup—local experts, same-day support.'); + } + + const ogTitle = document.querySelector('meta[property="og:title"]'); + if (ogTitle) { + ogTitle.setAttribute('content', 'Printer Installation Corpus Christi—Same-Day Setup'); + } + + const ogDescription = document.querySelector('meta[property="og:description"]'); + if (ogDescription) { + ogDescription.setAttribute('content', 'Hassle-free device setup—local experts, same-day support.'); + } + + const twitterTitle = document.querySelector('meta[name="twitter:title"]'); + if (twitterTitle) { + twitterTitle.setAttribute('content', 'Scanner Setup & Office Device Support Corpus Christi'); + } + + const twitterDescription = document.querySelector('meta[name="twitter:description"]'); + if (twitterDescription) { + twitterDescription.setAttribute('content', 'Hassle-free device setup—local experts, same-day support.'); + } + }, []); + + return ( +
+ +
+ {/* Hero Section */} +
+
+
+ + + DEVICE SETUP EXPERTS + +

+ Professional Printer & Scanner Installation +

+

+ Hassle-free office device setup for Corpus Christi businesses +

+
+ + +
+
+
+
+ + {/* Service Benefits */} +
+
+
+

End Office Device Frustrations

+ +
+ + +
+ +
+ Complete Printer Setup +
+ +

From basic inkjet to enterprise multifunction devices, we handle every aspect of printer installation and optimization.

+
    +
  • • Network printer configuration
  • +
  • • Driver installation & updates
  • +
  • • Print queue optimization
  • +
  • • Mobile printing setup
  • +
  • • Wireless connectivity
  • +
+
+
+ + + +
+ +
+ Scanner Integration +
+ +

Seamless scanner setup with document management integration for efficient digital workflows.

+
    +
  • • Flatbed & document scanner setup
  • +
  • • OCR software configuration
  • +
  • • Cloud storage integration
  • +
  • • Batch scanning automation
  • +
  • • Multi-format output setup
  • +
+
+
+ + + +
+ +
+ Network Configuration +
+ +

Professional network setup ensures all devices work seamlessly across your office infrastructure.

+
    +
  • • Shared printer access
  • +
  • • Security configuration
  • +
  • • User permission setup
  • +
  • • Print server integration
  • +
  • • Remote printing capability
  • +
+
+
+ + + +
+ +
+ Ongoing Support +
+ +

Comprehensive troubleshooting and maintenance to keep your devices running smoothly.

+
    +
  • • Paper jam resolution
  • +
  • • Print quality optimization
  • +
  • • Driver conflict resolution
  • +
  • • Toner/ink replacement
  • +
  • • Preventive maintenance
  • +
+
+
+
+
+
+
+ + {/* Installation Process */} +
+
+
+

Professional Installation Process

+ +
+ + +
+ +
+ 1. Assessment +
+ +

Evaluate your office layout, network setup, and device requirements.

+
+
+ + + +
+ +
+ 2. Configuration +
+ +

Install drivers, configure network settings, and optimize device performance.

+
+
+ + + +
+ +
+ 3. User Setup +
+ +

Configure access for all users and train staff on device operation.

+
+
+ + + +
+ +
+ 4. Testing +
+ +

Comprehensive testing and documentation of all functions and features.

+
+
+
+ +
+

Common Device Issues We Solve

+
+
+

Printer Problems

+
    +
  • + + Won't connect to network +
  • +
  • + + Poor print quality +
  • +
  • + + Driver conflicts +
  • +
  • + + Frequent paper jams +
  • +
  • + + Mobile printing issues +
  • +
+
+
+

Scanner Challenges

+
    +
  • + + Software not recognizing device +
  • +
  • + + Poor scan quality +
  • +
  • + + Document feeder problems +
  • +
  • + + File format issues +
  • +
  • + + Network scanning setup +
  • +
+
+
+
+
+
+
+ + {/* Device Compatibility */} +
+
+
+

We Support All Major Brands

+ +
+
+

Printer Brands

+
+
HP • Canon • Epson
+
Brother • Lexmark • Xerox
+
Samsung • Ricoh • Dell
+
Kyocera • Sharp • Konica
+
+
+ +
+

Scanner Types

+
+
Flatbed Scanners
+
Document Feeders
+
All-in-One Devices
+
High-Speed Scanners
+
Photo Scanners
+
+
+ +
+

Connection Types

+
+
USB • Ethernet
+
Wi-Fi • Bluetooth
+
Network Shared
+
Cloud Printing
+
Mobile Apps
+
+
+
+
+
+
+ + {/* Local Expertise */} +
+
+
+

Corpus Christi's Office Device Specialists

+

+ Bay Area Affiliates has been solving office equipment challenges for Coastal Bend businesses since 1999. + We know the unique needs of local SMBs and provide same-day service. +

+ +
+
+
1,200+
+
Devices Installed
+
+
+
Same-Day
+
Service Available
+
+
+
24/7
+
Technical Support
+
+
+ +
+

Serving the Entire Coastal Bend

+

+ On-site installation and support for businesses throughout the Corpus Christi area. + We bring the expertise to your location. +

+
+ Corpus Christi + Portland + Rockport + Aransas Pass + Kingsville + Port Aransas +
+
+
+
+
+ + {/* CTA Section */} +
+
+
+

Stop Wrestling with Office Devices

+

+ Get professional printer and scanner installation from Corpus Christi's trusted IT experts. + Same-day service available for urgent business needs. +

+ +
+ + +
+ +

+ Free consultation • Same-day service • Local on-site support +

+
+
+
+
+
+
+ ); +}; + +export default PrinterScannerInstallation; \ No newline at end of file diff --git a/src/pages/VpnSetup.tsx b/src/pages/VpnSetup.tsx new file mode 100644 index 0000000..567ef12 --- /dev/null +++ b/src/pages/VpnSetup.tsx @@ -0,0 +1,344 @@ +import { useEffect } from 'react'; +import Navigation from '@/components/Navigation'; +import Footer from '@/components/Footer'; +import { Button } from '@/components/ui/button'; +import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@/components/ui/card'; +import { Badge } from '@/components/ui/badge'; +import { Shield, Lock, Zap, CheckCircle, Users, Globe, Server, Smartphone } from 'lucide-react'; + +const VpnSetup = () => { + useEffect(() => { + document.title = 'VPN Setup Corpus Christi | Business WireGuard Experts'; + + const metaDescription = document.querySelector('meta[name="description"]'); + if (metaDescription) { + metaDescription.setAttribute('content', 'Secure remote access for SMBs—Corpus Christi\'s WireGuard VPN experts. Get fast, reliable VPN setup today.'); + } + + const ogTitle = document.querySelector('meta[property="og:title"]'); + if (ogTitle) { + ogTitle.setAttribute('content', 'Corpus Christi WireGuard VPN Setup—Fast, Secure for SMBs'); + } + + const ogDescription = document.querySelector('meta[property="og:description"]'); + if (ogDescription) { + ogDescription.setAttribute('content', 'Secure remote access for SMBs—Corpus Christi\'s WireGuard VPN experts. Get fast, reliable VPN setup today.'); + } + + const twitterTitle = document.querySelector('meta[name="twitter:title"]'); + if (twitterTitle) { + twitterTitle.setAttribute('content', 'WireGuard VPN—Remote Work Corpus Christi'); + } + + const twitterDescription = document.querySelector('meta[name="twitter:description"]'); + if (twitterDescription) { + twitterDescription.setAttribute('content', 'Secure remote access for SMBs—Corpus Christi\'s WireGuard VPN experts. Get fast, reliable VPN setup today.'); + } + }, []); + + return ( +
+ +
+ {/* Hero Section */} +
+
+
+ + + WIREGUARD VPN SPECIALISTS + +

+ Secure WireGuard VPN Setup for Businesses +

+

+ Fast, reliable, and secure remote access for Corpus Christi SMBs +

+
+ + +
+
+
+
+ + {/* Why WireGuard */} +
+
+
+

Why WireGuard for Corpus SMBs

+ +
+ + +
+ +
+ Lightning Fast +
+ +

WireGuard outperforms traditional VPN protocols with minimal latency and maximum throughput for your remote teams.

+
+
+ + + +
+ +
+ Military-Grade Security +
+ +

Advanced cryptography and smaller codebase mean fewer vulnerabilities and stronger protection for your business data.

+
+
+ + + +
+ +
+ Simple Management +
+ +

Easy configuration and maintenance with automatic key exchange and seamless roaming between networks.

+
+
+ + + +
+ +
+ Remote Team Ready +
+ +

Perfect for hybrid work environments with cross-platform support for Windows, Mac, iOS, and Android devices.

+
+
+
+
+
+
+ + {/* Benefits Section */} +
+
+
+

Benefits of Secure Remote Work

+ +
+
+
+ +
+

Work From Anywhere

+

Access your office network securely from home, client sites, or anywhere in the world.

+
+ +
+
+ +
+

Secure File Access

+

Connect to your business servers, printers, and shared drives as if you're in the office.

+
+ +
+
+ +
+

Multi-Device Support

+

One VPN solution for all your devices—laptops, phones, tablets, and desktops.

+
+
+ +
+

WireGuard vs Traditional VPN

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FeatureWireGuardOpenVPNIPSec
Setup ComplexitySimpleComplexVery Complex
PerformanceExcellentGoodFair
SecurityState-of-artGoodGood
Battery ImpactMinimalModerateHigh
+
+
+
+
+
+ + {/* VPN Deployment Process */} +
+
+
+

Fast, Reliable VPN Deployment

+ +
+ + +
+ +
+ 1. Assessment +
+ +

Evaluate your network infrastructure and remote access needs.

+
+
+ + + +
+ +
+ 2. Server Setup +
+ +

Install and configure WireGuard server on your network.

+
+
+ + + +
+ +
+ 3. Client Config +
+ +

Set up VPN clients on all employee devices with secure keys.

+
+
+ + + +
+ +
+ 4. Security Testing +
+ +

Comprehensive testing and employee training on secure usage.

+
+
+
+
+
+
+ + {/* Local Expertise */} +
+
+
+

Trusted VPN Experts Serving the Coastal Bend

+

+ Bay Area Affiliates specializes in secure network solutions for local businesses. + We've helped hundreds of Corpus Christi SMBs implement reliable remote access. +

+ +
+
+

Local Business Focus

+
    +
  • • Understand Texas compliance requirements
  • +
  • • Same-day on-site support available
  • +
  • • 25+ years serving Coastal Bend
  • +
  • • Bilingual technical support
  • +
+
+ +
+

WireGuard Specialization

+
    +
  • • Certified WireGuard deployment
  • +
  • • Custom configurations for SMBs
  • +
  • • Integration with existing networks
  • +
  • • Ongoing monitoring and support
  • +
+
+
+ +
+

Areas We Serve

+
+ Corpus Christi + Portland + Rockport + Aransas Pass + Kingsville + Port Aransas +
+
+
+
+
+ + {/* CTA Section */} +
+
+
+

Secure Your Remote Work Today

+

+ Get a fast, secure WireGuard VPN setup from Corpus Christi's trusted IT experts. + Protect your business data and enable productive remote work. +

+ +
+ + +
+ +

+ Free consultation • Same-day setup available • Local support team +

+
+
+
+
+
+
+ ); +}; + +export default VpnSetup; \ No newline at end of file diff --git a/src/pages/WebServices.tsx b/src/pages/WebServices.tsx new file mode 100644 index 0000000..ff62634 --- /dev/null +++ b/src/pages/WebServices.tsx @@ -0,0 +1,466 @@ +import { useEffect } from 'react'; +import Navigation from '@/components/Navigation'; +import Footer from '@/components/Footer'; +import { Button } from '@/components/ui/button'; +import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@/components/ui/card'; +import { Badge } from '@/components/ui/badge'; +import { Globe, Mail, Palette, CheckCircle, Smartphone, Search, TrendingUp, Users } from 'lucide-react'; + +const WebServices = () => { + useEffect(() => { + document.title = 'Web Services Corpus Christi | Bay Area Affiliates'; + + const metaDescription = document.querySelector('meta[name="description"]'); + if (metaDescription) { + metaDescription.setAttribute('content', 'Elevate your local business presence—sites, domains, email.'); + } + + const ogTitle = document.querySelector('meta[property="og:title"]'); + if (ogTitle) { + ogTitle.setAttribute('content', 'Web Services Corpus Christi—Professional Business Websites'); + } + + const ogDescription = document.querySelector('meta[property="og:description"]'); + if (ogDescription) { + ogDescription.setAttribute('content', 'Elevate your local business presence—sites, domains, email.'); + } + + const twitterTitle = document.querySelector('meta[name="twitter:title"]'); + if (twitterTitle) { + twitterTitle.setAttribute('content', 'Web Design Domain Email Portland Coastal Bend SMB'); + } + + const twitterDescription = document.querySelector('meta[name="twitter:description"]'); + if (twitterDescription) { + twitterDescription.setAttribute('content', 'Elevate your local business presence—sites, domains, email.'); + } + }, []); + + return ( +
+ +
+ {/* Hero Section */} +
+
+
+ + + WEB DESIGN SPECIALISTS + +

+ Professional Web Services for Local Business +

+

+ Custom websites, domains, and email solutions for Corpus Christi & Coastal Bend SMBs +

+
+ + +
+
+
+
+ + {/* Web Services Overview */} +
+
+
+

Complete Digital Presence Solutions

+ +
+ + +
+ +
+ Custom Website Design +
+ +

Professional, mobile-responsive websites designed specifically for your business and local market.

+
    +
  • • Mobile-first responsive design
  • +
  • • Local SEO optimization
  • +
  • • Content management systems
  • +
  • • E-commerce integration
  • +
  • • Contact forms & lead capture
  • +
  • • Social media integration
  • +
+
+
+ + + +
+ +
+ Domain & Hosting Services +
+ +

Secure your business identity online with professional domain registration and reliable hosting services.

+
    +
  • • Domain name registration
  • +
  • • DNS management
  • +
  • • SSL certificates included
  • +
  • • 99.9% uptime hosting
  • +
  • • Daily automated backups
  • +
  • • Local technical support
  • +
+
+
+ + + +
+ +
+ Professional Email Solutions +
+ +

Build credibility with custom business email addresses and professional communication tools.

+
    +
  • • Custom email addresses (@yourbusiness.com)
  • +
  • • Microsoft 365 integration
  • +
  • • Spam & virus protection
  • +
  • • Mobile device sync
  • +
  • • Calendar & contacts sharing
  • +
  • • Email archiving & backup
  • +
+
+
+ + + +
+ +
+ Local SEO & Digital Marketing +
+ +

Get found by local customers with targeted SEO and digital marketing strategies for the Coastal Bend.

+
    +
  • • Google My Business optimization
  • +
  • • Local keyword targeting
  • +
  • • Online review management
  • +
  • • Local directory listings
  • +
  • • Performance analytics
  • +
  • • Monthly reporting
  • +
+
+
+
+
+
+
+ + {/* Website Packages */} +
+
+
+

Website Packages for Local SMBs

+ +
+
+

Business Starter

+

Perfect for local service businesses and professional practices.

+
    +
  • • 5-page responsive website
  • +
  • • Mobile optimization
  • +
  • • Contact forms
  • +
  • • Basic SEO setup
  • +
  • • 1 year domain & hosting
  • +
  • • 3 months support
  • +
+
+
$1,299
+
One-time setup
+
+
+ +
+

Professional Plus

+

Advanced features for growing businesses with online sales needs.

+
    +
  • • 10-page custom design
  • +
  • • E-commerce capability
  • +
  • • Blog/news section
  • +
  • • Advanced SEO optimization
  • +
  • • Social media integration
  • +
  • • 6 months support
  • +
+
+
$2,499
+
One-time setup
+
+
+ +
+

Enterprise Solution

+

Comprehensive digital presence for established businesses and organizations.

+
    +
  • • Custom design & development
  • +
  • • Advanced e-commerce
  • +
  • • Customer portal/login
  • +
  • • Database integration
  • +
  • • Marketing automation
  • +
  • • 12 months support
  • +
+
+
$4,999+
+
Custom quote
+
+
+
+ +
+

Why Local Businesses Choose Our Web Services

+
+
+

Local Market Focus

+
    +
  • + + Corpus Christi & Coastal Bend SEO expertise +
  • +
  • + + Local keyword targeting strategies +
  • +
  • + + Understanding of local market needs +
  • +
  • + + Bilingual content capabilities +
  • +
+
+
+

Complete Support

+
    +
  • + + Local face-to-face consultations +
  • +
  • + + Ongoing maintenance & updates +
  • +
  • + + Same-day technical support +
  • +
  • + + Training on content management +
  • +
+
+
+
+
+
+
+ + {/* Digital Marketing Benefits */} +
+
+
+

Boost Your Local Business Visibility

+ +
+
+
+ +
+

Get Found Online

+

Appear at the top of Google searches when Corpus Christi customers look for your services.

+
+ +
+
+ +
+

Mobile-First Design

+

Your website looks perfect on phones, tablets, and desktops—critical for local searches.

+
+ +
+
+ +
+

Measurable Results

+

Track website visitors, leads, and customer inquiries with detailed analytics reporting.

+
+
+ +
+

Local SEO Success Stories

+
+
+
300%
+
Average increase in website traffic
+
+
+
85%
+
Of clients rank on Google's first page
+
+
+
+

+ "Bay Area Affiliates redesigned our website and now we get 3x more customer inquiries from online searches. + They understand the Corpus Christi market better than anyone." +

+

— Local Business Owner

+
+
+
+
+
+ + {/* Web Development Process */} +
+
+
+

Professional Web Development Process

+ +
+ + +
+ +
+ 1. Discovery +
+ +

In-person consultation to understand your business goals and target customers.

+
+
+ + + +
+ +
+ 2. Design +
+ +

Custom website design that reflects your brand and appeals to local customers.

+
+
+ + + +
+ +
+ 3. Development +
+ +

Professional coding and testing to ensure optimal performance and security.

+
+
+ + + +
+ +
+ 4. Launch +
+ +

Website launch with SEO optimization and ongoing support and maintenance.

+
+
+
+
+
+
+ + {/* Local Portfolio */} +
+
+
+

Serving Coastal Bend Businesses Since 1999

+

+ Bay Area Affiliates has created professional websites for hundreds of local businesses throughout + the Corpus Christi area. We understand what works in our local market. +

+ +
+
+
200+
+
Websites Created
+
+
+
25+
+
Years Experience
+
+
+
98%
+
Client Satisfaction
+
+
+
Local
+
Support Team
+
+
+ +
+

Web Services Throughout the Coastal Bend

+

+ From Portland's waterfront businesses to Kingsville's agricultural services, we create websites + that connect local businesses with their communities and drive real results. +

+
+ Corpus Christi + Portland + Rockport + Aransas Pass + Kingsville + Port Aransas +
+
+
+
+
+ + {/* CTA Section */} +
+
+
+

Ready to Grow Your Local Business Online?

+

+ Get a professional website that attracts local customers and grows your business. + Free consultation and custom quote for Coastal Bend SMBs. +

+ +
+ + +
+ +

+ Free consultation • Local market expertise • Ongoing support • Mobile-first design +

+
+
+
+
+
+
+ ); +}; + +export default WebServices; \ No newline at end of file diff --git a/src/pages/Windows11Transition.tsx b/src/pages/Windows11Transition.tsx new file mode 100644 index 0000000..b6048d4 --- /dev/null +++ b/src/pages/Windows11Transition.tsx @@ -0,0 +1,280 @@ +import { useEffect } from 'react'; +import Navigation from '@/components/Navigation'; +import Footer from '@/components/Footer'; +import { Button } from '@/components/ui/button'; +import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@/components/ui/card'; +import { Badge } from '@/components/ui/badge'; +import { Clock, Shield, Zap, CheckCircle, AlertTriangle } from 'lucide-react'; + +const Windows11Transition = () => { + useEffect(() => { + document.title = 'Windows 11 Upgrade Corpus Christi | Bay Area Affiliates'; + + const metaDescription = document.querySelector('meta[name="description"]'); + if (metaDescription) { + metaDescription.setAttribute('content', 'Windows 10 support ends Oct 14, 2025—upgrade now for security. Trusted service for Corpus Christi businesses.'); + } + + const ogTitle = document.querySelector('meta[property="og:title"]'); + if (ogTitle) { + ogTitle.setAttribute('content', 'Windows 11 Upgrade: Secure Your Business Before Deadline'); + } + + const ogDescription = document.querySelector('meta[property="og:description"]'); + if (ogDescription) { + ogDescription.setAttribute('content', 'Windows 10 support ends Oct 14, 2025—upgrade now for security. Trusted service for Corpus Christi businesses.'); + } + + const twitterTitle = document.querySelector('meta[name="twitter:title"]'); + if (twitterTitle) { + twitterTitle.setAttribute('content', 'Corpus Christi Windows 11 Upgrade—Urgent for Business Security'); + } + + const twitterDescription = document.querySelector('meta[name="twitter:description"]'); + if (twitterDescription) { + twitterDescription.setAttribute('content', 'Windows 10 support ends Oct 14, 2025—upgrade now for security. Trusted service for Corpus Christi businesses.'); + } + }, []); + + return ( +
+ +
+ {/* Hero Section */} +
+
+
+ + + URGENT: DEADLINE APPROACHING + +

+ Upgrade to Windows 11 Before the Deadline +

+

+ Windows 10 support ends October 14, 2025. Secure your business now. +

+
+ + +
+
+
+
+ + {/* Critical Information */} +
+
+
+
+
+ +

Windows 10 Support Ends Oct 14, 2025

+
+

+ After this date, Microsoft will no longer provide security updates, bug fixes, or technical support for Windows 10. + Your business will be vulnerable to security threats and compliance issues. +

+
+ +
+ + + Risks of Staying on Windows 10 + + +
+ + Security vulnerabilities +
+
+ + Compliance violations +
+
+ + Software incompatibilities +
+
+ + No technical support +
+
+
+ + + + Benefits of Windows 11 + + +
+ + Enhanced security features +
+
+ + Better performance +
+
+ + Modern user interface +
+
+ + Continued support through 2031 +
+
+
+
+
+
+
+ + {/* Migration Process */} +
+
+
+

Seamless Migration for Local SMBs

+ +
+ + +
+ +
+ 1. Assessment +
+ +

We evaluate your current hardware and software for Windows 11 compatibility.

+
+
+ + + +
+ +
+ 2. Planning +
+ +

Custom migration plan tailored to minimize business disruption.

+
+
+ + + +
+ +
+ 3. Migration +
+ +

Professional upgrade with data backup and post-migration support.

+
+
+
+ +
+

Enhanced Security & Features

+
+
+

Security Improvements

+
    +
  • • TPM 2.0 chip requirement
  • +
  • • Secure Boot enabled
  • +
  • • Windows Hello biometric authentication
  • +
  • • Microsoft Defender improvements
  • +
+
+
+

Performance Features

+
    +
  • • Faster boot times
  • +
  • • Better memory management
  • +
  • • Improved battery life
  • +
  • • Enhanced productivity tools
  • +
+
+
+
+
+
+
+ + {/* Local Expertise */} +
+
+
+

Trusted by Corpus Christi Businesses for 25+ Years

+

+ Bay Area Affiliates has been helping local businesses navigate technology transitions since 1999. + We understand the unique needs of Coastal Bend SMBs. +

+ +
+
+
25+
+
Years Experience
+
+
+
500+
+
Businesses Served
+
+
+
24/7
+
Local Support
+
+
+ +
+

Serving the Entire Coastal Bend

+
+ Corpus Christi + Portland + Rockport + Aransas Pass + Kingsville + Port Aransas +
+
+
+
+
+ + {/* CTA Section */} +
+
+
+

Don't Wait Until It's Too Late

+

+ Schedule your Windows 11 upgrade assessment today. Protect your business before the October 14, 2025 deadline. +

+ +
+ + +
+ +

+ Free consultation • Same-day response • Local experts +

+
+
+
+
+
+ ); +}; + +export default Windows11Transition; \ No newline at end of file