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 889c8e37
authored
2026-04-14 18:21:33 +0530
by
Ravindra Kanojiya
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
updated kitchen tables pages
1 parent
e220abc6
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
9 deletions
components/Collection/Explore.js
container/Home/Catalogues.js
pages/collections/[category]/[subCategory]/[productSlug].js
styles/globals.css
components/Collection/Explore.js
View file @
889c8e3
...
...
@@ -25,6 +25,8 @@ const exploreData = [
];
const
Explore
=
({
productData
})
=>
{
if
(
!
productData
?.
item
?.
length
)
return
null
;
return
(
<
section
className
=
"explore-section sec_padd collection-section"
>
<
Container
className
=
"custom_container"
>
...
...
container/Home/Catalogues.js
View file @
889c8e3
...
...
@@ -48,8 +48,8 @@ const Catalogues = ({cataloguesData}) => {
slidesPerView
=
{
4
}
spaceBetween
=
{
60
}
navigation
=
{{
nextEl
:
".c
ust
-swiper-button-next"
,
prevEl
:
".c
ust
-swiper-button-prev"
,
nextEl
:
".c
atalogues
-swiper-button-next"
,
prevEl
:
".c
atalogues
-swiper-button-prev"
,
}}
pagination
=
{{
clickable
:
true
}}
autoplay
=
{
false
}
...
...
@@ -86,7 +86,7 @@ const Catalogues = ({cataloguesData}) => {
<
/Container
>
<
Container
className
=
"custom_container position-absolute swiperbtn1 d-none d-md-block"
>
<
div
className
=
" d-flex d-nones justify-content-between align-items-center w-100 "
>
<
button
className
=
"c
ust
-swiper-button-prev"
>
<
button
className
=
"c
atalogues
-swiper-button-prev"
>
<
svg
xmlns
=
"http://www.w3.org/2000/svg"
width
=
"48"
...
...
@@ -119,7 +119,7 @@ const Catalogues = ({cataloguesData}) => {
/
>
<
/svg
>
<
/button
>
<
button
className
=
"c
ust
-swiper-button-next"
>
<
button
className
=
"c
atalogues
-swiper-button-next"
>
<
svg
xmlns
=
"http://www.w3.org/2000/svg"
width
=
"48"
...
...
pages/collections/[category]/[subCategory]/[productSlug].js
View file @
889c8e3
...
...
@@ -115,9 +115,8 @@ const ProductPage = ({ productData, cataloguesData }) => {
<Explore productData={productData.exploreProducts} />
)}
{!isDoorLayout && (
<Catalogues cataloguesData={cataloguesData} />
)}
<Contact />
</>
...
...
styles/globals.css
View file @
889c8e3
...
...
@@ -311,12 +311,14 @@ body {
.collection-section .custom_container {
margin-right: 0 !important;
} */
button
.cust-swiper-button-prev
{
button
.cust-swiper-button-prev
,
button
.catalogues-swiper-button-prev
{
background-color
:
transparent
;
border
:
none
;
}
button
.cust-swiper-button-next
{
button
.cust-swiper-button-next
,
button
.catalogues-swiper-button-next
{
background-color
:
transparent
;
border
:
none
;
}
...
...
@@ -1604,7 +1606,9 @@ footer a:hover {
background-size
:
100%
100%
;
}
button
.cust-swiper-button-prev
svg
,
button
.cust-swiper-button-next
svg
{
button
.cust-swiper-button-next
svg
,
button
.catalogues-swiper-button-prev
svg
,
button
.catalogues-swiper-button-next
svg
{
width
:
40px
;
height
:
40px
;
}
...
...
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