Now let me read these files to find where the address is defined:
I can see the address is hard-coded in both the contact page and contact section. The address shows "Knez Mihailova 12" and "11000 t.contact.addressValue". I need to update both files and also check the translations file for the city/country part. Let me update these:
Done! I've updated the address in both the contact page and contact section component from "Knez Mihailova 12, 11000" to "Glavice 144, 21000". The {t.contact.addressValue} translation key will display the city name in the appropriate language (Split, Hrvatska, etc.).
The SSL certificate error you're seeing is not something I can fix through code changes. This is a domain/hosting configuration issue, not a codebase issue.
The error "NET::ERR_CERT_AUTHORITY_INVALID" means your domain (www.humanpotentialagency.eu) doesn't have a valid SSL certificate installed.
Here's how to fix it:
If you're using Vercel (which is likely since this is a v0 project):
If you're using a different hosting provider:
Domain DNS settings:
The website code itself is fine - this is purely a domain security configuration that needs to be handled at the hosting level, not in the application code.