Hi, @DREZZ_2_IMPREZZ !!
Thank you so much for sharing such a beautiful website. 
It really helped me understand how stylish, fashion-oriented websites are built — I learned a lot from it.
By the way, regarding the page load speed issue:
When I accessed your site from Japan, the initial load took around 3–4 seconds. Personally, I didn’t find it particularly stressful, but by modern web standards, it might be considered a bit on the slower side.
As other forum members have already pointed out, the large amount of data being loaded initially is probably one of the main reasons. What caught my attention in particular was the number of different fonts used on your site. From a quick estimate, it seems there are quite a few, possibly adding up to around 500KB in total.
While 500KB alone isn’t that heavy, combined with the large number of images and other assets, it’s natural that the total weight contributes to slower load times.
It’s kind of like running a marathon while wearing too many fashion accessories — the more you carry, the slower you reach the finish line.
Currently, the fonts are being loaded as .woff2 files, but replacing some of them with vector-based assets like SVG could make things lighter. Of course, overly complex SVGs can actually increase file size, but for simple text-based SVGs, they’re often much lighter than font files.
For example, in your hero section (the top area of the page), it looks like you’re using about three or four different fonts.
If each font file is around 50KB, that alone could account for about 200KB.
Replacing those headings or logos with SVG text images could noticeably reduce that weight.
If there are fonts that are only used once or twice throughout the page — for just a few words — that’s a bit wasteful. It’s like packing every outfit from the same brand for a trip, even though you’ll only wear one or two of them.
It might sound complicated, but the process isn’t difficult at all.
You don’t need expensive design software like Adobe to create SVGs.
Fortunately, just yesterday, a well-known design tool called Affinity was released for free! You can use it to create SVG text images quite easily.
If you’re not sure how to do that, ChatGPT can walk you through the steps in detail.
As a finishing touch, you can optimize your SVG files using a site called SVGOMG to make them even smaller.
Then just upload the optimized SVGs to Wix and replace the corresponding text elements — and you’re done.
One thing to note, though:
If you want to completely prevent a specific font from loading, make sure to replace all instances of that font with SVG images. 