From d5987b5dd1d09d0ee9b0fb37f01073f2c54e0321 Mon Sep 17 00:00:00 2001 From: Aravind R Date: Thu, 4 Jun 2026 15:49:51 +0530 Subject: [PATCH] update contect page --- next.config.ts | 2 + src/components/layout/Header.tsx | 4 +- src/components/sections/ContactsHero.tsx | 236 +++++++++++++++++++++-- 3 files changed, 221 insertions(+), 21 deletions(-) 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() { <>