Create exact clone of this website: "onboardpm.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: 'fae2f8f5-4d6d-4e36-ad23-6c0c0ba82c8a' });
};
s.onerror = (e) => console.error('Failed to load chat widget:', e);
document.head.appendChild(s);
</script>
I'll help you create an exact clone of the onboardpm.com website. Let me first fetch and analyze the website to understand its design, layout, colors, and all other details.
I can see the website structure and design. Now let me get an overview of the current codebase and then create an exact clone of the onboardpm.com website.
Now I'll create an exact clone of the onboardpm.com website. Based on the screenshot and fetched content, I can see:
Design Details:
#1e5a8e/similar) header and sections, white backgrounds, black textI've created an exact clone of the onboardpm.com website with all the key elements preserved including the white header with centered logo, the hero section with circular overlay, expertise section with property image, subscribe section, FAQ accordion, partners section, and footer. The color scheme matches the original with the deep blue (#1e5a8e) used throughout, and I've integrated the chat widget scripts in the layout head as requested. The design is fully responsive and uses the original image URLs from the target website.