corrections updated

This commit is contained in:
Selvi 2025-08-02 21:55:34 +05:30
parent 1a56f511cb
commit 9af0d83ac3
11 changed files with 21 additions and 21 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() {