Commit b4dc67cd by Ravindra Kanojiya

update header menu

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