I have a live project running on Next.js (frontend) and Laravel (backend) at itsready.com.mt. Two issues need immediate attention: • Home page routing – the main URL should load the website’s general landing page that shows the hamburger hero image and an overview of the platform, but it is currently defaulting to an individual restaurant page. • Sub-domain creation – inside the admin area, when I register a new restaurant (we only ask for the restaurant name and basic contact details), the system should build a clean sub-domain such as brightest.itsready.com.mt. Right now it appends “backend”, giving us brightest.backend.itsready.com.mt, and the link fails to resolve correctly. I need clean, permanent fixes pushed to production so the landing page always appears as expected and every newly added restaurant receives a working sub-domain in the correct format. Please keep the existing tech stack (Next.js + Laravel) intact and limit code changes to what is necessary to solve these two problems.