Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Jay Mehta
/
zango-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 e2e91aa2
authored
2024-06-13 12:55:28 +0530
by
jaymehta
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
.
1 parent
789ea8da
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
components/home/Banner.js
next.config.js
components/home/Banner.js
View file @
e2e91aa
...
@@ -53,6 +53,7 @@ const Banner = ({ homeBanner }) => {
...
@@ -53,6 +53,7 @@ const Banner = ({ homeBanner }) => {
<
div
className
=
"slider-item slider-item-01"
>
<
div
className
=
"slider-item slider-item-01"
>
<
div
className
=
"home-banner-bg"
>
<
div
className
=
"home-banner-bg"
>
<
span
className
=
"image-container hide-on-mobile"
>
<
span
className
=
"image-container hide-on-mobile"
>
{
console
.
log
(
"clean image"
,
cleanImage
(
data
?.
attributes
?.
desktopBanner
?.
data
?.
attributes
))}
<
Image
layout
=
"fill"
className
=
"image img-fluid"
alt
=
""
src
=
{
cleanImage
(
data
?.
attributes
?.
desktopBanner
?.
data
?.
attributes
)}
/
>
<
Image
layout
=
"fill"
className
=
"image img-fluid"
alt
=
""
src
=
{
cleanImage
(
data
?.
attributes
?.
desktopBanner
?.
data
?.
attributes
)}
/
>
<
/span
>
<
/span
>
<
span
className
=
"image-container hide-on-desktop"
>
<
span
className
=
"image-container hide-on-desktop"
>
...
@@ -70,9 +71,7 @@ const Banner = ({ homeBanner }) => {
...
@@ -70,9 +71,7 @@ const Banner = ({ homeBanner }) => {
<
div
className
=
"banner-txt"
>
<
div
className
=
"banner-txt"
>
<
h1
>
{
data
?.
attributes
?.
title
}
<
/h1
>
<
h1
>
{
data
?.
attributes
?.
title
}
<
/h1
>
<
div
className
=
"title"
>
{
data
?.
attributes
?.
subTitle
}
<
/div
>
<
div
className
=
"title"
>
{
data
?.
attributes
?.
subTitle
}
<
/div
>
<
div
className
=
"disc"
>
<
div
className
=
"disc"
>
{
data
?.
attributes
?.
discription
}
<
/div
>
{
data
?.
attributes
?.
discription
}
<
/div
>
<
/div
>
<
/div
>
<
/div
>
<
/div
>
<
div
className
=
"common-btn"
>
<
div
className
=
"common-btn"
>
...
...
next.config.js
View file @
e2e91aa
...
@@ -17,7 +17,7 @@ const nextConfig = {
...
@@ -17,7 +17,7 @@ const nextConfig = {
stripePublishableKey
:
"pk_test_51LeAqWSD8iV80gmAKccLEZAm1mYnjlzkL1cJxWJKFaHEMPzArGRRECPOG64e8GX2Hd112zBq3vQ3xSVb5IZQCRmh00N3DRtRse"
stripePublishableKey
:
"pk_test_51LeAqWSD8iV80gmAKccLEZAm1mYnjlzkL1cJxWJKFaHEMPzArGRRECPOG64e8GX2Hd112zBq3vQ3xSVb5IZQCRmh00N3DRtRse"
},
},
images
:
{
images
:
{
domains
:
[
"localhost"
,
"apizango.logicloop.io"
,
"api.zangoexperiences.com"
,
"zango.logicloop.io"
]
domains
:
[
"localhost"
,
"apizango.logicloop.io"
,
"api.zangoexperiences.com"
,
"zango.logicloop.io"
,
"zangoaws.s3.amazonaws.com"
]
}
}
};
};
...
...
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