import CommingSoonForm from "@/components/form/CommingSoonForm"; import Image from "next/image"; import Link from "next/link"; export const metadata = { title: 'Appointment Scheduling || 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 socialContent = [ { icon: "fa-facebook", link: "https://www.facebook.com/", }, { icon: "fa-instagram", link: "https://www.instagram.com/", }, { icon: "fa-pinterest-p", link: "https://www.pinterest.com/", }, { icon: "fa-linkedin", link: "https://www.linkedin.com/", }, ]; const ComingSoon = () => { return ( <> {/* End Page SEO Content */}
> ); }; export default ComingSoon;