https://i.sstatic.net/QYNGI.png
Instead of the booking website, this is what is being displayed.
Below is the code snippet:
index.js
import React from 'react'
const Appointment = () => {
return (
<iframe src='https://outlook.office365.com/owa/calendar/<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="0f7777774f77777721606162666c7d607c7b20687c6e">[email protected]</a>/bookings/' />
)
}
export default Appointment
Your assistance would be highly appreciated. Thank you!