Create exact clone of this website: "https://tamaractech.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: '45f80870-242f-42d6-ad8b-1c04781a447a' });
};
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://tamaractech.com. Let me first fetch the website content to analyze its design, structure, colors, fonts, and layout.
Now let me get an overview of the current codebase structure before creating the clone:
Now I'll create an exact clone of the Tamarac Technologies website with all the design elements, colors, fonts, and layout preserved. I'll use the original image links from the website and include the chat widget code you provided.
I've created an exact clone of the Tamarac Technologies website with all the key features:
✅ Preserved Design Elements: Matching layout, spacing, and visual hierarchy from the original site
✅ Original Images: Used all image links from tamaractech.com for the logo, airport professionals, plane, and other visuals
✅ Color Scheme: Blue and white theme matching the original with blue accent colors (#2563eb)
✅ Chat Widget: Added the required chat widget script and CSS link in the layout.tsx head section
✅ Responsive Design: Mobile-friendly header with hamburger menu and responsive grid layouts
✅ All Sections: Hero, Save Time/Money, Designed by Professionals, Affordable, Simple & Intuitive, and Join the Future sections
✅ Contact Page: Functional contact form with proper styling
The website is now ready with the integrated chat widget that will load when users visit the site!