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 023ab45c
authored
2026-03-27 17:35:21 +0530
by
Ravindra Kanojiya
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
updated pages
1 parent
73297b7f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
components/Collection/InnerBannerproduct.js
components/Collection/InnerBannerproduct.js
View file @
023ab45
...
@@ -10,6 +10,7 @@ import Image from "next/image";
...
@@ -10,6 +10,7 @@ import Image from "next/image";
import
React
from
"react"
;
import
React
from
"react"
;
const
InnerBannerproduct
=
({
productData
})
=>
{
const
InnerBannerproduct
=
({
productData
})
=>
{
return
(
return
(
<>
<>
<
section
className
=
"innerbanner-section"
>
<
section
className
=
"innerbanner-section"
>
...
@@ -27,7 +28,7 @@ const InnerBannerproduct = ({ productData }) => {
...
@@ -27,7 +28,7 @@ const InnerBannerproduct = ({ productData }) => {
modules
=
{[
Navigation
,
Pagination
,
Autoplay
]}
modules
=
{[
Navigation
,
Pagination
,
Autoplay
]}
className
=
"homeBannerSwiper"
className
=
"homeBannerSwiper"
>
>
{
productData
?.
image
?.
map
((
item
,
index
)
=>
(
{
productData
?.
image
?.
sort
((
a
,
b
)
=>
a
.
id
-
b
.
id
)?.
map
((
item
,
index
)
=>
(
<
SwiperSlide
key
=
{
index
}
>
<
SwiperSlide
key
=
{
index
}
>
<
Image
<
Image
width
=
{
1856
}
width
=
{
1856
}
...
...
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