Why is the homepage simple?
For a WeTransfer-style product, the main task is uploading. Sales content moved to separate pages so the first screen stays focused.
For a WeTransfer-style product, the main task is uploading. Sales content moved to separate pages so the first screen stays focused.
In the client package, users choose a short name. Once DNS and tenant routing are added, that record will resolve to their brand page. The data model is ready locally.
The brand wallpapers table stores image/video backgrounds, order, active state, and external links for each brand space. The upload panel can come next.
The app currently uses Laravel local private storage. Production should add S3-compatible storage and scheduled cleanup.
Locally it writes to the mail log. Add SMTP credentials and the same flow sends real email.
/tr and /en routes use two language files. Turkish is the default locale.