diff --git a/next.config.ts b/next.config.ts
index 42f9bab..c7b6f19 100644
--- a/next.config.ts
+++ b/next.config.ts
@@ -1,7 +1,9 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
+ output: "export",
images: {
+ unoptimized: true,
formats: ["image/avif", "image/webp"],
},
};
diff --git a/src/components/layout/Header.tsx b/src/components/layout/Header.tsx
index 28ef525..0a3cba2 100644
--- a/src/components/layout/Header.tsx
+++ b/src/components/layout/Header.tsx
@@ -449,7 +449,7 @@ export default function Header() {
- Get in Touch
+ Get in Touch
@@ -470,7 +470,7 @@ export default function Header() {
>
-
+
Contact Us
diff --git a/src/components/sections/ContactsHero.tsx b/src/components/sections/ContactsHero.tsx
index 8fa5f69..3f39b46 100644
--- a/src/components/sections/ContactsHero.tsx
+++ b/src/components/sections/ContactsHero.tsx
@@ -6,32 +6,229 @@ export default function ContactsHero() {
<>
-
-
+
+
+
+
+
-
-
-