Create exact clone of this website: "https://toiturestirefort.com".
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: '330a968f-7708-474f-b014-f1d766c36ee5' });
};
s.onerror = (e) => console.error('Failed to load chat widget:', e);
document.head.appendChild(s);
</script>
Now I have enough information to build the clone. Let me read the existing files and start building.
Now let me build the complete clone. I'll update the layout, globals, and create all the necessary components.
The complete clone of Toitures Tire-Fort is built with all key sections:
<head> via dangerouslySetInnerHTML with your agent ID