diff --git a/app/page.jsx b/app/page.jsx index 52a3f5a..cd912e2 100644 --- a/app/page.jsx +++ b/app/page.jsx @@ -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 ( diff --git a/components/contact/ContactForm.jsx b/components/contact/ContactForm.jsx index 6616b3d..d2c145f 100644 --- a/components/contact/ContactForm.jsx +++ b/components/contact/ContactForm.jsx @@ -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, }; diff --git a/components/contact/ContactInfo.jsx b/components/contact/ContactInfo.jsx index 9cc74f0..5aea403 100644 --- a/components/contact/ContactInfo.jsx +++ b/components/contact/ContactInfo.jsx @@ -32,7 +32,7 @@ export default function ContactInfo() {

Our Address

- Address: SF NO 181/2, + SF NO 181/2, BS NAGAR, SULUR, IRUGUR,
COIMBATORE, PIN CODE : 641402

@@ -53,11 +53,11 @@ export default function ContactInfo() { />
-

Email Address

+

Contact

- Mobile : +91-9751463748
+ Mobile : +91-9751463748
Email : - info@cibusindustries.com + info@cibusindustries.com

diff --git a/components/footers/Footer1.jsx b/components/footers/Footer1.jsx index 4c8b5d9..c72733b 100644 --- a/components/footers/Footer1.jsx +++ b/components/footers/Footer1.jsx @@ -36,10 +36,12 @@ export default function Footer1() {

Office location

-

181/2, Sulur, Coimbatore

+

SF NO 181/2, + BS NAGAR, SULUR, + IRUGUR, COIMBATORE PIN CODE : 641402

-
+ {/*
@@ -49,7 +51,7 @@ export default function Footer1() { info@cibusindustries.com
-
+ */}
@@ -57,7 +59,7 @@ export default function Footer1() {

call us

- +91-9751463748 + +91-9751463748

diff --git a/components/headers/Offcanvas.jsx b/components/headers/Offcanvas.jsx index cda7f67..c7b575a 100644 --- a/components/headers/Offcanvas.jsx +++ b/components/headers/Offcanvas.jsx @@ -78,8 +78,8 @@ export default function Offcanvas({ children }) {
- - + + info@cibusindustries.com @@ -100,7 +100,7 @@ export default function Offcanvas({ children }) {
- +91-9751463748 + +91-9751463748
diff --git a/public/assets/scss/_footer.scss b/public/assets/scss/_footer.scss index df48c78..2c99c00 100644 --- a/public/assets/scss/_footer.scss +++ b/public/assets/scss/_footer.scss @@ -293,3 +293,10 @@ } } } + + +.contact-info-area .contact-info-items .content h3 { + font-size: 18px; + color: var(--white); + text-transform: initial; +} \ No newline at end of file