Bay Area IT durch Bay Area Affilates ersetzt
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import React, { useEffect, useRef, useState } from 'react';
|
||||
import { motion, useInView, useSpring, useTransform, useScroll, useMotionValueEvent } from 'framer-motion';
|
||||
import Contact from '../../components/Contact';
|
||||
import SEO from '../../components/SEO';
|
||||
import React, { useEffect, useRef, useState } from 'react';
|
||||
import { motion, useInView, useSpring, useTransform, useScroll, useMotionValueEvent } from 'framer-motion';
|
||||
import Contact from '../../components/Contact';
|
||||
import SEO from '../../components/SEO';
|
||||
|
||||
const Counter = ({ value }: { value: number }) => {
|
||||
const ref = useRef(null);
|
||||
@@ -60,21 +60,21 @@ const AboutPage: React.FC = () => {
|
||||
];
|
||||
|
||||
const timeline = [
|
||||
{ year: '1996', title: 'Founded in Corpus Christi', desc: 'Started with a mission to bring enterprise-level IT solutions to local businesses.' },
|
||||
{ year: '1996', title: 'Founded in Corpus Christi', desc: 'Started with a mission to bring enterprise-level IT solutions to local businesses.' },
|
||||
{ year: '2015', title: 'Expanded Service Portfolio', desc: 'Added cloud services and advanced networking to serve growing businesses.' },
|
||||
{ year: '2020', title: 'Remote Work Transformation', desc: 'Helped local businesses strengthen remote access, security, and day-to-day support during a disruptive period.' },
|
||||
{ year: '2024', title: 'Leading the Coastal Bend', desc: 'Now supporting 30+ local businesses with practical, reliable IT infrastructure.' },
|
||||
];
|
||||
|
||||
return (
|
||||
<>
|
||||
<SEO
|
||||
title="About Bay Area IT | Local IT Support in Corpus Christi"
|
||||
description="Learn about Bay Area IT, a local IT partner serving Corpus Christi and the Coastal Bend with practical support, reliable service, and over 30 years of experience."
|
||||
keywords={['about Bay Area IT', 'Corpus Christi IT company', 'local IT support Coastal Bend']}
|
||||
canonicalUrl="https://bayareait.services/about"
|
||||
/>
|
||||
<div className="pt-20 min-h-screen bg-background-light dark:bg-background-dark relative overflow-x-hidden">
|
||||
{ year: '2020', title: 'Remote Work Transformation', desc: 'Helped local businesses strengthen remote access, security, and day-to-day support during a disruptive period.' },
|
||||
{ year: '2024', title: 'Leading the Coastal Bend', desc: 'Now supporting 30+ local businesses with practical, reliable IT infrastructure.' },
|
||||
];
|
||||
|
||||
return (
|
||||
<>
|
||||
<SEO
|
||||
title="About Bay Area Affiliates | Local IT Support in Corpus Christi"
|
||||
description="Learn about Bay Area Affiliates, a local IT partner serving Corpus Christi and the Coastal Bend with practical support, reliable service, and over 30 years of experience."
|
||||
keywords={['about Bay Area Affiliates', 'Corpus Christi IT company', 'local IT support Coastal Bend']}
|
||||
canonicalUrl="https://bayareait.services/about"
|
||||
/>
|
||||
<div className="pt-20 min-h-screen bg-background-light dark:bg-background-dark relative overflow-x-hidden">
|
||||
<div className="absolute top-0 left-0 right-0 h-[800px] bg-[radial-gradient(ellipse_80%_50%_at_50%_-20%,rgba(0,0,0,0.2),rgba(0,0,0,0))] dark:bg-[radial-gradient(ellipse_80%_50%_at_50%_-20%,rgba(255,255,255,0.25),rgba(255,255,255,0))] pointer-events-none" />
|
||||
|
||||
{/* Hero Section */}
|
||||
@@ -93,7 +93,7 @@ const AboutPage: React.FC = () => {
|
||||
transition={{ delay: 0.1 }}
|
||||
className="text-xl text-gray-600 dark:text-gray-300 max-w-3xl mx-auto leading-relaxed"
|
||||
>
|
||||
Since 1996, we've been helping businesses in Corpus Christi and surrounding communities build reliable, secure technology foundations that keep work moving.
|
||||
Since 1996, we've been helping businesses in Corpus Christi and surrounding communities build reliable, secure technology foundations that keep work moving.
|
||||
</motion.p>
|
||||
</div>
|
||||
</section>
|
||||
@@ -105,13 +105,13 @@ const AboutPage: React.FC = () => {
|
||||
<h2 className="font-display text-3xl font-bold mb-8 text-gray-900 dark:text-white">Our Story</h2>
|
||||
<div className="prose dark:prose-invert max-w-none text-lg text-gray-600 dark:text-gray-300 space-y-6">
|
||||
<p>
|
||||
Bay Area IT was founded with a simple belief: local businesses deserve dependable technology support without enterprise complexity, vague communication, or reactive chaos.
|
||||
Bay Area Affiliates was founded with a simple belief: local businesses deserve dependable technology support without enterprise complexity, vague communication, or reactive chaos.
|
||||
</p>
|
||||
<p>
|
||||
Over the years, we've watched the Coastal Bend grow and change. We've helped businesses navigate technology challenges, from the transition to cloud computing to the rapid shift to remote work. Through it all, we've maintained our commitment to clear communication, reliable solutions, and exceptional service.
|
||||
</p>
|
||||
<p>
|
||||
Today, we're proud to support 30+ local businesses across the region. Our team combines deep technical experience with real-world business judgment to deliver IT support that is clear, practical, and reliable.
|
||||
Today, we're proud to support 30+ local businesses across the region. Our team combines deep technical experience with real-world business judgment to deliver IT support that is clear, practical, and reliable.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -141,7 +141,7 @@ const AboutPage: React.FC = () => {
|
||||
<div className="text-4xl md:text-5xl font-bold mb-2">{stat.label}</div>
|
||||
)}
|
||||
</div>
|
||||
))}
|
||||
))}
|
||||
</div>
|
||||
</section>
|
||||
|
||||
@@ -245,10 +245,10 @@ const AboutPage: React.FC = () => {
|
||||
</section>
|
||||
|
||||
<Contact />
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
};
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
export default AboutPage;
|
||||
|
||||
Reference in New Issue
Block a user