Minor changes

This commit is contained in:
2025-03-12 21:42:51 +05:30
parent cf7edb8e4d
commit 7ed25055cb

View File

@@ -47,11 +47,11 @@ const PremiumBannerLast = ({ data, services }) => {
<p className="mb-4 mt-2 text-[1.05rem]"> <p className="mb-4 mt-2 text-[1.05rem]">
{services[selectedService].description} {services[selectedService].description}
</p> </p>
<a href="#form"> {/* <a href="#form">
<button className="px-5 font-semibold text-white bg-[#C19A5B] py-4"> <button className="px-5 font-semibold text-white bg-[#C19A5B] py-4">
Book now Book now
</button> </button>
</a> </a> */}
</div> </div>
<div className="flex gap-4 sm:w-1/2"> <div className="flex gap-4 sm:w-1/2">
{services[selectedService].imageUrl.map((url, index) => ( {services[selectedService].imageUrl.map((url, index) => (