We provide exceptional products and services tailored to meet your unique needs. Join thousands of satisfied customers who have transformed their experience with our premium offerings.
This page demonstrates the new Hero component using the Hero model that has been created in the database. In a real tenant site, these values would be fetched from the Hero table for each specific site.
To implement this on tenant sites, fetch the Hero data using `site.hero` relation or query the Hero table by siteId, then pass the data to the Hero component. The component handles null values gracefully with built-in fallbacks.