fix title
This commit is contained in:
+1
-1
@@ -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.`,
|
||||
}
|
||||
|
||||
|
||||
@@ -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>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user