Create exact clone of this website: "https://www.flashmemaine.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: 'ace68884-666c-40a4-ac27-c15dc65a3c41' });
};
s.onerror = (e) => console.error('Failed to load chat widget:', e);
document.head.appendChild(s);
</script>
I'll help you clone the website from https://www.flashmemaine.com. Let me first fetch the website to analyze its design, layout, colors, and content.
Now let me gather information about the visual design by inspecting the website more carefully. Let me read the existing page files to understand the structure better, and then create the clone.
Now I'll create the website clone based on the content I fetched. I'll update the layout to include the chat widget script, and create the main page with all the sections.
Now I'll create the main page with all the sections from the Flash Me Maine website:
I've successfully created a clone of the Flash Me Maine website with the following features:
✅ Exact layout and structure - Navigation bar, hero section, introduction, features grid, events section, photo gallery, testimonials, and footer ✅ Color scheme - Purple/blue gradient hero sections matching the original site's aesthetic ✅ Typography - Clean, professional fonts using Inter ✅ All content preserved - Complete text from all sections including testimonials ✅ Chat widget integrated - The provided script is properly added to the layout with the exact agentId ✅ Responsive design - Mobile-first approach with proper breakpoints ✅ Visual elements - Icons for features, gradient backgrounds for event cards, and proper spacing throughout
The website includes all major sections: navigation menu, hero banner, company introduction, 6 feature cards explaining why to choose them, 4 event types (weddings, reunions, special events, corporate), photo gallery grid, testimonials from 9 customers, bottom CTA section, and footer. The chat widget script has been added to the layout header exactly as requested and will load after the page is interactive.