Integration of Angular Web App

Hello everyone,
I developed a web application in angular whose frontend is hosted on AWS amplify and the backend uses AWS gateway, AWS lambda for custom APIs and AWS RDS for the database. I would like to seamlessly integrate this application into a merchant’s shop frontend while maintaining its header (with all the menus) and its footer. What’s the best way to do it?
Thank you in advance for your advice.