Skip to content

Commit

Permalink
minor: business landing image changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Parikshit85 committed Mar 28, 2024
1 parent ebe1271 commit c8d2f56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/app/business/components/elevateSection/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const FirstTabComponent = () => {
useEffect(() => {
const interval = setInterval(() => {
setCurrentIndex((prevIndex) => (prevIndex + 1) % images.length);
}, 2000);
}, 5000);

// Clean up the interval on component unmount
return () => clearInterval(interval);
Expand Down Expand Up @@ -160,7 +160,7 @@ const ThirdTabComponent = () => {
<Grid item sx={{ textAlign: "left" }} xs={12} sm={6} md={6} lg={6}>
<Image
src={
"https://xfluencer.s3.eu-west-2.amazonaws.com/static/line_graph.png"
"https://xfluencer.s3.eu-west-2.amazonaws.com/static/bargraph.png"
}
alt=""
width={"952"}
Expand Down

0 comments on commit c8d2f56

Please sign in to comment.