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