import React from "react"; import HeaderThree from "../../../components/header/HeaderThree"; import ContactAddress from "../../../components/contact/address/ContactAddress"; import ContactForm from "../../../components/contact/form/ContactForm"; import CopyRight from "../../../components/footer/CopyRight"; import FooterThree from "../../../components/footer/FooterThree"; import CallToActionTwo from "../../../components/call-to-action/CallToActionTwo"; import Image from "next/image"; export const metadata = { title: 'Contact Documentation || Deski-Saas & Software Nextjs Template', description: `Unleash the full potential of your software projects with our SaaS-focused Next.js template. Create engaging blogs, showcase your talented team, set up an online shop, provide helpful FAQs, and offer exceptional services with our feature-rich solution. Elevate your SaaS and software development with ease and drive growth. Try it now and take your projects to new heights.`, } const ContactDocumentation = () => { return (
{/* End Page SEO Content */} {/* End Header */} {/* ============================================= Fancy Hero Four ============================================== */}
Contact us

Feel free to contact us or just say hi!

{/* /.bg-wrapper */}
{/* /.fancy-hero-four */} {/* ============================================= Contact Style Two ============================================== */}
shape shape
{/* /.contact-info-wrapper */}
{/* /.contact-style-two */}
{/* /.bg-wrapper */}
{/* /.container */}
{/* /.fancy-short-banner-four */} {/* ===================================================== Footer Style Three ===================================================== */} {/* /.theme-footer-three */}
); }; export default ContactDocumentation;