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 efa65d0f
authored
2026-01-16 17:27:52 +0530
by
Ravindra Kanojiya
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
image issue solved
1 parent
320710d4
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
4 deletions
components/Brands/AboutInfoBrands.js
components/Brands/InnerBannerBrands.js
components/Collection/InnerBannerproduct.js
components/Common/InnerBanner.js
components/Layout/SubMenu.js
components/Brands/AboutInfoBrands.js
View file @
efa65d0
...
...
@@ -2,6 +2,7 @@ import React from 'react'
import
{
Col
,
Row
}
from
'react-bootstrap'
import
Heading
from
"@/components/Heading"
;
import
Image
from
'next/image'
;
const
AboutInfoBrands
=
()
=>
{
return
(
<>
...
...
components/Brands/InnerBannerBrands.js
View file @
efa65d0
import
Image
from
'next/image'
import
React
from
'react'
import
{
Col
,
Row
}
from
'react-bootstrap'
import
{
cleanImage
}
from
'../services/imageHandling'
import
Heading
from
"@/components/Heading"
;
import
Image
from
'next/image'
;
const
InnerBannerBrands
=
({
subCategoryData
})
=>
{
console
.
log
(
"bannerData"
,
subCategoryData
)
return
(
...
...
components/Collection/InnerBannerproduct.js
View file @
efa65d0
import
Image
from
'next/image'
import
React
from
'react'
import
{
Col
,
Row
}
from
'react-bootstrap'
import
{
cleanImage
}
from
'../services/imageHandling'
import
Heading
from
"@/components/Heading"
;
import
Image
from
'next/image'
;
const
InnerBannerproduct
=
({
productData
})
=>
{
console
.
log
(
"bannerData"
,
productData
)
return
(
...
...
components/Common/InnerBanner.js
View file @
efa65d0
import
Image
from
'next/image'
import
React
from
'react'
import
{
Col
,
Row
}
from
'react-bootstrap'
import
{
cleanImage
}
from
'../services/imageHandling'
import
Image
from
'next/image'
const
InnerBanner
=
({
bannerData
})
=>
{
console
.
log
(
"bannerData"
,
bannerData
)
...
...
components/Layout/SubMenu.js
View file @
efa65d0
import
Image
from
'next/image'
import
Link
from
'next/link'
import
React
from
'react'
import
{
Col
,
Row
}
from
'react-bootstrap'
import
{
cleanImage
}
from
'../services/imageHandling'
import
Image
from
'next/image'
export
const
SubMenu
=
({
data
,
menuTitle
})
=>
{
// console.log(data, 'menudata');
...
...
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