remove nx workspace

This commit is contained in:
2025-02-21 09:46:36 -06:00
parent fbdf9581c4
commit d29260a919
43 changed files with 18905 additions and 17677 deletions

View File

@@ -91,7 +91,7 @@ interface ErrorResponse {
})
export class ContactComponent {
private hostname = window.location.hostname;
private apiBaseUrl = `http://${this.hostname}:3000`;
private apiBaseUrl = '';//`http://${this.hostname}:3000`;
formData = {
name: '',
email: '',

View File

@@ -13,10 +13,11 @@ import { CommonModule } from '@angular/common';
© {{currentYear}} Bay Area Affiliates, Inc. All rights reserved.
</div>
<div class="flex space-x-4 mb-4 md:mb-0">
<a href="#" class="hover:text-blue-400"><i class="fab fa-facebook-f"></i></a>
<!-- <a href="#" class="hover:text-blue-400"><i class="fab fa-facebook-f"></i></a>
<a href="#" class="hover:text-blue-400"><i class="fab fa-twitter"></i></a>
<a href="#" class="hover:text-blue-400"><i class="fab fa-linkedin-in"></i></a>
<a href="#" class="hover:text-blue-400"><i class="fab fa-instagram"></i></a>
<a href="#" class="hover:text-blue-400"><i class="fab fa-instagram"></i></a> -->
<a href="tel:361-765-8400" class="hover:text-blue-400"><i class="fas fa-phone-alt mr-2"></i>361-765-8400</a>
</div>
<div class="hidden md:flex space-x-4">
<button

View File

@@ -12,7 +12,7 @@ import { CommonModule } from '@angular/common';
<!-- Logo und Label -->
<div class="flex items-center">
<img
src="assets/logo.webp"
src="assets/logo.svg"
alt="Bay Area Affiliates Logo"
class="h-8 w-auto mr-3"
loading="lazy"

View File

@@ -21,7 +21,7 @@ import { CommonModule } from '@angular/common';
</a>
</div>
<div class="w-full md:w-1/2 flex justify-center">
<img src="assets/it-services.webp" alt="IT Services" class="rounded-lg shadow-lg h-[300px] w-[600px] object-cover">
<img src="assets/it-services.jpg" alt="IT Services" class="rounded-lg shadow-lg h-[300px] w-[600px] object-cover">
</div>
</div>
</section>