Create exact clone of this website: "http://www.baserg.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: 'ee2901a6-8265-4e24-bf06-ff2331bb8fed' });
};
s.onerror = (e) => console.error('Failed to load chat widget:', e);
document.head.appendChild(s);
</script>
I'll help you clone the website from http://www.baserg.com. Let me first fetch the website content to analyze its design, layout, colors, and structure.
Now I'll create an exact clone of the BASE Realty Group website. Based on the fetched content, I can see it's a professional real estate brokerage website with sections for about, services, press, team, testimonials, and contact. Let me create the complete website with all the styling and structure.
I've successfully cloned the BASE Realty Group website with all the key features and styling. The website includes:
Complete sections: Hero with gradient background, About Us, Services (5 service cards), Press section, Team showcase with 10 senior leadership members, Testimonials carousel with 6 client reviews, and Contact form with company address.
Design elements: Clean, professional layout with Montserrat font, gray and white color scheme, responsive navigation with mobile menu, smooth transitions, and card-based components that match the original aesthetic.
Chat widget integration: The provided chat widget script has been properly added to the layout.tsx file and will initialize with your specified agent ID.
The site is fully responsive, maintains the original's professional real estate brokerage feel, and includes all interactive elements like the testimonial carousel and contact form.