diff --git a/app/(home)/contact-us/page.tsx b/app/(home)/contact-us/page.tsx
index 5d97e47..f0cc73d 100644
--- a/app/(home)/contact-us/page.tsx
+++ b/app/(home)/contact-us/page.tsx
@@ -22,7 +22,7 @@ export const metadata: Metadata = {
const ContactUsPage = () => {
return (
- <>
+
Contact Us
@@ -42,7 +42,7 @@ const ContactUsPage = () => {
- >
+
);
};
diff --git a/app/(home)/layout.tsx b/app/(home)/layout.tsx
index 2bcf6fc..bcf1004 100644
--- a/app/(home)/layout.tsx
+++ b/app/(home)/layout.tsx
@@ -38,7 +38,7 @@ function ContactInfo({
contactIconSrc?: string;
}) {
return (
-
+
-
+
- {children}
-