Compare commits

..

3 Commits

Author SHA1 Message Date
9af0d83ac3 corrections updated 2025-08-02 21:55:34 +05:30
1a56f511cb corrections updated 2025-08-02 19:18:10 +05:30
62dc1c4760 corrections updated 2025-08-02 19:17:49 +05:30
13 changed files with 23 additions and 23 deletions

View File

@ -10,8 +10,8 @@ import Image from "next/image";
import Link from "next/link";
import React from "react";
export const metadata = {
title: "About || Xbuild - Constriction nextjs Template",
description: "Xbuild - Constriction nextjs Template",
title: "About || Cibus Industry",
description: "Cibus Industry",
};
export default function page() {

View File

@ -5,8 +5,8 @@ import Header1 from "@/components/headers/Header1";
import Image from "next/image";
import Link from "next/link";
export const metadata = {
title: "Blog Grid || Xbuild - Constriction nextjs Template",
description: "Xbuild - Constriction nextjs Template",
title: "Blog || Cibus Industry",
description: "Cibus Industry",
};
export default function page() {
return (

View File

@ -7,8 +7,8 @@ import Image from "next/image";
import Link from "next/link";
import React from "react";
export const metadata = {
title: "About || Xbuild - Constriction nextjs Template",
description: "Xbuild - Constriction nextjs Template",
title: "Contact || Cibus Industry",
description: "Cibus Industry",
};
export default function page() {

View File

@ -5,8 +5,8 @@ import Image from "next/image";
import Link from "next/link";
import React from "react";
export const metadata = {
title: "About || Xbuild - Constriction nextjs Template",
description: "Xbuild - Constriction nextjs Template",
title: "About || Cibus Industry",
description: "Cibus Industry",
};
export default function page() {

View File

@ -5,8 +5,8 @@ import Image from "next/image";
import Link from "next/link";
import React from "react";
export const metadata = {
title: "About || Xbuild - Constriction nextjs Template",
description: "Xbuild - Constriction nextjs Template",
title: "About || Cibus Industry",
description: "Cibus Industry",
};
export default function page() {

View File

@ -5,8 +5,8 @@ import Image from "next/image";
import Link from "next/link";
import React from "react";
export const metadata = {
title: "About || Xbuild - Constriction nextjs Template",
description: "Xbuild - Constriction nextjs Template",
title: "About || Cibus Industry",
description: "Cibus Industry",
};
export default function page() {

View File

@ -6,8 +6,8 @@ import Link from "next/link";
import { notFound } from "next/navigation";
export const metadata = {
title: "Product Details || Xbuild - Construction Next.js Template",
description: "Xbuild - Construction Next.js Template",
title: "Product Details || Cibus Industry",
description: "Cibus Industry",
};
export async function generateStaticParams() {

View File

@ -5,8 +5,8 @@ import Image from "next/image";
import Link from "next/link";
import React from "react";
export const metadata = {
title: "About || Xbuild - Constriction nextjs Template",
description: "Xbuild - Constriction nextjs Template",
title: "Product || Cibus Industry",
description: "Cibus Industry",
};
export default function page() {

View File

@ -5,8 +5,8 @@ import Image from "next/image";
import Link from "next/link";
import React from "react";
export const metadata = {
title: "About || Xbuild - Constriction nextjs Template",
description: "Xbuild - Constriction nextjs Template",
title: "About || Cibus Industry",
description: "Cibus Industry",
};
export default function page() {

View File

@ -6,8 +6,8 @@ import Link from "next/link";
import React from "react";
import About from "@/components/turnkey-solutions/page";
export const metadata = {
title: "About || Xbuild - Constriction nextjs Template",
description: "Xbuild - Constriction nextjs Template",
title: "Turnkey Solutions || Cibus Industry",
description: "Cibus Industry",
};
export default function page() {

View File

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

View File

@ -34,7 +34,7 @@ export default function ContactInfo() {
<p>
SF NO 181/2,
BS NAGAR, SULUR,
IRUGUR, COIMBATORE PIN CODE : 641402
IRUGUR, <br />COIMBATORE, PIN CODE : 641402
</p>
</div>
</div>

View File

@ -4,7 +4,7 @@ export default function Map() {
return (
<div className="office-google-map-wrapper">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d6678.7619084840835!2d144.9618311901502!3d-37.81450084255415!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x6ad642b4758afc1d%3A0x3119cc820fdfc62e!2sEnvato!5e0!3m2!1sen!2sbd!4v1641984054261!5m2!1sen!2sbd"
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3918.800297378956!2d77.0747566!3d11.0355597!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3ba85a7491e30c9d%3A0xabc64bbd268fe62f!2sSF%20No%20181%2F2%2C%20BS%20Nagar%2C%20Sulur%2C%20Irugur%2C%20Coimbatore%2C%20Tamil%20Nadu%20641402!5e0!3m2!1sen!2sin!4v1691990731089!5m2!1sen!2sin"
style={{ border: 0 }}
allowFullScreen=""
loading="lazy"