Commit b4dc67cd by Ravindra Kanojiya

update header menu

1 parent ed963f89
......@@ -51,7 +51,7 @@ const CatalogueData = [
},
];
const InnerDetailsCatalogue = ({ subCategory = "indoor-kitchen" }) => {
const InnerDetailsCatalogue = ({ subCategory = "All Catalogue" }) => {
const [sort, setSort] = useState("");
const handleChange = (e) => {
......
......@@ -9,6 +9,7 @@ import SwiperBtn from "@/components/Layout/SwiperBtn";
import FadeInStagger from "@/components/FadeInStagger";
import Heading from "@/components/Heading";
import { cleanImage } from "@/components/services/imageHandling";
import Link from "next/link";
const CollectionData = [
{ image: "/image/catalogues/01.png", title: "Ecosophia" },
{ image: "/image/catalogues/02.png", title: "Architectural Scenarios" },
......@@ -74,7 +75,7 @@ const Catalogues = ({cataloguesData}) => {
</Swiper>
</FadeInStagger>
<div className="text-center">
<button className="btn3">View More <i className="fa-solid fa-arrow-right"></i></button>
<Link href="/catalogue" className="btn3">View More <i className="fa-solid fa-arrow-right"></i></Link>
</div>
</Col>
</Row>
......
......@@ -14,8 +14,8 @@ import Head from "next/head";
const headTitleData = [
{
title: "Catalogue",
descrition1:"Our Akruti Luxe Catalogue brings together iconic designs, premium materials, and",
descrition2:"Contemporary elegance—your guide to living beautifully."
description:"Our Akruti Luxe Catalogue brings together iconic designs, premium materials,<br /> and Contemporary elegance—your guide to living beautifully.",
}
];
const breadcrumbData = [
......@@ -35,7 +35,7 @@ const ContactsPage = () => {
<link rel="icon" href="/favicon.ico" />
</Head>
<Breadcrumb breadcrumbData={breadcrumbData} />
<HeadTitle headTitleData={headTitleData[0] || []} />
<HeadTitle categoryData={headTitleData[0] || []} />
<InnerDetailsCatalogue />
</>
);
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!