24 lines
1.3 KiB
JavaScript
24 lines
1.3 KiB
JavaScript
|
|
const MenuIframe=()=>{
|
|
return(
|
|
<section className="contact-page-area pb-100">
|
|
<div className="container-fluid">
|
|
<div className="row align-items-center">
|
|
<div
|
|
className="our-location"
|
|
data-aos="fade-up"
|
|
data-aos-duration={1500}
|
|
data-aos-offset={50}
|
|
>
|
|
<div style={{position:"relative", paddingTop:"max(60%,324px)", width:"100%", height:"0px"}}><iframe style={{position:"absolute", border:"none", width:"100%", height:"100%", left:"0", top:"0"}} src="https://online.fliphtml5.com/fgssp/kwnq/" seamless="seamless" scrolling="no" frameborder="0" allowtransparency="true" allowfullscreen="true" ></iframe></div>
|
|
|
|
{/* <iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d369174.37626170606!2d-79.647352!3d43.706916!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x882b3bfed533002b%3A0xe83c1cd7caca2ee6!2s7166%20Airport%20Rd%2C%20Mississauga%2C%20ON%20L4T%202H2%2C%20Canada!5e0!3m2!1sen!2sus!4v1748536731832!5m2!1sen!2sus" style={{ border: 0, width: "100%" }}
|
|
allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe> */}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
);
|
|
|
|
}
|
|
export default MenuIframe; |