fix title

This commit is contained in:
CHIEFSOFT\ameye
2024-01-12 13:37:53 -05:00
parent 8912773dee
commit 9b3ac389cb
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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.`,
}
+3 -3
View File
@@ -10,9 +10,9 @@ export default function CommingSoonForm() {
event.preventDefault();
};
return (
<form onClick={handleSubmit}>
<input type="email" placeholder="ihidago@ujufidnan.gov" />
<form onClick={handleSubmit}>
<input type="email" placeholder="email@my-email.com" />
<button>Notify Me</button>
</form>
</form>
)
}