Can you connect landing pages to your main website page? I am looking to have the guest be able to click on a service and it redirects them to the proper page.
Thank you
Can you connect landing pages to your main website page? I am looking to have the guest be able to click on a service and it redirects them to the proper page.
Thank you
Yes, it is possible
You need a cta or an anchor tag on your page and add the main page’s link in the href attribute. Here’s is an example:-
<a href="yourservicepagelink.com">Click here to know more!</a>
You can go through this doc to know more about anchor tag.
If you need more help with cms development, you can book a meeting.
Hope this will helps you out. Please mark it as Solution Accepted & Upvote to help other Community member.
Thanks!