Issues git resolved
This commit is contained in:
@@ -13,7 +13,7 @@ const Footer: React.FC = () => {
|
||||
<span className="font-display font-bold text-lg tracking-tight text-gray-900 dark:text-white">Bay Area IT</span>
|
||||
</div>
|
||||
<p className="text-sm text-gray-600 dark:text-gray-400 max-w-xs mb-6">
|
||||
Providing reliable IT services and practical technology support to the Coastal Bend community for over 25 years.
|
||||
Providing reliable IT services and practical technology support to the Coastal Bend community for over 30 years.
|
||||
</p>
|
||||
<div className="flex flex-wrap gap-3 text-sm text-gray-600 dark:text-gray-400">
|
||||
<a href="tel:+13617658400" className="transition-colors hover:text-gray-900 dark:hover:text-white">
|
||||
@@ -29,11 +29,13 @@ const Footer: React.FC = () => {
|
||||
<h4 className="text-sm font-bold text-gray-900 dark:text-white mb-6 uppercase tracking-wider">Services</h4>
|
||||
<ul className="space-y-4 text-sm text-gray-600 dark:text-gray-400">
|
||||
{[
|
||||
{ label: 'Bay Area Email Services', to: '/services/business-email-services' },
|
||||
{ label: 'IT Help Desk', to: '/services/it-help-desk' },
|
||||
{ label: 'Computer Support', to: '/services/computer-support' },
|
||||
{ label: 'Business Email', to: '/services/business-email-services' },
|
||||
{ label: 'Domain & DNS', to: '/services/domain-registration-dns-support' },
|
||||
{ label: 'New/Refurbished Desktop Hardware', to: '/services/computer-support' },
|
||||
{ label: 'Printer & Scanner Installation', to: '/services/printer-scanner-installation' },
|
||||
{ label: 'Web Design', to: '/services/web-design-corpus-christi' },
|
||||
{ label: 'Shared Drive', to: '/services/shared-drive' },
|
||||
{ label: 'Network Infrastructure Support', to: '/services/network-infrastructure-support' },
|
||||
].map((item) => (
|
||||
<li key={item.label}>
|
||||
<motion.div whileHover={{ x: 5 }} className="inline-block">
|
||||
|
||||
Reference in New Issue
Block a user