Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
sujata
/
Akruti-Frontend
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Registry
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit b4dc67cd
authored
2026-02-21 11:31:44 +0530
by
Ravindra Kanojiya
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
update header menu
1 parent
ed963f89
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
components/Catalogue/InnerDetailsCatalogue.js
container/Home/Catalogues.js
pages/catalogue.js
components/Catalogue/InnerDetailsCatalogue.js
View file @
b4dc67c
...
...
@@ -51,7 +51,7 @@ const CatalogueData = [
},
];
const
InnerDetailsCatalogue
=
({
subCategory
=
"
indoor-kitchen
"
})
=>
{
const
InnerDetailsCatalogue
=
({
subCategory
=
"
All Catalogue
"
})
=>
{
const
[
sort
,
setSort
]
=
useState
(
""
);
const
handleChange
=
(
e
)
=>
{
...
...
container/Home/Catalogues.js
View file @
b4dc67c
...
...
@@ -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
>
...
...
pages/catalogue.js
View file @
b4dc67c
...
...
@@ -14,8 +14,8 @@ import Head from "next/head";
const
headTitleData
=
[
{
title
:
"Catalogue"
,
descri
tion1
:
"Our Akruti Luxe Catalogue brings together iconic designs, premium materials, and
"
,
descrition2
:
"Contemporary elegance—your guide to living beautifully."
descri
ption
:
"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
headTitle
Data
=
{
headTitleData
[
0
]
||
[]}
/
>
<
HeadTitle
category
Data
=
{
headTitleData
[
0
]
||
[]}
/
>
<
InnerDetailsCatalogue
/>
<
/
>
);
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment