import React from "react"; import HeaderTwo from "../../../components/header/HeaderTwo"; import ContactAddress from "../../../components/contact/address/ContactAddress"; import ContactForm from "../../../components/contact/form/ContactForm"; import FooterTwo from "../../../components/footer/FooterTwo"; import CopyRightTwo from "../../../components/footer/CopyRightTwo"; import CallToActionThree from "../../../components/call-to-action/CallToActionThree"; import Image from "next/image"; export const metadata = { title: 'Contact Customer Support || 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 ContactCustomerSupport = () => { 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 */} {/* ===================================================== Fancy Short Banner Three ===================================================== */}
{/* /.bg-wrapper */}
{/* /.container */}
{/* /.fancy-short-banner-four */} {/* ===================================================== Footer Style Two ===================================================== */} {/* /.theme-footer-one */}
); }; export default ContactCustomerSupport;