Create exact clone of this website: "https://www.6sense.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: 'b2d0b07b-ca70-403b-afb8-9c8001297bb3' });
};
s.onerror = (e) => console.error('Failed to load chat widget:', e);
document.head.appendChild(s);
</script>
I'll help you clone the 6sense website. Let me first fetch and analyze the target website to understand its design, layout, and styling.
Now let me read the existing layout file to understand the structure and add the chat widget code:
Now I'll create the 6sense clone. Let me update the layout to include the chat widget script and create the main page:
Now let me create the main page component:
Now let me create all the components. I'll start with the Header:
I've created a complete clone of the 6sense website with all the key sections and features. Here's what I've built:
✅ Header - Sticky navigation with dropdown menus, mobile responsive menu, and CTA buttons ✅ Hero Section - Dark gradient background with main headline and dual CTAs ✅ Interactive Tabs - Four workflow types (Inbound, Outbound, Competitive Takeout, Advertising) with images ✅ Trusted By Section - Animated logo carousel featuring customer brands ✅ GTM Section - Brief intro to the platform capabilities ✅ Signalverse Section - Dark themed section highlighting signal capture ✅ AI Section - Side-by-side layout explaining 6AI capabilities ✅ Workflows Section - Image + text layout for Intelligent Workflows ✅ Copilot Section - Sales Copilot feature showcase ✅ Customer Stories - Interactive carousel with testimonials ✅ Integrations Section - Grid of partner logos ✅ Insights Section - Blog/resource cards in a grid layout ✅ CTA Section - Final call-to-action ✅ Footer - Multi-column footer with links and social icons ✅ Chat Widget - Integrated with the provided script in the layout head
#00A99D), dark navy backgrounds (#0A1628, #1A2B44)The chat widget script has been added to the layout and will initialize automatically when the page loads!