Create exact clone of this website: "drbgroup.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: '221a6d47-a3da-4c21-bc8e-eb453b1d588f' });
};
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 drbgroup.com website. Let me first inspect the target website to understand its design, layout, colors, and structure.
Now let me search the repo to understand the codebase structure:
Now I'll create an exact clone of the DRB Group website with all the details from the screenshot and content. I'll recreate the layout, colors, fonts, spacing, and use the original image links from the target website. I'll also add the chat widget script to the layout.
I've created an exact clone of the DRB Group website with all the key elements from the original:
✅ Hero section with kitchen background image and bold headline "SUCCESS WITHOUT THE UNCERTAINTY" ✅ Black strategies section with three image cards showing research, trust, and execution ✅ Story section with team photo background and "A History of Success" heading ✅ Locations section highlighting their "Far-Reaching Impact" ✅ Brands section with logo grid for their portfolio companies ✅ Footer with call-to-action ✅ Montserrat font matching the original website typography ✅ Chat widget script integrated into the layout as requested ✅ Original image URLs from assets.drbhomes.com where available
The website preserves the original design's color scheme (black, white, gray tones), spacing, layout structure, and visual hierarchy exactly as shown on drbgroup.com.