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 ea7a9223
authored
2026-04-13 18:57:24 +0530
by
Ravindra Kanojiya
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
updated stone layout
1 parent
8e7f368b
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
0 deletions
components/StoneFinishCabinet/Details.js
components/StoneFinishCabinet/StoneFinishCabinet.js
services/collectionDetailCategoryApi.js
components/StoneFinishCabinet/Details.js
View file @
ea7a922
...
...
@@ -63,6 +63,7 @@ const Details = ({DetailsItem,bottomInfo}) => {
<
/Row
>
<
/div
>
<
/section
>
{(
bottomInfo
?.
title
||
bottomInfo
?.
description
)
&&
(
<
section
className
=
"about-section about-info-section pt-0 mt-0"
>
<
div
className
=
"container"
>
<
Row
className
=
"justify-content-center text-center"
>
...
...
@@ -73,6 +74,7 @@ const Details = ({DetailsItem,bottomInfo}) => {
<
/Row
>
<
/div
>
<
/section
>
)}
<
/
>
)
}
...
...
components/StoneFinishCabinet/StoneFinishCabinet.js
View file @
ea7a922
...
...
@@ -13,6 +13,17 @@ const StoneFinishCabinet = ({ StoneFinishCabinet }) => {
bottomInfo
=
{
StoneFinishCabinet
.
bottomInfo
}
/
>
)}
{(
StoneFinishCabinet
?.
aboutInfoTwo
||
StoneFinishCabinet
?.
detailsItemTwo
?.
length
>
0
)
&&
(
<>
<
AboutInfo
productData
=
{
StoneFinishCabinet
?.
aboutInfoTwo
}
/
>
{
StoneFinishCabinet
?.
detailsItemTwo
?.
length
>
0
&&
(
<
Details
DetailsItem
=
{
StoneFinishCabinet
.
detailsItemTwo
}
bottomInfo
=
{
StoneFinishCabinet
.
bottomInfoTwo
}
/
>
)}
<
/
>
)}
<
/
>
)
}
...
...
services/collectionDetailCategoryApi.js
View file @
ea7a922
...
...
@@ -76,6 +76,12 @@ export async function getCollectionDetailCategoryData(productSlug) {
detailsItem
:
{
populate
:
"*"
,
},
aboutInfoTwo
:
{
populate
:
"*"
,
},
detailsItemTwo
:
{
populate
:
"*"
,
},
bottomInfo
:
{
populate
:
"*"
,
},
...
...
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