diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 54bde0f..2a20bd6 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -9,13 +9,18 @@ export default function ContactPage() {
Contact Us
- Our contact form is coming soon.
+ Ready to elevate your financial strategy? Let's discuss how we can help you achieve your goals.
-
+
+
+
+
+
+
+
Serving clients nationwide from Albuquerque, New Mexico headquarters
-
);
-}
\ No newline at end of file
+}
diff --git a/src/components/ServiceCard.tsx b/src/components/ServiceCard.tsx
index 4687c7a..57f14ed 100644
--- a/src/components/ServiceCard.tsx
+++ b/src/components/ServiceCard.tsx
@@ -1,7 +1,7 @@
'use client'
import { useState } from 'react'
-import { Modal } from './Modal'
+import { Modal } from '@/components/Modal'
import { ServiceInfo } from '@/types/services'
export default function ServiceCard(service: ServiceInfo) {