Skip to content

Commit

Permalink
Services Available Section Improvised
Browse files Browse the repository at this point in the history
  • Loading branch information
SaiSantosh2209 committed Oct 20, 2023
1 parent 1157db0 commit 3adfd69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Services-section/ServicesAvailableIn.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import PropTypes from "prop-types";
const ServicesAvailableIn = (props) => {
return (
<div className="flex items-center gap-8 flex-col">
<img src={props.placeImage} alt="image" className="w-28 h-28 rounded-full" />
<img src={props.placeImage} alt="image" className="w-28 h-28 rounded-full hover:scale-110 hover:shadow-2xl transition duration-300 cursor-pointer" />
{/* <h1 className="bg-[#EBB4B6] w-28 h-28 rounded-full"></h1> */}
<h1 className="text-xl font-medium">{props.placeName}</h1>
</div>
Expand Down

0 comments on commit 3adfd69

Please sign in to comment.