diff --git a/app/page.jsx b/app/page.jsx index 3f8d1f3..893aeb4 100644 --- a/app/page.jsx +++ b/app/page.jsx @@ -15,7 +15,7 @@ import Image from "next/image"; import ComingSoon from "./(homes)/coming-soon/page"; export const metadata = { - title: 'Event Organizer || Deski-Saas & Software Nextjs Template', + title: 'Smart Care with A.I', 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.`, } diff --git a/components/form/CommingSoonForm.jsx b/components/form/CommingSoonForm.jsx index 37022be..1e51b66 100644 --- a/components/form/CommingSoonForm.jsx +++ b/components/form/CommingSoonForm.jsx @@ -10,9 +10,9 @@ export default function CommingSoonForm() { event.preventDefault(); }; return ( -
- + + -
+ ) }