corrections updated
This commit is contained in:
commit
1a56f511cb
@ -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 (
|
||||||
|
|||||||
@ -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,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@ -32,7 +32,7 @@ export default function ContactInfo() {
|
|||||||
<div className="content">
|
<div className="content">
|
||||||
<h3>Our Address</h3>
|
<h3>Our Address</h3>
|
||||||
<p>
|
<p>
|
||||||
Address: SF NO 181/2,
|
SF NO 181/2,
|
||||||
BS NAGAR, SULUR,
|
BS NAGAR, SULUR,
|
||||||
IRUGUR, <br />COIMBATORE, PIN CODE : 641402
|
IRUGUR, <br />COIMBATORE, PIN CODE : 641402
|
||||||
</p>
|
</p>
|
||||||
@ -53,11 +53,11 @@ export default function ContactInfo() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div className="content">
|
<div className="content">
|
||||||
<h3>Email Address</h3>
|
<h3>Contact</h3>
|
||||||
<p>
|
<p>
|
||||||
Mobile :<a href="tel:984756123695"> +91-9751463748</a> <br />
|
Mobile :<a href="tel: +91-9751463748"> +91-9751463748</a> <br />
|
||||||
Email :
|
Email :
|
||||||
<a href="mailto:example@gmail.com"> info@cibusindustries.com</a>
|
<a href="mailto:info@cibusindustries.com"> info@cibusindustries.com</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -36,10 +36,12 @@ export default function Footer1() {
|
|||||||
</div>
|
</div>
|
||||||
<div className="content">
|
<div className="content">
|
||||||
<p>Office location</p>
|
<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>
|
</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">
|
<div className="icon">
|
||||||
<i className="fa-solid fa-envelope" />
|
<i className="fa-solid fa-envelope" />
|
||||||
</div>
|
</div>
|
||||||
@ -49,7 +51,7 @@ export default function Footer1() {
|
|||||||
<a href="mailto:example@gmail.com">info@cibusindustries.com</a>
|
<a href="mailto:example@gmail.com">info@cibusindustries.com</a>
|
||||||
</h3>
|
</h3>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div> */}
|
||||||
<div className="contact-info-items wow fadeInUp" data-wow-delay=".8s">
|
<div className="contact-info-items wow fadeInUp" data-wow-delay=".8s">
|
||||||
<div className="icon">
|
<div className="icon">
|
||||||
<i className="fa-solid fa-phone-volume" />
|
<i className="fa-solid fa-phone-volume" />
|
||||||
@ -57,7 +59,7 @@ export default function Footer1() {
|
|||||||
<div className="content">
|
<div className="content">
|
||||||
<p>call us</p>
|
<p>call us</p>
|
||||||
<h3>
|
<h3>
|
||||||
<a href="tel:+88012365499">+91-9751463748</a>
|
<a href="tel:+91-9751463748">+91-9751463748</a>
|
||||||
</h3>
|
</h3>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -78,8 +78,8 @@ export default function Offcanvas({ children }) {
|
|||||||
<i className="fal fa-envelope" />
|
<i className="fal fa-envelope" />
|
||||||
</div>
|
</div>
|
||||||
<div className="offcanvas__contact-text">
|
<div className="offcanvas__contact-text">
|
||||||
<a href="mailto:info@example.com">
|
<a href="mailto:info@cibusindustries.com">
|
||||||
<span className="mailto:info@example.com">
|
<span className="mailto:info@cibusindustries.com">
|
||||||
info@cibusindustries.com
|
info@cibusindustries.com
|
||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
@ -100,7 +100,7 @@ export default function Offcanvas({ children }) {
|
|||||||
<i className="far fa-phone" />
|
<i className="far fa-phone" />
|
||||||
</div>
|
</div>
|
||||||
<div className="offcanvas__contact-text">
|
<div className="offcanvas__contact-text">
|
||||||
<a href="tel:+11002345909">+91-9751463748</a>
|
<a href="tel:+91-9751463748">+91-9751463748</a>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
@ -293,3 +293,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.contact-info-area .contact-info-items .content h3 {
|
||||||
|
font-size: 18px;
|
||||||
|
color: var(--white);
|
||||||
|
text-transform: initial;
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user