Create exact clone of this website: "https://www.genyelectrical.com.au".
Make sure to read all the colour schemes and details carefully. Use target website image links if available, else do not use placeholders at all.
You must add this there:
<link rel="stylesheet" href="https://embeddable-widgets.pages.dev/chat-widget.css" />
<script>
const s = document.createElement('script');
s.src = 'https://embeddable-widgets.pages.dev/chat-widget.umd.js';
s.onload = () => {
console.log('Chat widget script loaded');
window?.ChatWidget?.initChatWidget &&
window.ChatWidget.initChatWidget({ agentId: 'e2372c3e-3570-4af8-9509-a213524f329b' });
};
s.onerror = (e) => console.error('Failed to load chat widget:', e);
document.head.appendChild(s);
</script>
Now let me fetch the homepage HTML source to get exact image URLs and structure:
Now I have enough information to build the clone. Let me create the full website:
Now I have all the info I need. Let me build the complete clone:
Now let's put it all together in the main page: