corrections updated

This commit is contained in:
Selvi 2025-08-02 19:18:10 +05:30
commit 1a56f511cb
6 changed files with 24 additions and 15 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,
};

View File

@ -32,7 +32,7 @@ export default function ContactInfo() {
<div className="content">
<h3>Our Address</h3>
<p>
Address: SF NO 181/2,
SF NO 181/2,
BS NAGAR, SULUR,
IRUGUR, <br />COIMBATORE, PIN CODE : 641402
</p>
@ -53,11 +53,11 @@ export default function ContactInfo() {
/>
</div>
<div className="content">
<h3>Email Address</h3>
<h3>Contact</h3>
<p>
Mobile :<a href="tel:984756123695"> +91-9751463748</a> <br />
Mobile :<a href="tel: +91-9751463748"> +91-9751463748</a> <br />
Email :
<a href="mailto:example@gmail.com"> info@cibusindustries.com</a>
<a href="mailto:info@cibusindustries.com"> info@cibusindustries.com</a>
</p>
</div>
</div>

View File

@ -36,10 +36,12 @@ export default function Footer1() {
</div>
<div className="content">
<p>Office location</p>
<h3>181/2, Sulur, Coimbatore</h3>
<h3> SF NO 181/2,
BS NAGAR, SULUR,
IRUGUR, COIMBATORE PIN CODE : 641402</h3>
</div>
</div>
<div className="contact-info-items wow fadeInUp" data-wow-delay=".6s">
{/* <div className="contact-info-items wow fadeInUp" data-wow-delay=".6s">
<div className="icon">
<i className="fa-solid fa-envelope" />
</div>
@ -49,7 +51,7 @@ export default function Footer1() {
<a href="mailto:example@gmail.com">info@cibusindustries.com</a>
</h3>
</div>
</div>
</div> */}
<div className="contact-info-items wow fadeInUp" data-wow-delay=".8s">
<div className="icon">
<i className="fa-solid fa-phone-volume" />
@ -57,7 +59,7 @@ export default function Footer1() {
<div className="content">
<p>call us</p>
<h3>
<a href="tel:+88012365499">+91-9751463748</a>
<a href="tel:+91-9751463748">+91-9751463748</a>
</h3>
</div>
</div>

View File

@ -78,8 +78,8 @@ export default function Offcanvas({ children }) {
<i className="fal fa-envelope" />
</div>
<div className="offcanvas__contact-text">
<a href="mailto:info@example.com">
<span className="mailto:info@example.com">
<a href="mailto:info@cibusindustries.com">
<span className="mailto:info@cibusindustries.com">
info@cibusindustries.com
</span>
</a>
@ -100,7 +100,7 @@ export default function Offcanvas({ children }) {
<i className="far fa-phone" />
</div>
<div className="offcanvas__contact-text">
<a href="tel:+11002345909">+91-9751463748</a>
<a href="tel:+91-9751463748">+91-9751463748</a>
</div>
</li>
</ul>

View File

@ -293,3 +293,10 @@
}
}
}
.contact-info-area .contact-info-items .content h3 {
font-size: 18px;
color: var(--white);
text-transform: initial;
}