Create exact clone of this website: "https://chiesiusa.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: '717529f9-83db-422a-85dd-dc5b08a3323b' });
};
s.onerror = (e) => console.error('Failed to load chat widget:', e);
document.head.appendChild(s);
</script>
I'll help you create a clone of the Chiesi USA website. Let me first fetch and analyze the target website to understand its structure, design, and content.
Now let me read the existing layout file to understand the structure and add the chat widget script:
Now I'll create the Chiesi USA website clone. Based on the fetched content, I'll build a page that matches the original design with the navigation, hero section, feature cards, content sections, news area, and footer. I'll also update the layout to include the chat widget script.
Now I'll create the main page with the Chiesi USA website design:
I've successfully created a clone of the Chiesi USA website with the following features:
✅ Complete Implementation:
#5d3f9c), clean layout, and professional stylingFull Structure - Included all major sections:
The website now matches the Chiesi USA design aesthetic with all navigation, sections, and content properly structured and styled. The chat widget will automatically load and initialize on the page.