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 5e0be79f
authored
2026-02-21 18:08:51 +0530
by
Ravindra Kanojiya
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
updated
1 parent
7fb260f1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
pages/collections/[category]/[subCategory]/[productSlug].js
pages/collections/[category]/[subCategory]/index.js
pages/collections/[category]/[subCategory]/[productSlug].js
View file @
5e0be79
...
...
@@ -86,7 +86,10 @@ const productTabs = productData?.productTabs;
<
AboutInfo
productData
=
{
productData
?.
aboutInfo
}
/
>
<
CompanyOverview
companyOverviewData
=
{
productData
?.
companyOverview
}
/
>
<
Video
productData
=
{
productData
?.
video
}
/
>
{
productData
?.
technicalDetails
?.
length
>
0
&&
(
<
TechnicalDetails
productData
=
{
productData
?.
technicalDetails
}
/
>
)}
<
Gallery
productData
=
{
productData
?.
gallery
}
/
>
{
/* <Explore productData={productData?.explore} /> */
}
<
/>
)
}
...
...
pages/collections/[category]/[subCategory]/index.js
View file @
5e0be79
...
...
@@ -95,7 +95,10 @@ const productTabs = productData?.productTabs;
<
AboutInfo
productData
=
{
productData
?.
aboutInfo
}
/
>
<
CompanyOverview
companyOverviewData
=
{
productData
?.
companyOverview
}
/
>
<
Video
productData
=
{
productData
?.
video
}
/
>
<
Video
productData
=
{
productData
?.
video
}
/
>
{
productData
?.
technicalDetails
?.
length
>
0
&&
(
<
TechnicalDetails
productData
=
{
productData
?.
technicalDetails
}
/
>
)}
<
Gallery
productData
=
{
productData
?.
gallery
}
/
>
{
/* <Explore productData={productData?.explore} /> */
}
<
/>
)
}
...
...
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