contact mail id updated

This commit is contained in:
Alaguraj0361 2025-08-01 23:02:18 +05:30
parent 589467d30d
commit 87029d6896
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
import Home1 from "./(homes)/home-1/page";
export const metadata = {
title: "Home 1 || Xbuild - Constriction nextjs Template",
description: "Xbuild - Constriction nextjs Template",
title: "Home 1 || Cibus Industry",
description: "Cibus Industry",
};
export default function Home() {
return (

View File

@ -52,8 +52,8 @@ export default function ContactForm() {
phone: formData.number,
service: formData.product,
message: `Message: ${formData.message}`,
to: "lead@metatroncube.in",
senderName: "Metatroncube Landing",
to: "info@cibusindustries.com",
senderName: "Cibus Industry",
recaptchaToken: captchaToken,
};