Hi @WalterHill_WV
You can achieve personalization using either JavaScript on the client side or server-side logic.
For instance, client-side JavaScript can retrieve user attributes such as cookies, geolocation, or URL parameters. This information lets you display personalized content, such as a hero banner or teaser.
Alternatively, server-side logic can inject personalized content from a backend system into AEM components during the rendering process.