Skip to content

Commit

Permalink
Merge pull request Anjaliavv51#86 from SaiSantosh2209/main
Browse files Browse the repository at this point in the history
Issue Anjaliavv51#82 Services Available Section Improvised
  • Loading branch information
gauravsingh1281 authored Oct 21, 2023
2 parents f260ffd + 3adfd69 commit e700342
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 e700342

Please sign in to comment.