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

View File

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