first commit
This commit is contained in:
25
src/app/contact/page.tsx
Normal file
25
src/app/contact/page.tsx
Normal file
@@ -0,0 +1,25 @@
|
||||
import React from "react";
|
||||
import ContactsHero from "@/components/sections/ContactsHero";
|
||||
import ContactForm from "@/components/sections/ContactForm";
|
||||
import ContactMap from "@/components/sections/ContactMap";
|
||||
|
||||
export const metadata = {
|
||||
title: "Contact Us – Doormile",
|
||||
description: "Get in touch with Doormile's last-mile logistics team. Call us, email, visit our Gachibowli, Hyderabad office, or drop a message.",
|
||||
};
|
||||
|
||||
export default function ContactPage() {
|
||||
return (
|
||||
<div className="content-wrapper content-wrapper-may-contain-elementor-code content-wrapper-sidebar-position-none">
|
||||
<div className="content">
|
||||
<div className="content-inner">
|
||||
<div data-elementor-type="wp-page" data-elementor-id="41" className="elementor elementor-41">
|
||||
<ContactsHero />
|
||||
<ContactForm />
|
||||
<ContactMap />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user